Skip to content

Instantly share code, notes, and snippets.

@crowjdh
Last active March 7, 2022 15:47
Show Gist options
  • Save crowjdh/f3a5a7a762e637e11c600be830332442 to your computer and use it in GitHub Desktop.
Save crowjdh/f3a5a7a762e637e11c600be830332442 to your computer and use it in GitHub Desktop.
Use ssh server as a proxy server for Chromium browser
shell_one $ ssh -ND $PORT $HOST
shell_two $ "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --proxy-server="socks5://localhost:$PORT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment