From 2bb929f202ee7da75266f11520bddfa54fc61776 Mon Sep 17 00:00:00 2001 From: "Melik.H" Date: Thu, 19 Jan 2023 16:27:33 +0100 Subject: [PATCH] Update 'dns/dnsmasq.md' --- dns/dnsmasq.md | 2 ++ 1 file changed, 2 insertions(+) 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