function FindProxyForURL(url, host) { if (dnsDomainIs(host, ".smknapala.sch.id")) { return "DIRECT"; } return "PROXY www.smknapala.sch.id:8090"; }