diff --git a/dns/dnsmasq.md b/dns/dnsmasq.md index f42f057..729a944 100644 --- a/dns/dnsmasq.md +++ b/dns/dnsmasq.md @@ -26,7 +26,9 @@ sudo unlink /etc/resolv.conf echo nameserver 8.8.8.8 | sudo tee /etc/resolv.conf ``` + ### dnsmasq neustarten +gehen sie zum datei `/etc/dnsmasq.conf` und unkommentieren sie `strict-order` ```bash sudo systemctl restart dnsmasq sudo systemctl status dnsmasq