packages/net/privoxy/files/privoxy.config
florian c7322e87d1 Fix path to privoxy actions files (#3840)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12430 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-29 12:04:27 +00:00

22 lines
760 B
Plaintext

confdir /etc/privoxy
logdir /var/log
actionsfile standard.action # Internal purpose, recommended
actionsfile default.action # Main actions file
actionsfile user.action # User customizations
filterfile default.filter
logfile logfile
jarfile jarfile
trust-info-url http://www.example.com/why_we_block.html
trust-info-url http://www.example.com/what_we_allow.html
#admin-address privoxy-admin@example.com
#proxy-info-url http://www.example.com/proxy-service.html
debug 1 # show each GET/POST/CONNECT request
debug 4096 # Startup banner and warnings
debug 8192 # Errors - *we highly recommended enabling this*
listen-address 127.0.0.1:8118
toggle 1
enable-remote-toggle 1
enable-edit-actions 1
permit-access 192.168.1.0/24
buffer-limit 4096