shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go
Apache License 2.0
4.45k stars 1.39k forks source link

Only UDP relay mode #169

Closed shminer closed 3 years ago

shminer commented 4 years ago

Someone use websocket proxy(like me ), so we need this.

go-ss not enable tcp && udp all time now :)

riobard commented 3 years ago

This is fixed in https://github.com/shadowsocks/go-shadowsocks2/commit/c4371a6ab856a78c209804347b4170266c5f5bf3 with a new command-line option tcp to disable TCP mode (enabled by default).