docs: domain_strategy in inbound setting will affect outbound

This commit is contained in:
monsoon 2023-10-15 00:22:28 +08:00
parent 3858b8d654
commit 69bf9c40d1
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ Timeout for sniffing.
One of `prefer_ipv4` `prefer_ipv6` `ipv4_only` `ipv6_only`. 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. If `sniff_override_destination` is in effect, its value will be taken as a fallback.

View File

@ -79,7 +79,7 @@
可选值: `prefer_ipv4` `prefer_ipv6` `ipv4_only` `ipv6_only` 可选值: `prefer_ipv4` `prefer_ipv6` `ipv4_only` `ipv6_only`
如果设置,请求的域名将在路由之前解析为 IP路由匹配时会同时匹配域名和 IP。 如果设置,请求的域名将在路由之前解析为 IP路由匹配时会同时匹配域名和 IP,而出站连接将使用 IP 而非域名
如果 `sniff_override_destination` 生效,它的值将作为后备。 如果 `sniff_override_destination` 生效,它的值将作为后备。