Skip to content

Instantly share code, notes, and snippets.

@caveatlector
Last active April 20, 2021 13:36
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 caveatlector/9286b916dca95c7f5d1f47a4b6a66d8f to your computer and use it in GitHub Desktop.
Save caveatlector/9286b916dca95c7f5d1f47a4b6a66d8f to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
if (shExpMatch(url, "*.slack.com")) {
return "PROXY 127.0.0.1:666";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment