VPS技巧其他 Ubuntu搭建匿名squid代理 By admin Last updated Jun 23, 2020 Share 一、安装squid3 命令:sudo apt-get install squid 二、修改配置文件 文件位置:/etc/squid3/squid.conf (1)将“http_access deny all”改成“http_access allow all” (2)将“via on”改成“via off” (3)将“forwarded_for on”改成“forwarded_for delete” 三、重启squid3 命令:sudo service squid3 restart Share FacebookTwitterGoogle+ReddItWhatsAppPinterestEmail
Comments are closed, but trackbacks and pingbacks are open.