Skip to content

Instantly share code, notes, and snippets.

@ngbinh
Last active July 21, 2021 00:54
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 ngbinh/633e6db667bccb3c0751ee941d961c09 to your computer and use it in GitHub Desktop.
Save ngbinh/633e6db667bccb3c0751ee941d961c09 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
PROXY = "HTTP 192.168.31.57:8888"
return PROXY
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment