Skip to content

Instantly share code, notes, and snippets.

@typhoonzero
Created May 24, 2021 08:51
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 typhoonzero/73754bfa5c83dd5fbd6fd019bfb833a6 to your computer and use it in GitHub Desktop.
Save typhoonzero/73754bfa5c83dd5fbd6fd019bfb833a6 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "SOCKS localhost:8089";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment