Skip to content

Instantly share code, notes, and snippets.

@sputnick-dev
Last active May 14, 2020 23:41
Show Gist options
  • Save sputnick-dev/3d871a03f74dd680f8c8e07f30fa4363 to your computer and use it in GitHub Desktop.
Save sputnick-dev/3d871a03f74dd680f8c8e07f30fa4363 to your computer and use it in GitHub Desktop.
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