Skip to content

Instantly share code, notes, and snippets.

@izuolan
Created March 11, 2016 11:22
Show Gist options
  • Save izuolan/3174d9aad7ec4f94bcf4 to your computer and use it in GitHub Desktop.
Save izuolan/3174d9aad7ec4f94bcf4 to your computer and use it in GitHub Desktop.
polipo设置socks转http代理。
# 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