主页 > 知识库 > linux环境下设置shadowsocks+polipo全局代理

linux环境下设置shadowsocks+polipo全局代理

热门标签:硅谷的囚徒呼叫中心 美图手机 使用U盘装系统 智能手机 百度竞价点击价格的计算公式 检查注册表项 网站建设 阿里云

1、安装shadowsocks
sudo apt-get install python-pip
sudo pip install shadowsocks


2、创建配置文件shadowsocks.json,其中服务器地址、端口号、密码为为购买或免费使用的服务器(比如www.ishadowsocks.org)

{
 "server": "xxxx.com",
 "server_port": 52239,
 "local_address": "127.0.0.1",
 "local_port": 1080,
 "password": "SOME_PASSWORD",
 "timeout": 600,
 "method": "aes-256-cfb",
 "fast_open": false
}

3、启动shadowsocks
sslocal -c shadowsocks.json

4、安装polipo,进行二次转发(shadowsocks使用socks5协议通信,需搭配浏览器插件使用,若想要在系统全局使用,可使用polipo进行二次转发)
sudo apt-get install polipo

5、编辑配置文件,保存到/etc/polipo/config

# This file only needs to list configuration variables that deviate
# from the default values. See /usr/share/doc/polipo/examples/config.sample
# and "polipo -v" for variables you can tweak and further information.
 
logSyslog = true
logFile = /var/log/polipo/polipo.log
 
proxyAddress = "0.0.0.0"
 
socksParentProxy = "127.0.0.1:1080"
socksProxyType = socks5
 
chunkHighMark = 50331648
objectHighMark = 16384
 
serverMaxSlots = 64
serverSlots = 16
serverSlots1 = 32

6、重启polipo服务
sudo service polipo restart

7、设置环境变量(可添加至~/.bashrc文件中使所有shell均可实现全局SOCKS5访问)
export http_proxy="http://127.0.0.1:8123"
export https_proxy="https://127.0.0.1:8123"

8、检测一下是否可以通过socks5协议获取google主页面
curl www.google.com
如果成功则说明可以访问。

总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对脚本之家的支持。如果你想了解更多相关内容请查看下面相关链接

标签:烟台 湘潭 贺州 黄山 湖北 山南 怀化 通辽

巨人网络通讯声明:本文标题《linux环境下设置shadowsocks+polipo全局代理》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266