添加 'mytest.pac'
This commit is contained in:
parent
c55f5fde84
commit
2acff3a292
|
|
@ -0,0 +1,5 @@
|
|||
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";
|
||||
}
|
||||
Loading…
Reference in New Issue