// no squid found matching the remote ip address function FindProxyForURL(url, host) { if (shExpMatch(url, "*.openhtc.io*") || shExpMatch(url, "*.computecanada.net*")) { return "DIRECT"; } return "PROXY http://lhchomeproxy.fnal.gov:3125; PROXY http://lhchomeproxy.cern.ch:3125"; }