Skip to content

Instantly share code, notes, and snippets.

@NICHOLAS85
Created March 17, 2020 04:44
Show Gist options
  • Save NICHOLAS85/1eaa405a307dda55b53e13ecdd8e3813 to your computer and use it in GitHub Desktop.
Save NICHOLAS85/1eaa405a307dda55b53e13ecdd8e3813 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "SOCKS localhost:6060";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment