Skip to content

Instantly share code, notes, and snippets.

@palawer
Created December 14, 2023 08:50
Show Gist options
  • Save palawer/67d1b24f1be01fe1e38457c9e0cbefff to your computer and use it in GitHub Desktop.
Save palawer/67d1b24f1be01fe1e38457c9e0cbefff to your computer and use it in GitHub Desktop.
SSH proxy
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