shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not forwarding UDP

saeziae opened this issue · comments

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