File tree 4 files changed +43
-1
lines changed
4 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1
1
package constant
2
2
3
- var Version = "1.1-beta9 "
3
+ var Version = "1.1-beta10 "
Original file line number Diff line number Diff line change
1
+ #### 1.1-beta10
2
+
3
+ * Add [ sniff_timeout] ( /configuration/shared/listen#sniff_timeout ) listen option
4
+ * Add [ custom route] ( /configuration/inbound/tun#inet4_route_address ) support for tun ** 1**
5
+ * Fix interface monitor
6
+ * Fix websocket headroom
7
+ * Fix uTLS handshake
8
+ * Fix ssh outbound
9
+ * Fix sniff fragmented quic client hello
10
+ * Fix DF for hysteria
11
+ * Fix naive overflow
12
+ * Check destination before udp connect
13
+ * Update uTLS to v1.1.5
14
+ * Update tfo-go to v2.0.2
15
+ * Update fsnotify to v1.6.0
16
+ * Update grpc to v1.50.1
17
+
18
+ * 1* :
19
+
20
+ The ` strict_route ` on windows is removed.
21
+
22
+ #### 1.0.6
23
+
24
+ * Fix ssh outbound
25
+ * Fix sniff fragmented quic client hello
26
+ * Fix naive overflow
27
+ * Check destination before udp connect
28
+
1
29
#### 1.1-beta9
2
30
3
31
* Fix windows route ** 1**
Original file line number Diff line number Diff line change 8
8
"udp_fragment" : false ,
9
9
"sniff" : false ,
10
10
"sniff_override_destination" : false ,
11
+ "sniff_timeout" : " 300ms" ,
11
12
"domain_strategy" : " prefer_ipv6" ,
12
13
"udp_timeout" : 300 ,
13
14
"proxy_protocol" : false ,
@@ -57,6 +58,12 @@ Override the connection destination address with the sniffed domain.
57
58
58
59
If the domain name is invalid (like tor), this will not work.
59
60
61
+ #### sniff_timeout
62
+
63
+ Timeout for sniffing.
64
+
65
+ 300ms is used by default.
66
+
60
67
#### domain_strategy
61
68
62
69
One of ` prefer_ipv4 ` ` prefer_ipv6 ` ` ipv4_only ` ` ipv6_only ` .
Original file line number Diff line number Diff line change 8
8
"udp_fragment" : false ,
9
9
"sniff" : false ,
10
10
"sniff_override_destination" : false ,
11
+ "sniff_timeout" : " 300ms" ,
11
12
"domain_strategy" : " prefer_ipv6" ,
12
13
"udp_timeout" : 300 ,
13
14
"proxy_protocol" : false ,
58
59
59
60
如果域名无效(如 Tor),将不生效。
60
61
62
+ #### sniff_timeout
63
+
64
+ 探测超时时间。
65
+
66
+ 默认使用 300ms。
67
+
61
68
#### domain_strategy
62
69
63
70
可选值: ` prefer_ipv4 ` ` prefer_ipv6 ` ` ipv4_only ` ` ipv6_only ` 。
You can’t perform that action at this time.
0 commit comments