Skip to content

Commit

Permalink
bugfix: syntax errors and style inconsistent with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Jul 28, 2021
1 parent d9aa2fe commit a7cf452
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"printWidth": 1000,
"quoteProps": "preserve",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "none",
"overrides": [
{
"files": "records_restricted.js",
"options": {
"tabWidth": 4
}
}
]
}
8 changes: 4 additions & 4 deletions cnames_active.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ var cnames_active = {
"draft": "D1SC0tech.github.io/draft.js", // noCF? (don´t add this in a new PR)
"drag": "classicoldsong.github.io/Drag.js", // noCF? (don´t add this in a new PR)
"dragio": "alexkratky.github.io/Dragio.js",
"drago": "samolo-h3ll0.github.io/dragojs"
"drago": "samolo-h3ll0.github.io/dragojs",
"dragonizedpizza": "dragonizedpizza.github.io/ImageEditor",
"dragonman225": "dragonman225.github.io",
"draw": "skillzzjesse.github.io/draw",
Expand Down Expand Up @@ -1339,7 +1339,7 @@ var cnames_active = {
"ko": "ko25july.github.io/ko.js.org",
"ko.mobx": "ko-mobx-js-org.vercel.app", // noCF
"ko.redux": "deminoth.github.io/redux", // noCF
"kruto": "planetgurk.github.io/kruto-docs"
"kruto": "planetgurk.github.io/kruto-docs",
"koa-rest-api-boilerplate": "posquit0.github.io/koa-rest-api-boilerplate",
"kobra": "johnsylvain.github.io/kobra",
"kodadot": "kodadot.github.io",
Expand Down Expand Up @@ -2039,7 +2039,7 @@ var cnames_active = {
"quincy": "quincyx.github.io",
"quiz-app": "odevlord.github.io/Quiz-App", // noCF? (don´t add this in a new PR)
"quizizz": "zaida04.github.io/Quizizz.js",
"quickshadow": "quickshadowjs-web.vercel.app", // noCF
"quickshadow": "quickshadowjs-web.vercel.app", // noCF
"quotobot": "team-gigabyte.github.io/quotobot",
"r": "r-js.github.io",
"ractive": "ractivejs.github.io",
Expand Down Expand Up @@ -2713,7 +2713,7 @@ var cnames_active = {
"units": "stak-digital.github.io/units",
"universal-api": "raxjs.github.io/universal-api",
"unoconv": "blog.ryanwu.me/Unoconv-Promise",
"unreal": "sprayxe.github.io/unreal.js.org"
"unreal": "sprayxe.github.io/unreal.js.org",
"unsafe": "unsafely.github.io/unsafe.js",
"up": "codefeathers.github.io/up",
"uppload": "uppload.netlify.com",
Expand Down
14 changes: 7 additions & 7 deletions ns_active.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
*
* 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.
* 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 = {

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": ["brad.ns.cloudflare.com", "lia.ns.cloudflare.com"],
"lolifamily": ["glen.ns.cloudflare.com","melany.ns.cloudflare.com"],
"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)
*/
* The allocation of new ns records is discontinued (at the moment)
*/

0 comments on commit a7cf452

Please sign in to comment.