Reference Issues
No response
Summary
There is an option in Happ which will enforce all UDP connections via TCP connection. Additional parameter is added as for example:
"outbounds" : [
{
"protocol" : "shadowsocks",
"settings" : {
"servers" : [
{
"address" : "",
"email" : "",
"level" : 0,
"method" : "chacha20-ietf-poly1305",
"password" : "",
"port" : 443,
"uot" : false
}
]
},
"streamSettings" : {
"network" : "tcp",
"security" : "none"
},
"tag" : "proxy"
}
uot bool parameter is managing UDP over TCP. Right now the only way to enable it is to manually switch in the application, but it refreshes each time subscription refreshes. It would be nice to have it configured on the panel level.
Basic Example
In the hosts panel there will be a true/false or on/off option that can enable or disable uot parameter.
Drawbacks
Nope
Unresolved questions
No response
Reference Issues
No response
Summary
There is an option in Happ which will enforce all UDP connections via TCP connection. Additional parameter is added as for example:
uot bool parameter is managing UDP over TCP. Right now the only way to enable it is to manually switch in the application, but it refreshes each time subscription refreshes. It would be nice to have it configured on the panel level.
Basic Example
In the hosts panel there will be a true/false or on/off option that can enable or disable uot parameter.
Drawbacks
Nope
Unresolved questions
No response