mritd / dockerfile

some personally made dockerfile
https://hub.docker.com/u/mritd
MIT License
2.07k stars 647 forks source link

shadowsocks UDP port relay not working #41

Closed KenN7 closed 6 years ago

KenN7 commented 6 years ago

Hi,

I used shadowsocks to proxyfy my connections but i cannot manage to forward my UDP ports, i used this configuration for the server : docker run -dt --name ssserver -p 6443:6443 -p 6443:6443/udp -p 6500:6500/udp mritd/shadowsocks -m "ss-server" -s "-s 0.0.0.0 -p 6443 -m aes-256-cfb -k mypassword --fast-open -u -d 8.8.8.8" -x -e "kcpserver" -k "-t 127.0.0.1:6443 -l :6500 -mode fast2"

My client is a routeur on openWrt, i can do any TCP connection, but when i try to use UDP it doesnt, (i cannot make my dns go through the relay or make any other udp connection).

Do you know if i configured something wrong ? Thx :)