Skip to content

Instantly share code, notes, and snippets.

@viliampucik
Last active April 19, 2020 15:42
Show Gist options
  • Save viliampucik/4b45105bacdda0a1c9c7ea9ecc0e2666 to your computer and use it in GitHub Desktop.
Save viliampucik/4b45105bacdda0a1c9c7ea9ecc0e2666 to your computer and use it in GitHub Desktop.
Raspbian DNS Caching
sudo apt install dnsmasq
sudo tee -a /etc/dnsmasq.conf > /dev/null <<'EOF'
listen-address=::1,127.0.0.1
cache-size=1000
no-negcache
EOF
sudo systemctl restart dnsmasq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment