Skip to content

Commit

Permalink
Update HTTP_SOCKS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed Jun 1, 2024
1 parent f9da61b commit eb02c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HTTP_SOCKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The following SSH command makes the HTTP proxy available to the local device and
ssh -vNL 2000:0.0.0.0:2000 root@13.13.13.13
# ssh -vNL <LOCAL-HTTP-PORT>:<LOCAL-IP-ADDRESS>:<REMOTE-HTTP-PORT> <USER>@<BRIDGE-IP>

export {http,https}_proxy="http://127.0.0.1:1110"
export {HTTP,HTTPS}_PROXY="http://127.0.0.1:1110"
export {http,https}_proxy="http://127.0.0.1:2000"
export {HTTP,HTTPS}_PROXY="http://127.0.0.1:2000"
# ...
```

Expand Down

0 comments on commit eb02c50

Please sign in to comment.