function FindProxyForURL (url, host) { if (dnsDomainIs(host, "mdm.schulon.org") || dnsDomainIs(host, "setup.schulon.org") || dnsDomainIs(host, "goodnotes-team.notion.site")) { return "PROXY 46.225.88.240:443"; } return "DIRECT"; }