From b5846c410f2c884c1fac295f9551921fcf25f9c9 Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Tue, 14 Mar 2023 13:16:57 +0800 Subject: [PATCH] docs: external dns --- docs/getting-started/external-dns.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/external-dns.md b/docs/getting-started/external-dns.md index b062229..2196bbb 100644 --- a/docs/getting-started/external-dns.md +++ b/docs/getting-started/external-dns.md @@ -42,6 +42,7 @@ You should configure dae as follows: ``` 4. If you bind to LAN, make sure your DHCP server will distribute dae as the DNS server (DNS request should be forwarded by dae for domain based traffic split). +5. If there is still a DNS issue and there are no warn/error logs, you have to change your listening port of external DNS (here is AdGuardHome) from 53 to non-53 port. See [#31](https://github.com/v2rayA/dae/issues/31#issuecomment-1467358364). ## External DNS on another machine in LAN @@ -82,4 +83,4 @@ You should configure dae as follows: ``` 4. If you bind to LAN, make sure your DHCP server will distribute dae as the DNS server (DNS request should be forwarded by dae for domain based traffic split). - +5. If there is still a DNS issue and there are no warn/error logs, you have to change your listening port of external DNS (here is AdGuardHome) from 53 to non-53 port. See [#31](https://github.com/v2rayA/dae/issues/31#issuecomment-1467358364).