|
/etc/polipo/config 是不是类似与这个
daemonise=false
diskCacheRoot=/var/cache/polipo/
proxyAddress=127.0.0.1
proxyPort=8188
proxyName=localhost
serverSlots=4
serverMaxSlots=8
cacheIsShared=true
allowedClients=127.0.0.1
socksParentProxy="127.0.0.1:6666"
socksProxyType = socks5 |
|