Debian11.1-x64
步骤1:安装Squid代理服务器
sudo apt-get update
sudo apt-get install squid
步骤2:配置Squid代理服务器
sudo nano /etc/squid/squid.conf
找到以下几行,并确保它们的内容被设置正确,或者根据需要进行调整:
http_port 3128
acl mynetwork src 192.168.0.0/16
http_access allow mynetwork
步骤3:重启Squid代理服务器
sudo service squid restart
无法访问google
检查您的鱿鱼配置dns_v4_first off并将其更改为dns_v4_first on. 重新启动鱿鱼
###开启ssl
# Enable SSL Bump
ssl_bump server-first all
sslproxy_cert_error allow all
sslproxy_flags DONT_VERIFY_PEER
###
http_access allow localhost manager
http_access deny manager
权限修改所有
http_access allow all
#####
允许所有人
http_access allow all
#####
// 文件最后加上 高匿配置 按 Alt+/ 或 Alt+/,你会发现光标已重新定位到文件最后一行的末尾
request_header_access X-Forwarded-For deny all
request_header_access From deny all
request_header_access Via deny all
//修改下端口 网上很多自动爬免费代理的程序
http_port3228
- 上一篇: linux后台执行python脚本
- 下一篇: 谷歌浏览器关闭红色更新提醒文字
猜你喜欢
- 2024-10-06Centos7安装wireguard
- 2024-09-25ubuntu18安装WireGuard
- 2024-09-24centos9安装openvpn
- 2024-01-06shadowsocks一键安装脚本
- 2024-01-05vim快捷键/vim常用命令大全
- 2024-01-04Debian安装Squid代理服务器
- 搜索