From 92f0bcfbf55a8a58cd8b22fb559c27a4a2534dd4 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Sun, 4 Oct 2015 15:02:12 -0700 Subject: [PATCH] debug mode Signed-off-by: Jessica Frazelle --- privoxy/privoxy.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/privoxy/privoxy.conf b/privoxy/privoxy.conf index ecf861d..3830163 100644 --- a/privoxy/privoxy.conf +++ b/privoxy/privoxy.conf @@ -553,8 +553,7 @@ logfile logfile # Notes: # # The available debug levels are: -# -# debug 1 # Log the destination for each request Privoxy let through. See also debug 1024. +debug 1 # Log the destination for each request Privoxy let through. See also debug 1024. # debug 2 # show each connection status # debug 4 # show I/O status # debug 8 # show header parsing @@ -1076,7 +1075,7 @@ enforce-blocks 0 # anywhere, with the exception that 192.168.45.73 may not access # the IP address behind www.dirty-stuff.example.com: # -# permit-access 192.168.45.64/26 +# permit-access 192.168.45.64/26 # deny-access 192.168.45.73 www.dirty-stuff.example.com # # Allow access from the IPv4 network 192.0.2.0/24 even if listening @@ -1196,7 +1195,7 @@ buffer-limit 4096 # Everything goes to an example parent proxy, except SSL on port # 443 (which it doesn't handle): # -# forward / parent-proxy.example.org:8080 +# forward / parent-proxy.example.org:8080 # forward :443 . # # @@ -1277,7 +1276,7 @@ buffer-limit 4096 # ISP's proxy by way of example.com's corporate SOCKS 4A gateway # to the Internet. # -# forward-socks4a / socks-gw.example.com:1080 www-cache.isp.example.net:8080 +# forward-socks4a / socks-gw.example.com:1080 www-cache.isp.example.net:8080 # forward .example.com . # # @@ -1297,8 +1296,8 @@ buffer-limit 4096 # if you need to access local servers you therefore might want # to make some exceptions: # -# forward 192.168.*.*/ . -# forward 10.*.*.*/ . +# forward 192.168.*.*/ . +# forward 10.*.*.*/ . # forward 127.*.*.*/ . # #