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
Recently Russian telecom has started to block TLS 1.3 protocol with Encrypted Client Hello. It would be nice to have an option to route this traffic via proxy while sending the rest to direct. Example config that could be used with a such functionality:
"rules": [
{
"protocol": "tls-ech",
"outbound": "proxy-out"
},
]
The text was updated successfully, but these errors were encountered:
Recently Russian telecom has started to block TLS 1.3 protocol with Encrypted Client Hello. It would be nice to have an option to route this traffic via proxy while sending the rest to direct. Example config that could be used with a such functionality:
"rules": [
{
"protocol": "tls-ech",
"outbound": "proxy-out"
},
]
The text was updated successfully, but these errors were encountered: