Update 'dns/dnsmasq.md'
parent
d44a3b8671
commit
2bb929f202
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue