Skip to content

💡 [REQUEST] - UDP over TCP for ShadowSocks #292

@medvedkov2703

Description

@medvedkov2703

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions