2022-09-15 01:17:29 +02:00
|
|
|
#### adguardhome
|
|
|
|
|
|
|
|
##### Information
|
|
|
|
Site : https://adguard.com/fr/adguard-home/overview.html
|
2022-09-15 01:19:58 +02:00
|
|
|
|
2022-09-15 01:17:29 +02:00
|
|
|
Source : https://github.com/AdguardTeam/AdguardHome
|
|
|
|
|
|
|
|
##### Install
|
|
|
|
|
|
|
|
```bash
|
|
|
|
apt install -y wget ca-certificates
|
|
|
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
|
|
|
apt-get update
|
|
|
|
apt-get install -y adguardhome
|
|
|
|
|
|
|
|
systemctl enable --now adguardhome
|
|
|
|
|
|
|
|
#configuration with http://<ip>:3000
|
|
|
|
```
|