From 8110fe8c7399614f2b960f5d159ba9a549e114af Mon Sep 17 00:00:00 2001 From: EducatedSuddenBucket Date: Thu, 11 Jul 2024 16:16:09 +0530 Subject: [PATCH 01/18] Update hexviewer.json --- domains/hexviewer.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/domains/hexviewer.json b/domains/hexviewer.json index deba6d82f..b14fc31dc 100644 --- a/domains/hexviewer.json +++ b/domains/hexviewer.json @@ -1,9 +1,14 @@ { - "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" - }, - "record": { - "CNAME": "educatedsuddenbucket.is-a.dev" - } + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } } From 335c2024aaf2585fd5a6972f7002f4d9e7c1881e Mon Sep 17 00:00:00 2001 From: EducatedSuddenBucket Date: Thu, 11 Jul 2024 16:20:34 +0530 Subject: [PATCH 02/18] Create i2.esb.json --- domains/i2.esb.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/i2.esb.json diff --git a/domains/i2.esb.json b/domains/i2.esb.json new file mode 100644 index 000000000..df4e9ada4 --- /dev/null +++ b/domains/i2.esb.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": [ + "216.24.57.1" + ] + } +} From da1001366b147befa44a50e81bac41ba691881a9 Mon Sep 17 00:00:00 2001 From: nekotamogas Date: Thu, 11 Jul 2024 13:57:04 +0300 Subject: [PATCH 03/18] Register neca.is-a.dev --- domains/neca.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/neca.json diff --git a/domains/neca.json b/domains/neca.json new file mode 100644 index 000000000..8ccff8e1a --- /dev/null +++ b/domains/neca.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "nekotamogas", + "email": "dazzerdev@gmail.com", + "discord": "797458672225091594" + }, + + "record": { + "TXT": "zoho-verification=zb18547320.zmverify.zoho.eu" + } + } + \ No newline at end of file From 319e48a5a370105b4be5bba9fad50ff36b586d90 Mon Sep 17 00:00:00 2001 From: nekotamogas Date: Thu, 11 Jul 2024 15:12:42 +0300 Subject: [PATCH 04/18] Update neca.json --- domains/neca.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/neca.json b/domains/neca.json index 8ccff8e1a..23ab082c6 100644 --- a/domains/neca.json +++ b/domains/neca.json @@ -6,7 +6,8 @@ }, "record": { - "TXT": "zoho-verification=zb18547320.zmverify.zoho.eu" + "MX": "mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu", + "TXT": "zoho-verification=zb18547320.zmverify.zoho.eu", "v=spf1 include:zohomail.eu ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB" } } - \ No newline at end of file + From 27391e3346b5bb84530145d095270ff7837281f4 Mon Sep 17 00:00:00 2001 From: nekotamogas Date: Thu, 11 Jul 2024 15:18:08 +0300 Subject: [PATCH 05/18] Update domains/neca.json Co-authored-by: CuteDog5695 --- domains/neca.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/neca.json b/domains/neca.json index 23ab082c6..3377a1044 100644 --- a/domains/neca.json +++ b/domains/neca.json @@ -6,7 +6,7 @@ }, "record": { - "MX": "mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu", + "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], "TXT": "zoho-verification=zb18547320.zmverify.zoho.eu", "v=spf1 include:zohomail.eu ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB" } } From 3edf18e15a3570b1410882c5588ec1b545c81444 Mon Sep 17 00:00:00 2001 From: nekotamogas Date: Thu, 11 Jul 2024 15:20:20 +0300 Subject: [PATCH 06/18] Update domains/neca.json Co-authored-by: CuteDog5695 --- domains/neca.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/neca.json b/domains/neca.json index 3377a1044..138f7c3b5 100644 --- a/domains/neca.json +++ b/domains/neca.json @@ -7,7 +7,7 @@ "record": { "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"], - "TXT": "zoho-verification=zb18547320.zmverify.zoho.eu", "v=spf1 include:zohomail.eu ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB" + "TXT": ["zoho-verification=zb18547320.zmverify.zoho.eu", "v=spf1 include:zohomail.eu ~all", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB"] } } From 11e7b11542d49830fd521d849131de646f524696 Mon Sep 17 00:00:00 2001 From: GildasTessier <140600513+GildasTessier@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:28:26 +0200 Subject: [PATCH 07/18] Create echo-des-luttes.json --- domains/echo-des-luttes.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/echo-des-luttes.json diff --git a/domains/echo-des-luttes.json b/domains/echo-des-luttes.json new file mode 100644 index 000000000..9ad4f3f22 --- /dev/null +++ b/domains/echo-des-luttes.json @@ -0,0 +1,10 @@ +{ + "description": "Website in development for a non-profit organization", + "owner": { + "username": "gills", + "email": "gigi37300@gmail.com" + }, + "record": { + "CNAME": "echo-des-luttes.qevi7356.odns.fr" + } +} From 5f4d7507d24900ae70211f5297f2119073ba6df8 Mon Sep 17 00:00:00 2001 From: GildasTessier <140600513+GildasTessier@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:30:41 +0200 Subject: [PATCH 08/18] Delete domains/resistances-caen.json --- domains/resistances-caen.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/resistances-caen.json diff --git a/domains/resistances-caen.json b/domains/resistances-caen.json deleted file mode 100644 index 3aa5e3673..000000000 --- a/domains/resistances-caen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Website in development for a non-profit organization", - "owner": { - "username": "GildasTessier", - "email": "gildas.tessier@gmail.com" - }, - "record": { - "CNAME": "resistances-caen.gildas-tessier.fr" - } -} From 925f5f199caad0d09de4710cbf847ece7cf38f4f Mon Sep 17 00:00:00 2001 From: GildasTessier <140600513+GildasTessier@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:31:27 +0200 Subject: [PATCH 09/18] Delete domains/ucl-caen.json --- domains/ucl-caen.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/ucl-caen.json diff --git a/domains/ucl-caen.json b/domains/ucl-caen.json deleted file mode 100644 index 4f10adc4d..000000000 --- a/domains/ucl-caen.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Website in development for a non-profit organization", - "owner": { - "username": "GildasTessier", - "email": "gildas.tessier@gmail.com" - }, - "record": { - "CNAME": "caen-ucl.gildas-tessier.fr" - } -} From 55b567eb625629c75a09088d18139fb0ec36167f Mon Sep 17 00:00:00 2001 From: nekotamogas Date: Thu, 11 Jul 2024 15:41:43 +0300 Subject: [PATCH 10/18] Create zmail._domainkey.neca.json --- domains/zmail._domainkey.neca.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/zmail._domainkey.neca.json diff --git a/domains/zmail._domainkey.neca.json b/domains/zmail._domainkey.neca.json new file mode 100644 index 000000000..16151dea0 --- /dev/null +++ b/domains/zmail._domainkey.neca.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "nekotamogas", + "email": "dazzerdev@gmail.com", + "discord": "797458672225091594" + }, + + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIHzsnS94jaMTbcflV4QMBR4P3YCgegw1NoV7t7rkElCnZ7LEJIWLMCMheXN+ipQUclpDZ8Lw6m8B7mm4tm8P79hTuM6rmhsqcQb8w/g3u6kUDhK/eq2QoDhUienbpKTsR4pZesu9yIW0DL5wYxHT2zpxQN7zO8+8b4IzFSPnmHQIDAQAB" + } + } From d974c5503a9b5119a16c3cc958a941a49a0085fe Mon Sep 17 00:00:00 2001 From: vamtic <93308982+vaminecHUN@users.noreply.github.com> Date: Thu, 11 Jul 2024 18:46:43 +0200 Subject: [PATCH 11/18] Add files via upload --- domains/vamtic.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/vamtic.json diff --git a/domains/vamtic.json b/domains/vamtic.json new file mode 100644 index 000000000..af569ab2a --- /dev/null +++ b/domains/vamtic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vamtic", + "email": "vamtic@yahoo.com" + }, + "record": { + "URL": "http://golden-similarly-hippo.ngrok-free.app" + } +} \ No newline at end of file From 2642bbfd23bef6a281b0484dd8ec344fe09246fe Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:51:23 +0200 Subject: [PATCH 12/18] Create api.sono.json --- domains/api.sono.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/api.sono.json diff --git a/domains/api.sono.json b/domains/api.sono.json new file mode 100644 index 000000000..f0f6e863d --- /dev/null +++ b/domains/api.sono.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "getSono", + "email": "sono.arbeit@gmail.com" + }, + "record": { + "CNAME": "imaginary-wakeful-busby.glitch.me" + } +} From 6c729682350795bc3f75e94a264c8e3608fa464c Mon Sep 17 00:00:00 2001 From: jayraj singh <54437859+kyoichishido@users.noreply.github.com> Date: Fri, 12 Jul 2024 00:38:20 +0530 Subject: [PATCH 13/18] Create jay first commit - domain/jay.json --- domains/jay | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/jay diff --git a/domains/jay b/domains/jay new file mode 100644 index 000000000..f354aff38 --- /dev/null +++ b/domains/jay @@ -0,0 +1,12 @@ +{ + "description": "personal website", + "repo": "https://github.com/kyoichishido/personal_website", + "owner": { + "username": "kyoichishido", + "email": "jayrajcodes@gmail.com", + "twitter": "wanna_relive" + }, + "record": { + "CNAME": "kyoichishido.github.io" + } +} From a18c3ee9caa737177e3e8976c218ed1e666ecd42 Mon Sep 17 00:00:00 2001 From: jayraj singh <54437859+kyoichishido@users.noreply.github.com> Date: Fri, 12 Jul 2024 03:20:28 +0530 Subject: [PATCH 14/18] Create jayraj.json New Commit - updated file name .json --- domains/jayraj.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/jayraj.json diff --git a/domains/jayraj.json b/domains/jayraj.json new file mode 100644 index 000000000..f354aff38 --- /dev/null +++ b/domains/jayraj.json @@ -0,0 +1,12 @@ +{ + "description": "personal website", + "repo": "https://github.com/kyoichishido/personal_website", + "owner": { + "username": "kyoichishido", + "email": "jayrajcodes@gmail.com", + "twitter": "wanna_relive" + }, + "record": { + "CNAME": "kyoichishido.github.io" + } +} From e7f17eabbb60da150641bc32f111b2a0f65aecc0 Mon Sep 17 00:00:00 2001 From: orangc Date: Thu, 11 Jul 2024 20:29:30 -0400 Subject: [PATCH 15/18] Delete domains/jay --- domains/jay | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/jay diff --git a/domains/jay b/domains/jay deleted file mode 100644 index f354aff38..000000000 --- a/domains/jay +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "personal website", - "repo": "https://github.com/kyoichishido/personal_website", - "owner": { - "username": "kyoichishido", - "email": "jayrajcodes@gmail.com", - "twitter": "wanna_relive" - }, - "record": { - "CNAME": "kyoichishido.github.io" - } -} From f92f7f01dbbafdcd2900ff363dfaa8556aa81e49 Mon Sep 17 00:00:00 2001 From: Choudery <113233967+Choudery@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:39:46 +0700 Subject: [PATCH 16/18] Register choudery.is-a.dev --- domains/choudery.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/choudery.json diff --git a/domains/choudery.json b/domains/choudery.json new file mode 100644 index 000000000..e071797f1 --- /dev/null +++ b/domains/choudery.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "Choudery", + "email": "blreaderdammy@gmail.com" + }, + "record": { + "MX": [ + "john.ns.cloudflare.com", + "sharon.ns.cloudflare.com" + ] + }, + "description": "Choudery coding" +} \ No newline at end of file From f27334674625d13c646c0f58afc0cfd91342daa5 Mon Sep 17 00:00:00 2001 From: Adwaith Shan <89580585+Adwaith-Shan-Pk@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:00:32 +0530 Subject: [PATCH 17/18] Create status.shan.json --- domains/status.shan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/status.shan.json diff --git a/domains/status.shan.json b/domains/status.shan.json new file mode 100644 index 000000000..a034db5d7 --- /dev/null +++ b/domains/status.shan.json @@ -0,0 +1,11 @@ +{ + "description": "My Uptime Pafe ", + "owner": { + "username": "Adwaith-Shan-Pk", + "email": "mail@shan.is-a.dev", + "twitter": "lordlinux69" + }, + "record": { + "A": ["69.197.135.202"] + } +} From 4ef581af41a80629911e27eb4f7890dde59cbe5a Mon Sep 17 00:00:00 2001 From: EducatedSuddenBucket Date: Fri, 12 Jul 2024 17:33:27 +0530 Subject: [PATCH 18/18] Create random.json --- domains/random.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/random.json diff --git a/domains/random.json b/domains/random.json new file mode 100644 index 000000000..b14fc31dc --- /dev/null +++ b/domains/random.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +}