UDP ASSOCIATE from 0.0.0.0:0 #816
Answered
by
zonyitoo
yiguihai11
asked this question in
Q&A
-
流量通过tun2socks发送到sslocal发现TCP正常UDP无法正常使用
tun2socks和sslocal我不知道是哪个的问题,tun2socks作者也反馈了暂时没有回应。 |
Beta Was this translation helpful? Give feedback.
Answered by
zonyitoo
Apr 19, 2022
Replies: 1 comment 3 replies
-
The client sent a If you couldn't see any logs like |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
zonyitoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The client sent a
UDP ASSOCIATE
command with destination address0.0.0.0:0
.sslocal
ignored this address, so it is not the root cause of your issue.shadowsocks-rust/crates/shadowsocks-service/src/local/socks/server/socks5/udprelay.rs
Lines 142 to 146 in 50d2a01
If you couldn't see any logs like
UDP ASSOCIATE xxx -> xxx, xx bytes
, thensslocal
doesn't receive any UDP packets from clients.