Files
archived-js.org/ns_active.js
snek 90c99b379c engine262.js.org
- [x] There is reasonable content on the page (see: [No Content](https://github.com/js-org/js.org/wiki/No-Content))
- [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html)
2022-09-02 12:30:38 -07:00

28 lines
1.3 KiB
JavaScript

/*
***** 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 = {
"appshelf": ["ns31.cloudns.net", "ns32.cloudns.net", "ns33.cloudns.net", "ns34.cloudns.net"],
"castyte": ["ns31.cloudns.net", "ns32.cloudns.net", "ns33.cloudns.net", "ns34.cloudns.net"],
"engine262": ["ns1.he.net", "ns2.he.net", "ns3.he.net", "ns4.he.net", "ns5.he.net"],
"lolifamily": ["glen.ns.cloudflare.com", "melany.ns.cloudflare.com"],
"ruby": ["alexis.ns.cloudflare.com", "connie.ns.cloudflare.com"],
"samplasion": ["ns31.cloudns.net", "ns32.cloudns.net", "ns33.cloudns.net", "ns34.cloudns.net"],
"shebang": ["dns1.p01.nsone.net", "dns2.p01.nsone.net", "dns3.p01.nsone.net", "dns4.p01.nsone.net"]
}
/*
* The allocation of new ns records is discontinued (at the moment)
*/