switch position of dnsmasq config

main
Tran Hau 2020-02-02 13:32:53 +07:00
parent 57927b1483
commit 570e61f8a0
1 changed files with 1 additions and 1 deletions

View File

@ -41,11 +41,11 @@ options edns0 single-request-reopen
Edit `/etc/dnsmasq.conf`:
```txt
cache-size=1000
no-resolv
server=::1#53000
server=127.0.0.1#53000
listen-address=::1,127.0.0.1
cache-size=1000
```
Edit `/etc/NetworkManager/conf.d/dns.conf` to prevent NetworkManager change `/etc/resolv.conf`: