source dela méthode et du fichier https://ladnet.net/installer-et-configurer-unbound-sur-debian-9 https://ladnet.net/IMG/zip/unbound.conf.zip **Dans un terminal** Installer unbound sudo apt update sudo apt install unbound Récupérer la liste des serveurs DNS racines : Se placer dans le répertoire adhoc "cd /var/lib/unbound/" Exécuter la commande récupération: "wget [[https://www.internic.net/domain/named.cache"|répertoire racine]] Renommer le fichier mv named.cache root.hints Créer un fichier de configuration personnel sudo geany /etc/unbound/unbound.conf.d/perso.conf Vérifier la configuration unbound-checkconf Redémarrer unbound avec init sudo service unbound restart ou avec systemd systemctl restart unbound