mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-14 01:40:32 +07:00
chore: remove dnsmasq must_direct in example.dae
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user