Skip to content

Instantly share code, notes, and snippets.

@dfahlander
Created June 4, 2026 11:17
Show Gist options
  • Select an option

  • Save dfahlander/e5b8fb61d1b25cefd67ac10178e15260 to your computer and use it in GitHub Desktop.

Select an option

Save dfahlander/e5b8fb61d1b25cefd67ac10178e15260 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
if (shExpMatch(host, "*.ugap.fr")) {
return "PROXY 127.0.0.1:8081";
}
return "DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment