Created Convert Shadowsocks to an HTTP proxy (markdown)
parent
5e852a25e3
commit
0ce8379b92
1 changed files with 13 additions and 0 deletions
13
Convert-Shadowsocks-to-an-HTTP-proxy.md
Normal file
13
Convert-Shadowsocks-to-an-HTTP-proxy.md
Normal file
|
@ -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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue