Skip to content

Instantly share code, notes, and snippets.

@palmerc
Created December 24, 2019 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palmerc/aee058381cdbd00ee8934fda6c4b30ee to your computer and use it in GitHub Desktop.
Save palmerc/aee058381cdbd00ee8934fda6c4b30ee to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
return "SOCKS 192.168.11.146:8889";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment