Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christopher-baek/408cd19fa10d96849aef71ec679d8b06 to your computer and use it in GitHub Desktop.
Save christopher-baek/408cd19fa10d96849aef71ec679d8b06 to your computer and use it in GitHub Desktop.
Chrome Behind Tor SOCKS5 Proxy

Chrome Behind Tor SOCKS5 Proxy

open ${HOME}/Applications/Google\ Chrome.app --args -incognito --proxy-server="socks5://192.168.1.2:9050" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE 192.168.1.2"
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -incognito --proxy-server="socks5://192.168.1.2:9050" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE 192.168.1.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment