Last active
May 14, 2020 23:41
-
-
Save sputnick-dev/3d871a03f74dd680f8c8e07f30fa4363 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt install stubby | |
vi /etc/stubby/stubby.conf # enable 'Lorraine Data Network' (ou autre) | |
systemctl restart stubby | |
chattr -i /etc/resolv.conf | |
rm -f /etc/resolv.conf | |
echo 'nameserver 127.0.0.1' > /etc/resolv.conf | |
chattr +i /etc/resolv.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment