mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
etc/privoxy: add minimalistic config
This commit is contained in:
parent
1acf4b9c7c
commit
c2fda6d7fc
15
etc/privoxy/config
Normal file
15
etc/privoxy/config
Normal 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
|
Loading…
Reference in New Issue
Block a user