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