From dda0075195d3e0b4d5a793ddb9349f42f5610c49 Mon Sep 17 00:00:00 2001 From: schminho <77048995+schminho@users.noreply.github.com> Date: Tue, 18 Mar 2025 08:38:32 +0100 Subject: [PATCH 1/5] Create ptr.json --- domains/ptr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ptr.json diff --git a/domains/ptr.json b/domains/ptr.json new file mode 100644 index 000000000..c8412a1a4 --- /dev/null +++ b/domains/ptr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "schminho", + "email": "peter@geiselnehmer.de" + }, + "record": { + "CNAME": "schminho.github.io" + } +} From 7d1cb558228f2c760e4f8a5c777cd8f2c32698ac Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:51:12 +0800 Subject: [PATCH 2/5] Delete domains/bot.json --- domains/bot.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 domains/bot.json diff --git a/domains/bot.json b/domains/bot.json deleted file mode 100644 index 19228f791..000000000 --- a/domains/bot.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "tanmoythebot" - }, - "record": { - "CNAME": "tanmoythebot.github.io" - } -} From cc2235664847ec02b79c677e3b4d84090e5663b5 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:53:15 +0800 Subject: [PATCH 3/5] Delete domains/app.json --- domains/app.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/app.json diff --git a/domains/app.json b/domains/app.json deleted file mode 100644 index 4f1926b86..000000000 --- a/domains/app.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "code-hunt-in", - "email": "aishwary.pandore@somaiya.edu" - }, - "record": { - "CNAME": "code-hunt-in.github.io" - } -} From 30f0ec2e5e04d5619c7401cb8894498d44095b26 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:54:14 +0800 Subject: [PATCH 4/5] Update reserved.json --- util/reserved.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index 37c071c97..62203785b 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -5,6 +5,8 @@ "admin", "api", "apis", + "app", + "apps", "assets", "auth", "authentication", @@ -16,6 +18,7 @@ "ads", "billing", "blog", + "bot", "cdn", "chat", "checkout", From 8f9acfac9d200aac5a760ba8f1cda28ef1663f68 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Tue, 18 Mar 2025 16:56:26 +0800 Subject: [PATCH 5/5] Update reserved.json --- util/reserved.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util/reserved.json b/util/reserved.json index 62203785b..953c50aa3 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -1,4 +1,5 @@ [ + "_zone-updated", "about", "account", "accounts", @@ -150,5 +151,7 @@ "www8", "www9", "wwww", - "your-domain-name" + "your-domain-name", + "zone", + "zone-updated" ]