Created
April 3, 2016 22:49
-
-
Save christopher-baek/408cd19fa10d96849aef71ec679d8b06 to your computer and use it in GitHub Desktop.
Chrome Behind Tor SOCKS5 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
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" |
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
"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