debug mode

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-10-04 15:02:12 -07:00
parent 5d6123742e
commit 92f0bcfbf5
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -553,8 +553,7 @@ logfile logfile
# Notes: # Notes:
# #
# The available debug levels are: # 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 2 # show each connection status
# debug 4 # show I/O status # debug 4 # show I/O status
# debug 8 # show header parsing # debug 8 # show header parsing
@ -1076,7 +1075,7 @@ enforce-blocks 0
# anywhere, with the exception that 192.168.45.73 may not access # anywhere, with the exception that 192.168.45.73 may not access
# the IP address behind www.dirty-stuff.example.com: # 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 # 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 # 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 # Everything goes to an example parent proxy, except SSL on port
# 443 (which it doesn't handle): # 443 (which it doesn't handle):
# #
# forward / parent-proxy.example.org:8080 # forward / parent-proxy.example.org:8080
# forward :443 . # forward :443 .
# #
# #
@ -1277,7 +1276,7 @@ buffer-limit 4096
# ISP's proxy by way of example.com's corporate SOCKS 4A gateway # ISP's proxy by way of example.com's corporate SOCKS 4A gateway
# to the Internet. # 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 . # forward .example.com .
# #
# #
@ -1297,8 +1296,8 @@ buffer-limit 4096
# if you need to access local servers you therefore might want # if you need to access local servers you therefore might want
# to make some exceptions: # to make some exceptions:
# #
# forward 192.168.*.*/ . # forward 192.168.*.*/ .
# forward 10.*.*.*/ . # forward 10.*.*.*/ .
# forward 127.*.*.*/ . # forward 127.*.*.*/ .
# #
# #