You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.0 KiB

  1. #
  2. # original configuration file used by privoxy
  3. # this is no longer supported by this package
  4. # it's converted and moved to uci configuration
  5. # please look at /etc/config/privoxy
  6. #
  7. confdir /etc/privoxy
  8. logdir /var/log
  9. logfile privoxy.log
  10. filterfile default.filter
  11. actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on.
  12. actionsfile default.action # Main actions file
  13. #actionsfile user.action # User customizations
  14. listen-address 127.0.0.1:8118
  15. toggle 1
  16. enable-remote-toggle 1
  17. enable-remote-http-toggle 0
  18. enable-edit-actions 1
  19. enforce-blocks 0
  20. buffer-limit 4096
  21. forwarded-connect-retries 0
  22. accept-intercepted-requests 0
  23. allow-cgi-request-crunching 0
  24. split-large-forms 0
  25. keep-alive-timeout 300
  26. socket-timeout 300
  27. permit-access 192.168.1.0/24
  28. debug 1 # show each GET/POST/CONNECT request
  29. debug 4096 # Startup banner and warnings
  30. debug 8192 # Errors - *we highly recommended enabling this*
  31. #admin-address privoxy-admin@example.com
  32. #proxy-info-url http://www.example.com/proxy-service.html