Created
January 27, 2017 07:04
-
-
Save loneops/12e7366278ab7e9e57e3b1af204de8bf to your computer and use it in GitHub Desktop.
Polipo conf.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxyAddress = "127.0.0.1" | |
proxyPort = 8118 | |
allowedClients = 127.0.0.1 | |
allowedPorts = 1-65535 | |
proxyName = "localhost" | |
cacheIsShared = false | |
socksParentProxy = "localhost:9050" | |
socksProxyType = socks5 | |
chunkHighMark = 67108864 | |
dnsUseGethostbyname = yes | |
disableVia = true | |
censoredHeaders = from,accept-language,x-pad,link | |
censorReferer = maybe | |
maxConnectionAge = 5m | |
maxConnectionRequests = 120 | |
serverMaxSlots = 80 | |
serverSlots = 20 | |
tunnelAllowedPorts = 1-65535 | |
logSyslog = true | |
scrubLogs = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment