Updated Convert Shadowsocks into an HTTP proxy (markdown)
parent
85c6f047b6
commit
497ccc2d32
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ Then you can play with the HTTP proxy:
|
|||
```bash
|
||||
http_proxy=http://localhost:8123 apt-get update
|
||||
|
||||
http_proxy=http://localhost:8123 curl www.google.com
|
||||
|
||||
http_proxy=http://localhost:8123 wget www.google.com
|
||||
|
||||
git config --global http.proxy 127.0.0.1:8123
|
||||
git clone https://github.com/xxx/xxx.git
|
||||
git xxx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue