confdir /etc/privoxy logdir /var/log/privoxy admin-address xxx@yyy #trust-info-url http://www.example.com/why_we_block.html #trust-info-url http://www.example.com/what_we_allow.html actionsfile standard.action # Internal purpose, recommended actionsfile default.action # Main actions file actionsfile user.action # User customizations filterfile default.filter #trustfile trust # white list of trusted sited logfile privoxy.log jarfile jarfile debug 1 # log each request destination (and the crunch reason if Privoxy intercepted the request) #debug 2 # show each connection status #debug 4 # show I/O status #debug 8 # show header parsing #debug 16 # log all data written to the network into the logfile #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 # debug kill pop-ups #debug 2048 # CGI user interface debug 4096 # Startup banner and warnings. #debug 8192 # Non-fatal errors listen-address 127.0.0.1:8118 toggle 1 enable-remote-toggle 1 enable-remote-http-toggle 0 enable-edit-actions 0 accept-intercepted-requests 1 buffer-limit 4096 forwarded-connect-retries 0 # forward defines what we do with incoming requests. # all requests should be from squid # dont use tor for these - go direct forward s1 . forward s1.no11.net . forward 192.168.*.*/ . forward localhost . forward 127.*.*.*/ . # go direct forward / . # chain privoxy to tor via socks4a (which uses a tor DNS) for everything else #forward-socks4a / localhost:9050 .