mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
22 lines
583 B
Plaintext
22 lines
583 B
Plaintext
|
# This file only needs to list configuration variables that deviate
|
||
|
# from the default values. See /usr/share/doc/polipo/examples/config.sample
|
||
|
# and "polipo -v" for variables you can tweak and further information.
|
||
|
|
||
|
# Defaults
|
||
|
logSyslog = true
|
||
|
logFile = /var/log/polipo/polipo.log
|
||
|
|
||
|
# Address to listen, allowed clients & port
|
||
|
#proxyAddress = ::0
|
||
|
#allowedClients = 172.16.0.0/16, fd6a:d4e8:95e6::/64
|
||
|
#proxyPort = 8123
|
||
|
proxyPort = 8080
|
||
|
|
||
|
# Tor
|
||
|
socksParentProxy = localhost:9050
|
||
|
diskCacheRoot=""
|
||
|
disableLocalInterface=true
|
||
|
censoredHeaders = from, accept-language
|
||
|
censorReferer = maybe
|
||
|
|