我已经安装了squid,它作为透明代理运行,通过176.16.1.197:8000发送http请求。
我想用上面的squid配置来设置dansguardian,但我似乎无法正确地完成它。我怎样才能把上面的信息替换到丹斯卫报的配置中?
# the port that DansGuardian listens to.
filterport = 8080
# the ip of the proxy (default is the loopback - i.e. this server)
proxyip = 127.0.0.1
# the port DansGuardian connects to proxy on
proxyport = 3128发布于 2010-02-11 08:59:41
您需要将其设置为父缓存。根据您的使用需要修改这里的说明。它适用于具有Privoxy父级的squid透明代理,但您的设置类似。
发布于 2011-06-21 18:12:08
filterip =XX.XX (IP of Dansguardian),如果您使用的是单个服务器环回,则可以。filterport = 8080 --如果您使用的是单个服务器环,则dansguardian =XX.XX( squid代理服务器的IP)的端口是可以的。proxyport = 3128 - squid代理服务器端口
尝试在lan设置上配置internet选项,以及
代理:XX.XX端口8080
https://serverfault.com/questions/111814
复制相似问题