xjasonlyu / tun2socks

tun2socks - powered by gVisor TCP/IP stack
https://github.com/xjasonlyu/tun2socks/wiki
GNU General Public License v3.0
3.14k stars 433 forks source link

I want to use "none" cipher with ShadowSocks #65

Closed WinLinux1028 closed 3 years ago

WinLinux1028 commented 3 years ago

I want to use "none" cipher, but this doesn't support.

# ./tun2socks -proxy ss://none:(password)@(IP address):(port) -device tun0
FATA[0000] Failed to start engine: ss initialize: cipher not supported
xjasonlyu commented 3 years ago

Sorry, the shadowsocks dependency used by tun2socks doesn't support none cipher yet.

WinLinux1028 commented 3 years ago

I created a repository that merged this pull request. https://github.com/WinLinux1028/go-shadowsocks2

xjasonlyu commented 3 years ago

I created a repository that merged this pull request. https://github.com/WinLinux1028/go-shadowsocks2

Great, now you just have to pull request to the original repo and wait for merging.

WinLinux1028 commented 3 years ago

I found "dummy" can use as "none". Thank you.