X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tests%2Fcts%2Facl-ip-address-permitted%2Fprivoxy.conf;fp=tests%2Fcts%2Facl-ip-address-permitted%2Fprivoxy.conf;h=5e5fa4a93e11af83350440cdbb77bce4165f221e;hp=0000000000000000000000000000000000000000;hb=0c1f17c02c88017d360671315dc9dcd55eb62223;hpb=29457695ada443619934a571d53d2231eb19dcb0 diff --git a/tests/cts/acl-ip-address-permitted/privoxy.conf b/tests/cts/acl-ip-address-permitted/privoxy.conf new file mode 100644 index 00000000..5e5fa4a9 --- /dev/null +++ b/tests/cts/acl-ip-address-permitted/privoxy.conf @@ -0,0 +1,18 @@ +listen-address 127.0.0.1:9119 + +debug 1 # Log the destination for each request Privoxy let through. See also debug 1024. +debug 2 # show each connection status +debug 4 # show tagging-related messages +debug 8 # show header parsing +debug 32 # debug force feature +debug 64 # debug regular expression filters +debug 128 # debug redirects +debug 256 # debug GIF de-animation +debug 512 # Common Log Format +debug 1024 # Log the destination for requests Privoxy didn't let through, and the reason why. +debug 4096 # Startup banner and warnings. +debug 8192 # Non-fatal errors + +deny-access 127.0.0.2 +permit-access 127.0.0.1 +