etc/privoxy: add minimalistic config

This commit is contained in:
Aminda Suomalainen 2018-10-03 13:37:52 +03:00
parent 1acf4b9c7c
commit c2fda6d7fc
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 15 additions and 0 deletions

15
etc/privoxy/config Normal file
View File

@ -0,0 +1,15 @@
# Don't rely on the OS to tell hostname
hostname whatever
# Send .onion addresses to Tor
forward-socks5t .onion 127.0.0.1:9050 .
# Send .i2p addresses to i2p(d)
forward .i2p 127.0.0.1:4444
# Where config is specified for config.privoxy.org read-access
confdir /etc/privoxy
# Be only accessible from localhost
listen-address 127.0.0.1:8118
listen-address [::1]:8118
# Maximum, doesn't matter for single localhost user that much
max-client-connections 512
# Link config.privoxy.org here
user-manual /usr/share/doc/privoxy/user-manual