From c26275f9329c31027848afefb4c52127e2bfa8a7 Mon Sep 17 00:00:00 2001 From: mayampi01 <176286256+mayampi01@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:21:05 +0800 Subject: [PATCH] Change the default port of Dns over Quic XTLS/Xray-core@950a64e9a410acc6b0c9ceb24d66ec3b24ba5727 --- docs/config/dns.md | 4 ++-- docs/en/config/dns.md | 4 ++-- docs/ru/config/dns.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/config/dns.md b/docs/config/dns.md index cee6a08..3658a22 100644 --- a/docs/config/dns.md +++ b/docs/config/dns.md @@ -116,7 +116,7 @@ Xray 内置的 DNS 模块,主要有两大用途: 当值是 `"https+local://host:port/dns-query"` 的形式,如 `"https+local://dns.google/dns-query"`,Xray 会使用 `DOH 本地模式 (DOHL)` 进行查询,即 DOH 请求不会经过路由组件,直接通过 Freedom outbound 对外请求,以降低耗时。一般适合在服务端使用。也可使用非标端口和路径。 -当值是 `"quic+local://host"` 的形式,如 `"quic+local://dns.adguard.com"`,Xray 会使用 `DNS over QUIC 本地模式 (DOQL)` 进行查询,即 DNS 请求不会经过路由组件,直接通过 Freedom outbound 对外请求。该方式需要 DNS 服务器支持 DNS over QUIC。默认使用 784 端口进行查询,可以使用非标端口。 +当值是 `"quic+local://host"` 的形式,如 `"quic+local://dns.adguard.com"`,Xray 会使用 `DNS over QUIC 本地模式 (DOQL)` 进行查询,即 DNS 请求不会经过路由组件,直接通过 Freedom outbound 对外请求。该方式需要 DNS 服务器支持 DNS over QUIC。默认使用 853 端口进行查询,可以使用非标端口。 当值是 `fakedns` 时,将使用 FakeDNS 功能进行查询。 @@ -253,7 +253,7 @@ Xray-core v1.8.6 新增功能:`queryStrategy` 可以在每一项 `DNS` 服务 当值是 `"https+local://host:port/dns-query"` 的形式,如 `"https+local://dns.google/dns-query"`,Xray 会使用 `DOH 本地模式 (DOHL)` 进行查询,即 DOH 请求不会经过路由组件,直接通过 Freedom outbound 对外请求,以降低耗时。一般适合在服务端使用。也可使用非标端口和路径。 -当值是 `"quic+local://host:port"` 的形式,如 `"quic+local://dns.adguard.com"`,Xray 会使用 `DOQ 本地模式 (DOQL)` 进行查询,即 DNS 请求不会经过路由组件,直接通过 Freedom outbound 对外请求。该方式需要 DNS 服务器支持 DNS over QUIC。默认使用 784 端口进行查询,可以使用非标端口。 +当值是 `"quic+local://host:port"` 的形式,如 `"quic+local://dns.adguard.com"`,Xray 会使用 `DOQ 本地模式 (DOQL)` 进行查询,即 DNS 请求不会经过路由组件,直接通过 Freedom outbound 对外请求。该方式需要 DNS 服务器支持 DNS over QUIC。默认使用 853 端口进行查询,可以使用非标端口。 当值是 `fakedns` 时,将使用 FakeDNS 功能进行查询。 diff --git a/docs/en/config/dns.md b/docs/en/config/dns.md index 828bc34..f5f2a44 100644 --- a/docs/en/config/dns.md +++ b/docs/en/config/dns.md @@ -119,7 +119,7 @@ When the value is in the form of `"https://host:port/dns-query"`, such as `"http When the value is in the form of `"https+local://host:port/dns-query"`, such as `"https+local://dns.google/dns-query"`, Xray will use `DOH local mode (DOHL)` for queries. That is, DOH requests will not pass through the routing component and will directly request outbound through Freedom, to reduce latency. This is generally suitable for use on the server side. Non-standard ports and paths can also be used. -When the value is in the form of `"quic+local://host"`, such as `"quic+local://dns.adguard.com"`, Xray will use `DNS over QUIC local mode (DOQL)` for queries. That is, DNS requests will not pass through the routing component and will directly request outbound through Freedom. This method requires DNS server support for DNS over QUIC. The default port 784 is used for queries, and non-standard ports can also be used. +When the value is in the form of `"quic+local://host"`, such as `"quic+local://dns.adguard.com"`, Xray will use `DNS over QUIC local mode (DOQL)` for queries. That is, DNS requests will not pass through the routing component and will directly request outbound through Freedom. This method requires DNS server support for DNS over QUIC. The default port 853 is used for queries, and non-standard ports can also be used. When the value is `fakedns`, the FakeDNS function will be used for queries. @@ -245,7 +245,7 @@ When the value is in the form of `"https://host:port/dns-query"`, such as `"http When the value is in the form of `"https+local://host:port/dns-query"`, such as `"https+local://dns.google/dns-query"`, Xray will use `DOH local mode (DOHL)` for the query, which means that the DOH request will not go through the routing component and will be sent directly through the Freedom outbound to reduce latency. This is generally suitable for server-side use. Non-standard ports and paths can also be used. -When the value is in the form of `"quic+local://host:port"`, such as `"quic+local://dns.adguard.com"`, Xray will use `DOQ local mode (DOQL)` for the query, which means that the DNS request will not go through the routing component and will be sent directly through the Freedom outbound. This method requires DNS server support for DNS over QUIC. By default, port 784 is used for the query, and non-standard ports can be used. +When the value is in the form of `"quic+local://host:port"`, such as `"quic+local://dns.adguard.com"`, Xray will use `DOQ local mode (DOQL)` for the query, which means that the DNS request will not go through the routing component and will be sent directly through the Freedom outbound. This method requires DNS server support for DNS over QUIC. By default, port 853 is used for the query, and non-standard ports can be used. When the value is `fakedns`, FakeDNS functionality will be used for the query. diff --git a/docs/ru/config/dns.md b/docs/ru/config/dns.md index 9ce7815..94c50b2 100644 --- a/docs/ru/config/dns.md +++ b/docs/ru/config/dns.md @@ -153,7 +153,7 @@ DNS-запросы, отправляемые встроенным DNS-серве Если значение имеет вид `"quic+local://host"`, например `"quic+local://dns.adguard.com"`, Xray будет использовать `локальный режим DNS over QUIC (DOQL)` для запросов. Это означает, что DNS-запросы не будут проходить через компонент маршрутизации, а будут отправляться непосредственно через исходящее подключение Freedom. Этот режим требует, чтобы DNS-сервер поддерживал DNS over QUIC. -По умолчанию для запросов используется порт 784, можно использовать нестандартный порт. +По умолчанию для запросов используется порт 853, можно использовать нестандартный порт. Если значение равно `fakedns`, для запросов будет использоваться FakeDNS. @@ -311,7 +311,7 @@ IP-адрес, который будет сообщаться серверу п Если значение имеет вид `"quic+local://host:port"`, например `"quic+local://dns.adguard.com"`, Xray будет использовать `локальный режим DOQ (DOQL)` для запросов. Это означает, что DNS-запросы не будут проходить через компонент маршрутизации, а будут отправляться непосредственно через исходящее подключение Freedom. Этот режим требует, чтобы DNS-сервер поддерживал DNS over QUIC. -По умолчанию для запросов используется порт 784, можно использовать нестандартный порт. +По умолчанию для запросов используется порт 853, можно использовать нестандартный порт. Если значение равно `fakedns`, для запросов будет использоваться FakeDNS.