这是我的 squid.conf
http_access allow localhost
acl whoer dstdomain .whoer.net
http_access allow whoer
never_direct allow whoer
# And finally deny all other access to this proxy
always_direct allow all
http_access allow all
我不知道如何正确使用 always_direct 仅在 whoer.net 网站上连接到代理。在所有其他网站上,我想通过我的原始 IP 进行连接。
如果我禁用它,http_access allow all
它就不起作用。我尝试always_direct allow all
上下移动 - 没有结果。
你能告诉我如何修复吗?谢谢