Created Convert Shadowsocks to an HTTP proxy (markdown)

clowwindy 2013-07-31 08:55:06 -07:00
parent 5e852a25e3
commit 0ce8379b92

@ -0,0 +1,13 @@
First run polipo with parent proxy set to Shadowsocks:
```
apt-get install polipo
service polipo stop
polipo socksParentProxy=localhost:1080
```
Then you can play with the HTTP proxy:
```
http_proxy=http://localhost:8123 apt-get update
```