chore: remove dnsmasq must_direct in example.dae

This commit is contained in:
mzz2017
2023-04-07 19:47:01 +08:00
parent 7cb71c501f
commit efacd08910
3 changed files with 2 additions and 14 deletions

View File

@ -18,14 +18,7 @@ Compile dae with CFLAG `-D__REMOVE_BPF_PRINTK`. See [build-by-yourself](build-by
**1. Troubleshoot local DNS service**
If you use `systemd-resolved`, `dnsmasq` or other local DNS service in `/etc/resolv.conf`, do not use their DNS service.
Methods to disable their DNS service:
1. Method 1: by modifying their configurations.
2. Method 2: by modifying the content of `/etc/resolv.conf` to `nameserver 223.5.5.5` or other DNS.
Alternatively, if you really want to use them, refer to [external-dns](external-dns.md).
If you use `adguardhome`, `mosdns` in `dns` section, refer to [external-dns](external-dns.md).
**2. Troubleshoot firewall**