Created
March 17, 2020 10:40
-
-
Save eggman64/218769860c78891dca48b03a9ad188a6 to your computer and use it in GitHub Desktop.
set up a socks5 proxy with ssh in chromium
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
#!/bin/bash | |
chromium --user-data-dir="$HOME/tmp/proxy" --proxy-server="socks5://127.0.0.1:8080" --proxy-bypass-list='<-loopback>' --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment