We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
真正用到的就这几个命令: pip3 install shadowsocksr-cli shadowsocksr-cli -l 打印当前节点列表 nano ~/.ssr-command-client/ssr-list.json 编辑删除原有的失效节点 shadowsocksr-cli --add-ssr xxxx 解析ssr链接 shadowsocksr-cli -s 0 --http start --http-port 4396 启动ssr代理,后为节点ID。自动生成pac文件,为系统提供pac代理 shadowsocksr-cli -S 0 停止ssr代理,后为节点ID 可选: export ALL_PROXY=socks5://127.0.0.1:1080 unset ALL_PROXY
The text was updated successfully, but these errors were encountered:
http端口不用80是早应该想到的
Sorry, something went wrong.
No branches or pull requests
真正用到的就这几个命令:
pip3 install shadowsocksr-cli
shadowsocksr-cli -l 打印当前节点列表
nano ~/.ssr-command-client/ssr-list.json 编辑删除原有的失效节点
shadowsocksr-cli --add-ssr xxxx 解析ssr链接
shadowsocksr-cli -s 0 --http start --http-port 4396 启动ssr代理,后为节点ID。自动生成pac文件,为系统提供pac代理
shadowsocksr-cli -S 0 停止ssr代理,后为节点ID
可选:
export ALL_PROXY=socks5://127.0.0.1:1080
unset ALL_PROXY
The text was updated successfully, but these errors were encountered: