packages/net/privoxy/files/privoxy.config
florian c332b906b1 Add default configuration file, init script, libpthread dependency (#1001)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5677 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-29 13:29:23 +00:00

23 lines
755 B
Plaintext

confdir /etc/privoxy/
logdir /var/log/
actionsfile standard # Internal purpose, recommended
actionsfile default # Main actions file
actionsfile user # 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
#hide-console