K
krabs
Guest
For the one who are interested.
You can also forward privoxy to polipo a fast webcaching proxy.
Polipo is also available in the entware repo.
Add this rule to privoxy's config file
Here's mine polipo config
* If you want to run polipo as different user use this patch here: http://www.mail-archive.com/polipo-users@lists.sourceforge.net/msg00478.html
which will create the setUser config variable and compile using the openwrt buildroot http://code.google.com/p/wl500g-repo/wiki/Compiling
or download it here http://www.sendspace.com/file/3ljx8l
You can also forward privoxy to polipo a fast webcaching proxy.
Polipo is also available in the entware repo.
Add this rule to privoxy's config file
Code:
forward / proxyIP(polipo):proxyPort(polipo)
Here's mine polipo config
Code:
#setUser = "polipo" # *
daemonise = true
pidFile = "/opt/var/run/polipo/polipo.pid"
proxyAddress = "192.168.1.1"
proxyPort = 8123
proxyName = "localhost"
dnsNameServer = "127.0.0.1"
allowedClients = 127.0.0.1, 192.168.1.0/28
allowedPorts = 1-65535
localDocumentRoot = "" # Disable local webserver
disableLocalInterface = true # Disable the local configuration pages
diskCacheRoot = "/tmp/mnt/data/polipo-cache/"
dnsQueryIPv6 = no
chunkHighMark = 8388608
objectHighMark = 3072
censoredHeaders = from, accept-language
censorReferer = maybe
#logFile = "/opt/var/log/polipo.log"
logSyslog = true
logFacility = "daemon"
logLevel = 0x4
#logLevel = 0xFF
* If you want to run polipo as different user use this patch here: http://www.mail-archive.com/polipo-users@lists.sourceforge.net/msg00478.html
which will create the setUser config variable and compile using the openwrt buildroot http://code.google.com/p/wl500g-repo/wiki/Compiling
or download it here http://www.sendspace.com/file/3ljx8l