shadowsocks / go-shadowsocks2

Modern Shadowsocks in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passad and @

jicki opened this issue · comments

shadowsocks2 -c 'ss://AEAD_CHACHA20_POLY1305:your-password@[server_address]:8488'
-verbose -socks :1080

my passwd is   :  1234@22###

shadowsocks2 -c 'ss://AEAD_CHACHA20_POLY1305:1234@22###@192.168.168.100:8488' \
    -verbose -socks :1080

error logs

tcp.go:69: failed to connect to server : dial tcp: missing address

密码建议使用不会被URL转义的字符

commented

This is the inherent problem of the URL scheme. Either use escaped strings or avoid problematic characters.