// no squid found matching the remote ip address function FindProxyForURL(url, host) { if (shExpMatch(url, "*.openhtc.io*")) { return "DIRECT"; } return "NONE"; }