mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-02 04:14:31 +07:00
Update example.dae
This commit is contained in:
parent
9e02983dd1
commit
61a27e3a4e
@ -128,11 +128,11 @@ routing {
|
||||
# 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) && l4proto(udp) && dport(53) -> must_direct
|
||||
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, systemd-resolved) -> direct
|
||||
pname(NetworkManager) -> direct
|
||||
|
||||
# Put it in the front to prevent broadcast, multicast and other packets that should be sent to the LAN from being
|
||||
# forwarded by the proxy.
|
||||
|
Loading…
Reference in New Issue
Block a user