Skip to content

Instantly share code, notes, and snippets.

@pourquoi
Created April 26, 2015 10:13
Show Gist options
  • Save pourquoi/d815836d593befecddf4 to your computer and use it in GitHub Desktop.
Save pourquoi/d815836d593befecddf4 to your computer and use it in GitHub Desktop.
chrome socks proxy + dns
ssh -D 9999 root@REMOTE_IP
google-chrome --proxy-server="socks5://127.0.0.1:9999" --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE 127.0.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment