Skip to content

Instantly share code, notes, and snippets.

View amoravec's full-sized avatar

Andy Moravec amoravec

  • Code42
  • Hugo, MN
View GitHub Profile
@amoravec
amoravec / test.pac
Last active July 12, 2021 22:10
Proxy Auto Configuration test file
function FindProxyForURL(url, host) {
// if the host a name, use a proxy
if (isResolvable(host)) {
return "PROXY localhost:8080; DIRECT";
}
// if the host is not a resolvable name, go direct
return "DIRECT";
}

Keybase proof

I hereby claim:

  • I am amoravec on github.
  • I am amoravec (https://keybase.io/amoravec) on keybase.
  • I have a public key ASBIqPr5lXhrQgLOqq0gcdWCFBeLKFgioS83uW3wTed0hAo

To claim this, I am signing this object: