function FindProxyForURL(url,host) { if (host == "admin.example.dom") return "DIRECT"; return "PROXY proxy.example.dom:3128"; }