我创建了一个 squid 二级代理,并设置了如下
request_header_access Via deny all request_header_access X-Forwarded-For deny all request_header_access From deny all cache_peer 122.230.34.252 parent 35599 0 no-query weighted-round-robin weight=1 connect-fail-limit=2 allow-miss max-cOnn=10 #下面都是 cache_peer .........
访问 http://httpbin.org/ip 可以发现 ip 一直在变 但是访问 https://www.ipip.net/ip.html 会发现一直是主机的 ip,没有变化,
请教大佬,而且不知道怎么调试,望给出点参考意见
1 lanqing OP 我不知道 到底有没有设置成功,, |
2 ducklyl 2019-02-22 12:15:34 +08:00 还用 squid 的啊,早改用 nginx 了 |
![]() | 3 wsgws 2019-06-05 19:05:04 +08:00 never_direct allow all # 这句很重要,放在 all cache_peer 后面, 否则请求会直接走 squid 代理服务器 |