squid http,https, 代理,默认端口3128
https 代理时出现 403,是因为squid默认允许 192.168.0.0 网段代理
在配置文件中,““acl localnet src 192.168.0.0/16””后面里加一行:
acl localnet src 128.0.0.0/20
------------------
128.0.0.0 是你的局域网段。
squid http,https, 代理,默认端口3128
https 代理时出现 403,是因为squid默认允许 192.168.0.0 网段代理
在配置文件中,““acl localnet src 192.168.0.0/16””后面里加一行:
acl localnet src 128.0.0.0/20
------------------
128.0.0.0 是你的局域网段。