Created
December 14, 2023 08:50
-
-
Save palawer/67d1b24f1be01fe1e38457c9e0cbefff to your computer and use it in GitHub Desktop.
SSH proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -D 5000 <server> | |
export http_proxy="socks5://127.0.0.1:5000" | |
export https_proxy="socks5://127.0.0.1:5000" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment