You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
800 B

/*
***** ACTIVE SUBDOMAINS (NS records)
* ***********************
*
* This list contains NS records in extension to the list of active CNAMEs in this repository.
*
* Second level NS records makes it possible for subdomain owners to redirect to another DNS provider.
* This option has potential security issues (e.g. if you use another DNS provider to add MX records to route your email traffic)
* and is only meant for advanced users.
*
* You should avoid this option if you only want a JS.ORG subdomain!!!
* FYI: https://github.com/js-org/js.org/issues/2890
*/
var ns_active = {
"shebang": ["dns1.p01.nsone.net", "dns2.p01.nsone.net", "dns3.p01.nsone.net", "dns4.p01.nsone.net"],
"engine262": ["a.zeit-world.org", "c.zeit-world.net", "d.zeit-world.co.uk", "e.zeit-world.com"]
}