Ubuntu16.04 SSR教程

Ubuntu16.04 SSR教程

1.下载 SSR 客户端

# git clone https://github.com/ssrbackup/shadowsocksr

2.备份 SSR 配置文件

# cd shadowsocksr 
# cp config.json config.json.backup

3.配置 SSR 服务器

# sudo vim config.json 

4.安装 python3 并将其设为默认版本

# sudo apt-get install python3.5 
# sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100 
# sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150

5.安装 privoxy 并配置

# sudo apt-get install privoxy 

安装后,打开/etc/privoxy/config,翻到4.2部分,把这两句注释掉

# listen-address  127.0.0.1:8118 
# listen-address  [::1]:8118 

在文件的最后加上:

 forward-socks5 / 127.0.0.1:1080 . 
 listen-addresss 127.0.0.1:8118 

一定要注意第一行最后的点

6.设置系统全局代理

1)打开 Ubuntu 16.04 的 System Settings
2)Network > Network Proxy > Method: Manual > All address: 127.0.0.1,All port: 8118 > Apply system wide

7.运行 SSR

 sudo python ./shadowsocks/local.py ./config.json 
最后修改:2019 年 04 月 18 日 11 : 03 PM
如果觉得我的文章对你有用,请随意赞赏

发表评论