Freebox Delta AdGuard - TristanSuper/geek GitHub Wiki
🚀 Hébergement
- Installation sur VM Freebox.
- CPU :
1
- RAM :
256Mo
- OS :
Debian
🚀 Configuration adresse IP
sudo ifconfig
Relever le nom de l'interface réseau.
sudo nano /etc/network/interfaces.d/50-cloud-init
Remplacer dans le fichier les lignes correspondantes à l'interface réseau :
allow-hotplug enp0s3
iface enp0s3 inet static
address 192.168.2.7/24
gateway 192.168.2.1
dns-nameservers 8.8.8.8
🚀 Configuration mises à jour auto
🚀 Installation AdGuard
curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v