酸酸乳好喝
一键配置
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh终端代理
export ALL_PROXY=socks5://127.0.0.1:1080
export http_proxy="socks5://127.0.0.1:1080"
export https_proxy="socks5://127.0.0.1:1080"Git代理
# 这里必须是 github.com,因为这个跟我们 clone 代码时的链接有关
Host github.com
HostName github.com
User git
# 如果是 HTTP 代理,把 proxyport 改成自己的 http 代理的端口
# ProxyCommand socat - PROXY:127.0.0.1:%h:%p,proxyport=8123
# 如果是 socks5 代理,把 6666 改成自己 socks5 代理的端口
# ProxyCommand nc -v -x 127.0.0.1:1080 %h %p登入服务器
安装pip和git
克隆仓库的manyuser分支

初始化&生成随机账号
初始化手动配置

创建用户

更改默认配置

运行与停止
客户端使用
代理配置
PAC代理
Polipo 设置全局代理
Last updated