mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
docs: domain_strategy in inbound setting will affect outbound
This commit is contained in:
parent
3858b8d654
commit
69bf9c40d1
@ -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.
|
||||
|
||||
|
@ -79,7 +79,7 @@
|
||||
|
||||
可选值: `prefer_ipv4` `prefer_ipv6` `ipv4_only` `ipv6_only`。
|
||||
|
||||
如果设置,请求的域名将在路由之前解析为 IP,路由匹配时会同时匹配域名和 IP。
|
||||
如果设置,请求的域名将在路由之前解析为 IP,路由匹配时会同时匹配域名和 IP,而出站连接将使用 IP 而非域名。
|
||||
|
||||
如果 `sniff_override_destination` 生效,它的值将作为后备。
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user