Updated Convert Shadowsocks to an HTTP proxy (markdown)

clowwindy 2013-07-31 08:55:29 -07:00
parent 0ce8379b92
commit d5203940ad

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