Closed xiong-it closed 5 years ago
sudo python local.py -s myIP -p myPort -k myPwd -m chacha20 -o http_simple -O auth_chain_a 输出
sudo python local.py -s myIP -p myPort -k myPwd -m chacha20 -o http_simple -O auth_chain_a
IPv6 not support opthion -O not reconized
列出的option中的确是没有-O选项指定协议。
当我用 sudo python local.py -c /etc/shadowsocks.json -d start 启动时没有报错,科学上网失败,但是stop停止时报错
sudo python local.py -c /etc/shadowsocks.json -d start
IPv6 not support INFO: loading config from /etc/shadowsocks.json ERROR not running
环境: LiteOS(based on Ubuntu 16.04 LTS) Python 2.7.9
我目前的解决办法是在服务端去除了auth_chain_a协议,使用默认origin来使用。
在客户端打开允许转发IPv6数据包到远程服务器,然后看你本地网络和vps网络都能不能支持Ipv6 only...另外,authchain* 的时候,加密应该是none
sudo python local.py -s myIP -p myPort -k myPwd -m chacha20 -o http_simple -O auth_chain_a
输出列出的option中的确是没有-O选项指定协议。
当我用
sudo python local.py -c /etc/shadowsocks.json -d start
启动时没有报错,科学上网失败,但是stop停止时报错环境: LiteOS(based on Ubuntu 16.04 LTS) Python 2.7.9