Skip to content

Instantly share code, notes, and snippets.

@apua
Last active December 2, 2023 07:22
Show Gist options
  • Save apua/c9fe26258efbf8d973a3dd84462424c7 to your computer and use it in GitHub Desktop.
Save apua/c9fe26258efbf8d973a3dd84462424c7 to your computer and use it in GitHub Desktop.
function FindProxyForURL(url, host) {
if (dnsDomainIs(host, "internal.sifive.com")) {
return "SOCKS localhost:5566";
}
//return "DIRECT";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment