X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcts%2Facl-destination-denied%2Fprivoxy.conf;fp=tests%2Fcts%2Facl-destination-denied%2Fprivoxy.conf;h=b4b233cfe2c363f1c526cab1e04dbc26b09fe24f;hb=3bf6d00c1ed54eefb190021d94022e18c6adc48b;hp=0000000000000000000000000000000000000000;hpb=13778c50cddb5458b180a378d7066f9890ba5345;p=privoxy.git diff --git a/tests/cts/acl-destination-denied/privoxy.conf b/tests/cts/acl-destination-denied/privoxy.conf new file mode 100644 index 00000000..b4b233cf --- /dev/null +++ b/tests/cts/acl-destination-denied/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.1 127.0.0.1 +permit-access 127.0.0.2 +