From 0d9892fff276f175455059bf43deda759a29736c Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Sun, 19 Feb 2023 12:48:04 +0800 Subject: [PATCH] docs: fix typo --- example.dae | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.dae b/example.dae index a4eff2f..5c08fea 100644 --- a/example.dae +++ b/example.dae @@ -113,9 +113,9 @@ routing { ### Preset rules. # If you set upstream (in section "global") 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(dnsmasq) -> must_direct - # add them and let them "must_direct", which will not redirect DNS requests to dae. # Network managers in localhost should be direct to avoid false negative network connectivity check when binding to # WAN. pname(NetworkManager, systemd-resolved) -> direct