From 5e907786a405174a530028f680beb8d8c5a50700 Mon Sep 17 00:00:00 2001 From: Stefan Keim Date: Tue, 19 Mar 2019 01:06:18 +0100 Subject: [PATCH] Create ns_active.js --- ns_active.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ns_active.js diff --git a/ns_active.js b/ns_active.js new file mode 100644 index 00000000..0c396913 --- /dev/null +++ b/ns_active.js @@ -0,0 +1,17 @@ +/* + ***** 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 = { + "example": ["dns1.pXX.nsone.net", "dns2.pXX.nsone.net", "dns3.pXX.nsone.net", "dns4.pXX.nsone.net"] + }