centos配置ssr --dai li服务器(heduian-迁移至Linux)其二

配置privoxy

1、下载安装环境

yum install -y epel-release
yum install -y privoxy
2、选择系统代理模式

全局模式

# 添加本地ssr服务到配置文件
echo 'forward-socks5 / 127.0.0.1:1080 .' >> /etc/privoxy/config

# Privoxy 默认监听端口是是8118(临时生效)
export http_proxy=http://127.0.0.1:8118
export https_proxy=http://127.0.0.1:8118
export no_proxy=localhost

永久生效详见:https://blog.csdn.net/Beyond_F4/article/details/106583076

# 启动服务
systemctl start privoxy.service

PAC模式

[root@localhost ~]# cd gfwlist2privoxy/
[root@localhost gfwlist2privoxy]# ls
gfw.action  gfwlist2privoxy  README.md  ssr
[root@localhost gfwlist2privoxy]# bash gfwlist2privoxy
proxy(socks5): 127.0.0.1:1080		# 注意,如果你修改了ssr本地监听端口是需要设置对应的
{+forward-override{forward-socks5 127.0.0.1:1080 .}}

=================================================================

"cp -af /ro

你可能感兴趣的:(代理问题)