Skip to content

Instantly share code, notes, and snippets.

@palmerc
Created December 24, 2019 10:52
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/2d09b0c9313c3e0a9aff03b657401b55 to your computer and use it in GitHub Desktop.
Save palmerc/2d09b0c9313c3e0a9aff03b657401b55 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