From 744d91931d0067ccd2c0ac50c9bd9bc79581f622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E7=8C=AB=E7=8C=AB=E8=BF=98=E6=98=AF=E7=8B=90?= =?UTF-8?q?=E7=8B=90=F0=9F=90=B1?= <109946006+NekoNoct@users.noreply.github.com> Date: Wed, 10 Jun 2026 21:22:36 +0800 Subject: [PATCH] Finalmask: fix NS record typo in xdns example (#859) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 星韵猫猫 --- docs/config/transports/finalmask.md | 2 +- docs/en/config/transports/finalmask.md | 2 +- docs/ru/config/transports/finalmask.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config/transports/finalmask.md b/docs/config/transports/finalmask.md index 605cc14d..233b796a 100644 --- a/docs/config/transports/finalmask.md +++ b/docs/config/transports/finalmask.md @@ -313,7 +313,7 @@ Salamander 混淆。(来自 Hysteria2) 要使用这个功能,需要服务端监听 53 端口,然后代理协议将目标指向一个 DNS 服务器(如 8.8.8.8:53),并且你拥有 `domains` 中的域名,然后将其 NS 记录指向服务端。 -比如持有 example.com,那么设置 a.example.com A记录 指向 ip,设置 t.example.com NS记录 指向 t.example.com,最后使用的是 t.example.com。设置 A记录 的不能为 NS记录 的子域。 +比如持有 example.com,那么设置 a.example.com A记录 指向 ip,设置 t.example.com NS记录 指向 a.example.com,最后使用的是 t.example.com。设置 A记录 的不能为 NS记录 的子域。 ```json { diff --git a/docs/en/config/transports/finalmask.md b/docs/en/config/transports/finalmask.md index 6afed2a0..6e71b770 100644 --- a/docs/en/config/transports/finalmask.md +++ b/docs/en/config/transports/finalmask.md @@ -313,7 +313,7 @@ Since the queries are standard, they can be forwarded through any UDP DNS server To use this feature, the server needs to listen on port 53, then the proxy protocol should point to a DNS server such as `8.8.8.8:53`, and you must own one of the domains in `domains`, then point its NS record to the server. -For example, if you own `example.com`, set an A record like `a.example.com` to the server IP, set an NS record like `t.example.com` to `t.example.com`, and then use `t.example.com`. The host used for the A record must not be a subdomain of the host used for the NS record. +For example, if you own `example.com`, set an A record like `a.example.com` to the server IP, set an NS record like `t.example.com` to `a.example.com`, and then use `t.example.com`. The host used for the A record must not be a subdomain of the host used for the NS record. ```json { diff --git a/docs/ru/config/transports/finalmask.md b/docs/ru/config/transports/finalmask.md index 6dc934e5..3ebe60b7 100644 --- a/docs/ru/config/transports/finalmask.md +++ b/docs/ru/config/transports/finalmask.md @@ -313,7 +313,7 @@ FinalMask добавляет последний слой маскировки п Чтобы использовать эту функцию, сервер должен слушать порт 53, затем прокси-протокол должен указывать на DNS-сервер, например `8.8.8.8:53`, и у вас должен быть домен из `domains`, после чего его NS-запись нужно направить на сервер. -Например, если у вас есть `example.com`, задайте A-запись `a.example.com`, указывающую на IP сервера, затем задайте NS-запись `t.example.com`, указывающую на `t.example.com`, и используйте `t.example.com`. Хост, используемый в A-записи, не должен быть поддоменом хоста, используемого в NS-записи. +Например, если у вас есть `example.com`, задайте A-запись `a.example.com`, указывающую на IP сервера, затем задайте NS-запись `t.example.com`, указывающую на `a.example.com`, и используйте `t.example.com`. Хост, используемый в A-записи, не должен быть поддоменом хоста, используемого в NS-записи. ```json {