Skip to content

Instantly share code, notes, and snippets.

@KCErb
Created December 7, 2019 20:02
Show Gist options
  • Select an option

  • Save KCErb/277070ef5913f3befc893e34cc3c4785 to your computer and use it in GitHub Desktop.

Select an option

Save KCErb/277070ef5913f3befc893e34cc3c4785 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
if (host.match(/\.office\.kingsds.network$/)) return "PROXY office-gw.kingsds.network:3128";
if (host.match(/\.devserver\.office\.kingsds.network$/)) return "PROXY office-gw.kingsds.network:3128";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment