shadowsocks / go-shadowsocks2

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

Not forwarding UDP #235

Open saeziae opened 1 year ago

saeziae commented 1 year ago

Describe the bug Both server and client cannot forward UDP

To Reproduce

  1. start a ss-go server and a ss-go client with -u
  2. make a DNS request via proxy
  3. timeout

It also happens on Go client with other server:

  1. start a ss-rust server with tcp_and_udp and a ss-go client with -u
  2. make a DNS request via proxy
  3. timeout

Expected behavior UDP forwarded by ss

Platform Linux amd64 and aarch64