forked from js-org/js.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathns_active.js
More file actions
24 lines (22 loc) · 1000 Bytes
/
ns_active.js
File metadata and controls
24 lines (22 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
***** 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 = {
"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"],
"mermaid": ["dns1.p04.nsone.net", "dns2.p04.nsone.net", "dns3.p04.nsone.net", "dns4.p04.nsone.net"],
"ruby": ["alexis.ns.cloudflare.com", "connie.ns.cloudflare.com"]
}
/*
* The allocation of new ns records is discontinued (at the moment)
*/