From 69bf9c40d1daead0da098eb706b3a36bb190ad12 Mon Sep 17 00:00:00 2001 From: monsoon <29970829+monsoon235@users.noreply.github.com> Date: Sun, 15 Oct 2023 00:22:28 +0800 Subject: [PATCH] docs: domain_strategy in inbound setting will affect outbound --- docs/configuration/shared/listen.md | 2 +- docs/configuration/shared/listen.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/shared/listen.md b/docs/configuration/shared/listen.md index 344d9f88..35f80dd4 100644 --- a/docs/configuration/shared/listen.md +++ b/docs/configuration/shared/listen.md @@ -78,7 +78,7 @@ Timeout for sniffing. One of `prefer_ipv4` `prefer_ipv6` `ipv4_only` `ipv6_only`. -If set, the requested domain name will be resolved to IP before routing, both domain name and IP will be used in route matching. +If set, the requested domain name will be resolved to IP before routing, both domain name and IP will be used in route matching. Also, outbound connection will use IP instead of domain name. If `sniff_override_destination` is in effect, its value will be taken as a fallback. diff --git a/docs/configuration/shared/listen.zh.md b/docs/configuration/shared/listen.zh.md index f148d5d1..da2c5be4 100644 --- a/docs/configuration/shared/listen.zh.md +++ b/docs/configuration/shared/listen.zh.md @@ -79,7 +79,7 @@ 可选值: `prefer_ipv4` `prefer_ipv6` `ipv4_only` `ipv6_only`。 -如果设置,请求的域名将在路由之前解析为 IP,路由匹配时会同时匹配域名和 IP。 +如果设置,请求的域名将在路由之前解析为 IP,路由匹配时会同时匹配域名和 IP,而出站连接将使用 IP 而非域名。 如果 `sniff_override_destination` 生效,它的值将作为后备。