Skip to content

Instantly share code, notes, and snippets.

@palmerc
Last active June 5, 2024 18:59
Show Gist options
  • Save palmerc/cdb0732162a0896ceacec364052a8fe7 to your computer and use it in GitHub Desktop.
Save palmerc/cdb0732162a0896ceacec364052a8fe7 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host)
{
return "SOCKS 192.168.1.221:8889";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment