Skip to content

Instantly share code, notes, and snippets.

@josephbolus
Created March 9, 2023 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephbolus/72b456ee19f8080720d0aeaf53893949 to your computer and use it in GitHub Desktop.
Save josephbolus/72b456ee19f8080720d0aeaf53893949 to your computer and use it in GitHub Desktop.
Start Chrome With SOCK5 Tunnel
"C:\Program Files\Google\Chrome\Application\chrome.exe" --user-data-dir="%USERPROFILE%\socks5-proxy-profile" --proxy-server="socks5://localhost:9000" --host-resolver-rules="MAP * ~NOTFOUND , EXCLUDE localhost" & timeout 2 & rmdir /S /Q "%USERPROFILE%\socks5-proxy-profile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment