function FindProxyForURL(url, host) { if (dnsDomainIs(host, ".hihonorcloud.com")) return "DIRECT"; else if (dnsDomainIs(host, ".hicloud.com")) return "DIRECT"; else return "PROXY 219.224.165.13:8888"; }