Created
March 11, 2016 11:22
-
-
Save izuolan/3174d9aad7ec4f94bcf4 to your computer and use it in GitHub Desktop.
polipo设置socks转http代理。
This file contains 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
# 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. | |
logSyslog = true | |
logFile = "/var/log/polipo/polipo.log" | |
socksParentProxy = "127.0.0.1:1080" | |
socksProxyType = socks5 | |
chunkHighMark = 50331648 | |
objectHighMark = 16384 | |
serverMaxSlots = 64 | |
serverSlots = 16 | |
serverSlots1 = 32 | |
proxyAddress = "0.0.0.0" | |
proxyPort = 8123 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment