Update 'dns/dnsmasq.md'

VMM
Milk.H 2023-01-19 16:27:33 +01:00
parent d44a3b8671
commit 2bb929f202
1 changed files with 2 additions and 0 deletions

View File

@ -26,7 +26,9 @@ sudo unlink /etc/resolv.conf
echo nameserver 8.8.8.8 | sudo tee /etc/resolv.conf echo nameserver 8.8.8.8 | sudo tee /etc/resolv.conf
``` ```
### dnsmasq neustarten ### dnsmasq neustarten
gehen sie zum datei `/etc/dnsmasq.conf` und unkommentieren sie `strict-order`
```bash ```bash
sudo systemctl restart dnsmasq sudo systemctl restart dnsmasq
sudo systemctl status dnsmasq sudo systemctl status dnsmasq