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

@ -142,11 +142,6 @@ group {
routing {
### Preset rules.
# If you bind to WAN and set upstream (in section "dns") to a DNS service in localhost (dnsmasq, adguard, etc.),
# to avoid loops, let them "must_direct", which makes DNS requests not redirect back to dae again.
# "pname" means process name.
pname(dnsmasq, systemd-resolved) && l4proto(udp) && dport(53) -> must_direct
# Network managers in localhost should be direct to avoid false negative network connectivity check when binding to
# WAN.
pname(NetworkManager) -> direct