Skip to content

Instantly share code, notes, and snippets.

@ganboing
Last active May 12, 2020 07:59
Show Gist options
  • Save ganboing/6c7645fdc47c57795a2e73edfef0b655 to your computer and use it in GitHub Desktop.
Save ganboing/6c7645fdc47c57795a2e73edfef0b655 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "SOCKS 192.168.0.10:1082";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment