Skip to content

Instantly share code, notes, and snippets.

@ganboing
Created November 28, 2020 03:50
Show Gist options
  • Save ganboing/a11aeddd746ecc27ac7958fc1534759d to your computer and use it in GitHub Desktop.
Save ganboing/a11aeddd746ecc27ac7958fc1534759d to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "SOCKS 192.168.1.100:1080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment