# chattr +i /etc/resolv.conf
Exact it works fine :)
Le 17/10/2016 à 09:49, Peter Palfrader a écrit :
On Sun, 16 Oct 2016, Jesse V wrote:
The dnscrypt repository on Github has a list of public DNS servers. I point my Unbound instance at one of them
Your unbound should probably just be recursive itself instead of relying on open 3rd party nameservers.
(As for /etc/resolv.conf, I usually just put nameserver 127.0.0.1 in there and chattr +i the file so it doesn't get munged by whatever magic is current this year.)