You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -118,6 +118,10 @@ socks5_tls = tag equals "socks5-tls" address (username password)? (usernamek pas
118
118
proxy.tls = true;
119
119
handleShadowTLS();
120
120
}
121
+
anytls = tag equals "anytls" address (passwordk/reuse/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/tls_fingerprint/tls_verification/sni/fast_open/tfo/block_quic/others)* {
122
+
proxy.type = "anytls";
123
+
proxy.tls = true;
124
+
}
121
125
direct = tag equals "direct" (udp_relay/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/fast_open/tfo/block_quic/others)* {
@@ -116,6 +116,10 @@ socks5_tls = tag equals "socks5-tls" address (username password)? (usernamek pas
116
116
proxy.tls = true;
117
117
handleShadowTLS();
118
118
}
119
+
anytls = tag equals "anytls" address (passwordk/reuse/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/tls_fingerprint/tls_verification/sni/fast_open/tfo/block_quic/others)* {
120
+
proxy.type = "anytls";
121
+
proxy.tls = true;
122
+
}
119
123
direct = tag equals "direct" (udp_relay/ip_version/underlying_proxy/tos/allow_other_interface/interface/test_url/test_udp/test_timeout/hybrid/no_error_alert/fast_open/tfo/block_quic/others)* {
0 commit comments