From 126608528a9b3354a8f6720a75038feace650015 Mon Sep 17 00:00:00 2001 From: RiceTheDev <151386744+RiceTheDev@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:52:06 -0300 Subject: [PATCH 01/11] Create raice.json --- domains/raice.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/raice.json diff --git a/domains/raice.json b/domains/raice.json new file mode 100644 index 000000000..5553f4367 --- /dev/null +++ b/domains/raice.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RiceTheDeveloper", + "email": "ricenooba@gmail.com" + }, + "record": { + "CNAME": "raice.pages.dev" + } +} From ee846b9c078276a829143fe88d71011069152fab Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 27 Oct 2024 19:07:59 +0800 Subject: [PATCH 02/11] Create wh.json --- domains/wh.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/wh.json diff --git a/domains/wh.json b/domains/wh.json new file mode 100644 index 000000000..6530f4104 --- /dev/null +++ b/domains/wh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "wdhdev", + "email": "william@is-a.dev" + }, + + "record": { + "NS": ["ns1.hrsn.dev", "ns2.hrsn.dev", "ns3.hrsn.dev", "ns4.hrsn.dev", "ns5.hrsn.dev"] + } +} From 90e9bad6589d3b2071b2bac9ddd6e1f3a0e0df62 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 27 Oct 2024 19:24:46 +0800 Subject: [PATCH 03/11] Update wh.json --- domains/wh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wh.json b/domains/wh.json index 6530f4104..0dc69e1cc 100644 --- a/domains/wh.json +++ b/domains/wh.json @@ -5,6 +5,6 @@ }, "record": { - "NS": ["ns1.hrsn.dev", "ns2.hrsn.dev", "ns3.hrsn.dev", "ns4.hrsn.dev", "ns5.hrsn.dev"] + "NS": ["chuck.ns.cloudflare.com", "walk.ns.cloudflare.com"] } } From b0d492f58f9820a5d534b3b572a9c597c56927fe Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 27 Oct 2024 19:25:36 +0800 Subject: [PATCH 04/11] Update w.json --- domains/w.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/w.json b/domains/w.json index 722adf218..7de0d3a5b 100644 --- a/domains/w.json +++ b/domains/w.json @@ -5,6 +5,6 @@ }, "record": { - "URL": "https://william.is-a.dev" + "NS": ["chuck.ns.cloudflare.com", "walk.ns.cloudflare.com"] } } From 3d4b99c43d1a67c6b63b96822ec2727baf711fe6 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 27 Oct 2024 19:25:53 +0800 Subject: [PATCH 05/11] Update william.json --- domains/william.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/domains/william.json b/domains/william.json index cb73faabf..0dc69e1cc 100644 --- a/domains/william.json +++ b/domains/william.json @@ -5,12 +5,6 @@ }, "record": { - "NS": ["bingo.ns.cloudflare.com", "matias.ns.cloudflare.com"], - "DS": { - "key_tag": 2371, - "algorithm": 13, - "digest_type": 2, - "digest": "CC332225EB1A226C72D83767ACC3834FE20C129CBD8B1A74FBDCBAD36624B2E0" - } + "NS": ["chuck.ns.cloudflare.com", "walk.ns.cloudflare.com"] } } From b4d5664ff47be1c2e315c7431ad1d6807cca3682 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 27 Oct 2024 19:53:33 +0800 Subject: [PATCH 06/11] Delete domains/wh.json --- domains/wh.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/wh.json diff --git a/domains/wh.json b/domains/wh.json deleted file mode 100644 index 0dc69e1cc..000000000 --- a/domains/wh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wdhdev", - "email": "william@is-a.dev" - }, - - "record": { - "NS": ["chuck.ns.cloudflare.com", "walk.ns.cloudflare.com"] - } -} From b0ee73d5054102fac60a8fde2393e5b037186b1e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 27 Oct 2024 19:53:47 +0800 Subject: [PATCH 07/11] Delete domains/w.json --- domains/w.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/w.json diff --git a/domains/w.json b/domains/w.json deleted file mode 100644 index 7de0d3a5b..000000000 --- a/domains/w.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wdhdev", - "email": "william@is-a.dev" - }, - - "record": { - "NS": ["chuck.ns.cloudflare.com", "walk.ns.cloudflare.com"] - } -} From 38fecf907771f8ade7f10f6b030d3abc76fc6c82 Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Sun, 27 Oct 2024 14:23:51 +0100 Subject: [PATCH 08/11] fix username --- domains/raice.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/raice.json b/domains/raice.json index 5553f4367..a51ecb0ca 100644 --- a/domains/raice.json +++ b/domains/raice.json @@ -1,6 +1,6 @@ { "owner": { - "username": "RiceTheDeveloper", + "username": "RiceTheDev", "email": "ricenooba@gmail.com" }, "record": { From 536f9dcb2b0388854b5ca2ddfa20f95cfeaf0fff Mon Sep 17 00:00:00 2001 From: Loutre <94163974+loutrinesk@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:01:59 +0100 Subject: [PATCH 09/11] Create _vercel.loutre.json --- domains/_vercel.loutre.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.loutre.json diff --git a/domains/_vercel.loutre.json b/domains/_vercel.loutre.json new file mode 100644 index 000000000..8112eacba --- /dev/null +++ b/domains/_vercel.loutre.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "loutrinesk", + "email": "loutrinesk@gmail.com", + "discord": "1222265538672201759" + }, + "record": { + "TXT": ["vc-domain-verify=loutre.is-a.dev,240b5982bf14aba93163"] + } + } From af0d7b86e19fc3d6fe1ae1c1bc275f9b6d727537 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:26:34 -0400 Subject: [PATCH 10/11] chore: formatting --- domains/_vercel.loutre.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/domains/_vercel.loutre.json b/domains/_vercel.loutre.json index 8112eacba..5d4c695a8 100644 --- a/domains/_vercel.loutre.json +++ b/domains/_vercel.loutre.json @@ -1,10 +1,12 @@ { "owner": { - "username": "loutrinesk", - "email": "loutrinesk@gmail.com", - "discord": "1222265538672201759" + "username": "loutrinesk", + "email": "loutrinesk@gmail.com", + "discord": "1222265538672201759" }, "record": { - "TXT": ["vc-domain-verify=loutre.is-a.dev,240b5982bf14aba93163"] + "TXT": [ + "vc-domain-verify=loutre.is-a.dev,240b5982bf14aba93163" + ] } - } +} From 475ae08b062f679ce4efd144c73638db895d8139 Mon Sep 17 00:00:00 2001 From: Loutre <94163974+loutrinesk@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:41:55 +0100 Subject: [PATCH 11/11] Create loutre.json --- domains/loutre.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/loutre.json diff --git a/domains/loutre.json b/domains/loutre.json new file mode 100644 index 000000000..64c958d1c --- /dev/null +++ b/domains/loutre.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "loutrinesk", + "email": "loutrinesk@gmail.com", + "discord": "1222265538672201759" + }, + "record": { + "A": ["76.76.21.21"] + } + }