Skip to content

Instantly share code, notes, and snippets.

@TanjimReza
Created April 22, 2021 16:38
Show Gist options
  • Save TanjimReza/a8f699cc16f199d47791130e497db45c to your computer and use it in GitHub Desktop.
Save TanjimReza/a8f699cc16f199d47791130e497db45c to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "18.214.150.6:1080";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment