From 61a27e3a4e76ac6fcb402df0bb4b221e61d8d186 Mon Sep 17 00:00:00 2001 From: mzz <2017@duck.com> Date: Wed, 22 Mar 2023 21:54:50 +0800 Subject: [PATCH] Update example.dae --- example.dae | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.dae b/example.dae index 11ffb89..cc3ee05 100644 --- a/example.dae +++ b/example.dae @@ -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.