Minor fixes

This commit is contained in:
世界
2022-07-16 21:49:54 +08:00
parent fe5618c35d
commit afc2f509a4
5 changed files with 3 additions and 111 deletions

View File

@@ -8,13 +8,11 @@
{
"type": "redirect",
"tag": "redirect-in",
"listen": "::",
"listen_port": 5353,
"sniff": false,
"sniff_override_destination": false,
"domain_strategy": "prefer_ipv6",
"udp_timeout": 300
"domain_strategy": "prefer_ipv6"
}
]
}
@@ -54,8 +52,4 @@ One of `prefer_ipv4` `prefer_ipv6` `ipv4_only` `ipv6_only`.
If set, the requested domain name will be resolved to IP before routing.
If `sniff_override_destination` is in effect, its value will be taken as a fallback.
#### udp_timeout
UDP NAT expiration time in seconds, default is 300 (5 minutes).
If `sniff_override_destination` is in effect, its value will be taken as a fallback.