Updated Convert Shadowsocks to an HTTP proxy (markdown)
parent
0ce8379b92
commit
d5203940ad
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
First run polipo with parent proxy set to Shadowsocks:
|
First run polipo with parent proxy set to Shadowsocks:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
apt-get install polipo
|
apt-get install polipo
|
||||||
service polipo stop
|
service polipo stop
|
||||||
polipo socksParentProxy=localhost:1080
|
polipo socksParentProxy=localhost:1080
|
||||||
|
@ -8,6 +8,6 @@ polipo socksParentProxy=localhost:1080
|
||||||
|
|
||||||
Then you can play with the HTTP proxy:
|
Then you can play with the HTTP proxy:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
http_proxy=http://localhost:8123 apt-get update
|
http_proxy=http://localhost:8123 apt-get update
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue