privoxy 会阻止配置为使用 127.0.0.1:8118 代理 URL 的浏览器上的所有流量

privoxy 会阻止配置为使用 127.0.0.1:8118 代理 URL 的浏览器上的所有流量

我正在发行版跳跃过程中,在过去配置 privoxy 是一项简单的任务。这次我使用 LMDE 201403(本质上是一个 debian wheezy 系统)。在编辑 /etc/privoxy/config 中的配置文件后,我已经安装并启动了 privoxy。我添加了一些调试行:

debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
debug  1024 # Actions that are applied to all sites and maybe overruled later on.
debug  4096 # Startup banner and warnings
debug  8192 # Non-fatal errors

我还添加了一些转发规则:

forward                 champ/ .
forward                 192.168.2.*/ .

但我也尝试过运行 privoxy 并注释掉这些行。相同的结果。

我在日志中没有得到任何有用的信息,除了:

2014-07-10 20:05:47.098 7f080a637700 Info: Privoxy version 3.0.21
2014-07-10 20:05:47.098 7f080a637700 Info: Program name: /usr/sbin/privoxy
2014-07-10 20:05:47.098 7f080a637700 Info: Loading filter file: /etc/privoxy/default.filter
2014-07-10 20:05:47.117 7f080a637700 Info: Loading filter file: /etc/privoxy/user.filter
2014-07-10 20:05:47.122 7f080a637700 Info: Loading actions file: /etc/privoxy/match-all.action
2014-07-10 20:05:47.122 7f080a637700 Info: Loading actions file: /etc/privoxy/default.action
2014-07-10 20:05:47.146 7f080a637700 Info: Loading actions file: /etc/privoxy/user.action
2014-07-10 20:05:47.148 7f080a637700 Info: Listening on port 8118 on IP address localhost

在我的浏览器中配置为使用代理 url 127.0.0.1:8118 所有流量都被阻止。我无法访问 privoxy 配置页面 http://config.privoxy.org/或者http://pp/

还有哪些其他调试代码可以帮助确定是什么阻止了所有流量?有什么想法可能导致这种阻塞吗?

相关内容