代理
1.sudo apt install shadowsocks
2.在/etc目录下有shadowsocks,其中有
config.json.example
local.json
server.json
3.sudo touch config.json
sudo gedit config.json
4.编辑配置文件的内容大致如下:
{
"server":"服务器的ip",
"server_port":服务器设置的端口(我用的8388),
"local_address":"127.0.0.1",
"local_port":1080,
"password":"密码",
"timeout":300,
"method":"aes-256-cfb",
"fast_open":false
}
5.sudo sslocal -c /etc/shadowsocks/config.json
!!!加载后别关终端!!!
7.下载firefox或google chrome插件
Proxy SwitchyOmega
https://www.switchyomega.com/download/
8.安装到浏览器后设置情景模式的proxy
网址协议 代理协议 代理服务器 代理端口
(默认) SOCKS5 127.0.0.1 1080
9.在浏览器的右上有个圆环切换到proxy
---------------------
作者:阿珍爱上了阿强112233
来源:CSDN
原文:https://blog.csdn.net/qq_31746287/article/details/83471857
版权声明:本文为博主原创文章,转载请附上博文链接!