From dfb2a6d5d271b665849afa1c9792ea0988eff879 Mon Sep 17 00:00:00 2001 From: Aditya Suthar Date: Sun, 24 Nov 2024 14:57:35 +0530 Subject: [PATCH 1/4] Update codesuthar.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’ve updated the codesuthar.json file by adding the necessary NS records to configure Cloudflare Zero Trust Tunneling for the codesuthar subdomain. This change is required to integrate the domain with the Cloudflare dashboard and set up the subdomain properly for Cloudflare’s nameservers. This update will ensure that the domain is correctly pointed to Cloudflare for further configuration. Please let me know if any additional changes are needed. --- domains/codesuthar.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/codesuthar.json b/domains/codesuthar.json index 1c010dc13..27a2f9da5 100644 --- a/domains/codesuthar.json +++ b/domains/codesuthar.json @@ -9,6 +9,10 @@ "185.199.109.153", "185.199.111.153", "185.199.110.153" + ], + "NS": [ + "dexter.ns.cloudflare.com", + "fay.ns.cloudflare.com" ] } } From a3559e4c6818e6eeccaebdb73f1fd601856da2a1 Mon Sep 17 00:00:00 2001 From: Aditya Suthar Date: Sun, 24 Nov 2024 15:02:49 +0530 Subject: [PATCH 2/4] Update _discord.codesuthar.json Added for Discord Integration --- domains/_discord.codesuthar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_discord.codesuthar.json b/domains/_discord.codesuthar.json index 1d18066b6..b41cf47c8 100644 --- a/domains/_discord.codesuthar.json +++ b/domains/_discord.codesuthar.json @@ -4,6 +4,6 @@ "email": "AdityaSuthar13@outlook.com" }, "record": { - "TXT": "dh=c9d95514358feae443357e8366bfa224cb7709e1" + "TXT": "dh=b8010499c233cb550c3b0d3e8148371e6e332485" } } From 56a0a9ba21bf39aa17b102e82caa6a9221783fcf Mon Sep 17 00:00:00 2001 From: Aditya Suthar Date: Sun, 24 Nov 2024 15:04:12 +0530 Subject: [PATCH 3/4] Update codesuthar.json --- domains/codesuthar.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/domains/codesuthar.json b/domains/codesuthar.json index 27a2f9da5..dde7f4542 100644 --- a/domains/codesuthar.json +++ b/domains/codesuthar.json @@ -4,12 +4,6 @@ "email": "AdityaSuthar13@outlook.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.111.153", - "185.199.110.153" - ], "NS": [ "dexter.ns.cloudflare.com", "fay.ns.cloudflare.com" From 6c0db2beecbc4ca3846d541e91f30877e5ce2108 Mon Sep 17 00:00:00 2001 From: Aditya Suthar Date: Sun, 24 Nov 2024 19:41:38 +0530 Subject: [PATCH 4/4] Delete domains/_discord.codesuthar.json --- domains/_discord.codesuthar.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_discord.codesuthar.json diff --git a/domains/_discord.codesuthar.json b/domains/_discord.codesuthar.json deleted file mode 100644 index b41cf47c8..000000000 --- a/domains/_discord.codesuthar.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CodeSuthar", - "email": "AdityaSuthar13@outlook.com" - }, - "record": { - "TXT": "dh=b8010499c233cb550c3b0d3e8148371e6e332485" - } -}