From b5bf80c4b0226189bcf74eafbf636f01f735dd2e Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Thu, 13 Feb 2025 02:21:01 +0800 Subject: [PATCH] documentation: Fixes DNS default port - https://github.com/SagerNet/sing-box/blob/49f23cfb8a9f98b465f15b518ba0507ede109fdb/dns/transport/https.go#L95-L97 - https://github.com/SagerNet/sing-box/blob/49f23cfb8a9f98b465f15b518ba0507ede109fdb/dns/transport/quic/http3.go#L93-L95 --- docs/configuration/dns/server/http3.md | 2 +- docs/configuration/dns/server/https.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/dns/server/http3.md b/docs/configuration/dns/server/http3.md index 89f000e8..dd81ba2d 100644 --- a/docs/configuration/dns/server/http3.md +++ b/docs/configuration/dns/server/http3.md @@ -50,7 +50,7 @@ If domain name is used, `domain_resolver` must also be set to resolve IP address The port of the DNS server. -`853` will be used by default. +`443` will be used by default. #### path diff --git a/docs/configuration/dns/server/https.md b/docs/configuration/dns/server/https.md index 93dc71a4..46e69a55 100644 --- a/docs/configuration/dns/server/https.md +++ b/docs/configuration/dns/server/https.md @@ -50,7 +50,7 @@ If domain name is used, `domain_resolver` must also be set to resolve IP address The port of the DNS server. -`853` will be used by default. +`443` will be used by default. #### path