From 974fbe58073414539201c0579ebceed09a271651 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Thu, 31 Aug 2023 21:30:47 -0700 Subject: [PATCH 01/34] Create _discord.oxmc.json --- domains/_discord.oxmc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_discord.oxmc.json diff --git a/domains/_discord.oxmc.json b/domains/_discord.oxmc.json new file mode 100644 index 000000000..a2d545a8c --- /dev/null +++ b/domains/_discord.oxmc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com", + "discord": "oxmc7769" + }, + "record": { + "TXT": "dh=6493e80ff0645ec8c706643ae6e357066becb660" + } +} From 4da75375fac4ff815f008a3b0e373fbd5e547428 Mon Sep 17 00:00:00 2001 From: lrmn7 Date: Tue, 19 Sep 2023 15:13:04 +0700 Subject: [PATCH 02/34] feat(domain): moo.is-a.dev --- domains/moo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/moo.json diff --git a/domains/moo.json b/domains/moo.json new file mode 100644 index 000000000..9672bae81 --- /dev/null +++ b/domains/moo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmn.dev@gmail.com" + }, + "record": { + "CNAME": "moo-7.github.io" + } +} From d9618746794f7df40826fcc32a49ed19f8b21d97 Mon Sep 17 00:00:00 2001 From: lrmn7 Date: Tue, 19 Sep 2023 22:50:19 +0700 Subject: [PATCH 03/34] feat(domain): 62radio.is-a.dev --- domains/62radio.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/62radio.json diff --git a/domains/62radio.json b/domains/62radio.json new file mode 100644 index 000000000..f54dd17da --- /dev/null +++ b/domains/62radio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmn.dev@gmail.com" + }, + "record": { + "CNAME": "radio-indonesia.github.io" + } +} From becf000271f691c53052c8c730681e912749773b Mon Sep 17 00:00:00 2001 From: lrmn7 Date: Wed, 20 Sep 2023 02:17:14 +0700 Subject: [PATCH 04/34] feat(domain): dailycat.is-a.dev --- domains/dailycat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dailycat.json diff --git a/domains/dailycat.json b/domains/dailycat.json new file mode 100644 index 000000000..339e8f7bc --- /dev/null +++ b/domains/dailycat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmn.dev@gmail.com" + }, + "record": { + "CNAME": "dailycats.github.io" + } +} From e81c5eb64bd4bcd21fadfa57ea4d05f1e9c35747 Mon Sep 17 00:00:00 2001 From: Marcel-Kitzbichler Date: Mon, 25 Sep 2023 19:48:44 +0200 Subject: [PATCH 05/34] feat(domain): marcel.kitzbichler.is-a.dev --- domains/marcel.kitzbichler.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/marcel.kitzbichler.json diff --git a/domains/marcel.kitzbichler.json b/domains/marcel.kitzbichler.json new file mode 100644 index 000000000..579e464de --- /dev/null +++ b/domains/marcel.kitzbichler.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Marcel-Kitzbichler", + "email": "marcel.kitzbichler@gmail.com" + }, + "record": { + "CNAME": "marcel.kitzbichler.tirol" + } +} From e777465756b8538fd9f523f6736d7a1137b1eaee Mon Sep 17 00:00:00 2001 From: Manueloso Date: Mon, 25 Sep 2023 20:33:15 +0200 Subject: [PATCH 06/34] feat(domain): manuel.is-a.dev --- domains/manuel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/manuel.json diff --git a/domains/manuel.json b/domains/manuel.json new file mode 100644 index 000000000..51e6a6b89 --- /dev/null +++ b/domains/manuel.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Manueloso", + "email": "emanuelea.rega@itisvoltanapoli.edu.it" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From a86d478e8465b581981ea90466f49c4b56808d60 Mon Sep 17 00:00:00 2001 From: TBHGodPro Date: Mon, 25 Sep 2023 13:48:51 -0500 Subject: [PATCH 07/34] feat(domain): tbhgodpro.is-a.dev --- domains/tbhgodpro.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tbhgodpro.json diff --git a/domains/tbhgodpro.json b/domains/tbhgodpro.json new file mode 100644 index 000000000..1b636cab3 --- /dev/null +++ b/domains/tbhgodpro.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "TBHGodPro", + "email": "tarun.bhaskar@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 0fafe7139b9ce6938beb733eb45381f5b0e1473b Mon Sep 17 00:00:00 2001 From: B1ue-Dev Date: Tue, 26 Sep 2023 02:27:31 +0700 Subject: [PATCH 08/34] feat(domain): blue.is-a.dev --- domains/blue.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/domains/blue.json b/domains/blue.json index febc70c0c..a7276807d 100644 --- a/domains/blue.json +++ b/domains/blue.json @@ -1,12 +1,11 @@ { - "description": "Personal site for b1uedev, a.k.a Blue.", - "repo": "https://github.com/B1ue-Dev/b1ue-dev.github.io", "owner": { "username": "B1ue-Dev", - "email": "ngolong1396@hotmail.com", - "twitter": "b1uedev" + "email": "ngolong1396@hotmail.com" }, "record": { - "CNAME": "b1ue-dev.github.io" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file From 46532f79a160c01d4524190f4383cac5d1097bf6 Mon Sep 17 00:00:00 2001 From: mr-adrien Date: Tue, 26 Sep 2023 01:21:08 +0330 Subject: [PATCH 09/34] feat(domain): mr.is-a.dev --- domains/mr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mr.json diff --git a/domains/mr.json b/domains/mr.json new file mode 100644 index 000000000..2f123d9b5 --- /dev/null +++ b/domains/mr.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "mr-adrien", + "email": "adrienansari@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 84842dd5a76d37b4eaefc8d121d34354f8697d9a Mon Sep 17 00:00:00 2001 From: Luceium Date: Mon, 25 Sep 2023 16:23:10 -0700 Subject: [PATCH 10/34] feat(domain): mauricio.is-a.dev --- domains/mauricio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mauricio.json diff --git a/domains/mauricio.json b/domains/mauricio.json new file mode 100644 index 000000000..09ec5f28b --- /dev/null +++ b/domains/mauricio.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Luceium", + "email": "mauriciom.curiel@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 7369273a80eff8709fad88e09241a3df4d6749be Mon Sep 17 00:00:00 2001 From: Cassie Eliot <48047221+Diordnas@users.noreply.github.com> Date: Tue, 26 Sep 2023 11:01:49 +1000 Subject: [PATCH 11/34] Create _github-pages-challenge-Diordnas.cassie.json Added TXT record to verify github pages --- domains/_github-pages-challenge-Diordnas.cassie.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Diordnas.cassie.json diff --git a/domains/_github-pages-challenge-Diordnas.cassie.json b/domains/_github-pages-challenge-Diordnas.cassie.json new file mode 100644 index 000000000..8b903baa8 --- /dev/null +++ b/domains/_github-pages-challenge-Diordnas.cassie.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Diordnas", + "email": "cassthepurple@gmail.com" + }, + "record": { + "TXT": "756d917b8c992b5032094d6765915b" + } +} From 24eff1a1d56bb7e10fde82583d0666c40408d621 Mon Sep 17 00:00:00 2001 From: Hazard2008 Date: Mon, 25 Sep 2023 21:29:48 -0500 Subject: [PATCH 12/34] feat(domain): whyamilikethis.is-a.dev --- domains/whyamilikethis.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/whyamilikethis.json diff --git a/domains/whyamilikethis.json b/domains/whyamilikethis.json new file mode 100644 index 000000000..92f42020d --- /dev/null +++ b/domains/whyamilikethis.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Hazard2008", + "email": "rimuru.tempest.4138@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 91d7ff87e3b4a0265f7770545d897da16ac8174b Mon Sep 17 00:00:00 2001 From: 4cxa Date: Mon, 25 Sep 2023 23:57:53 -0500 Subject: [PATCH 13/34] feat(domain): 4cxa.is-a.dev --- domains/4cxa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/4cxa.json diff --git a/domains/4cxa.json b/domains/4cxa.json new file mode 100644 index 000000000..31a49b946 --- /dev/null +++ b/domains/4cxa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "4cxa", + "email": "kurdiabood123@gmail.com" + }, + "record": { + "CNAME": "9fc746bd-8245-4dda-be35-8c34a71a6ff9.id.repl.co" + } +} From 94160ab0b5866bbaa569166c1af8e3b6d28199b2 Mon Sep 17 00:00:00 2001 From: trueuser <83166512+istrueuser@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:00:02 +0700 Subject: [PATCH 14/34] Update trueuser.json --- domains/trueuser.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/trueuser.json b/domains/trueuser.json index 0080f1970..6ca5c66d2 100644 --- a/domains/trueuser.json +++ b/domains/trueuser.json @@ -4,6 +4,6 @@ "email": "thisistrueemail@gmail.com" }, "record": { - "CNAME": "1e4a3fc6-ad8f-4f94-9d09-b75719461266.id.repl.co" + "CNAME": "4n6qc1u4.up.railway.app" } } From b07b7e7a5f1c590a190b0ef0f66460f44f3e1e65 Mon Sep 17 00:00:00 2001 From: Luongzz Date: Tue, 26 Sep 2023 17:22:59 +0700 Subject: [PATCH 15/34] feat(domain): fyn.is-a.dev --- domains/fyn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fyn.json diff --git a/domains/fyn.json b/domains/fyn.json new file mode 100644 index 000000000..c939964c2 --- /dev/null +++ b/domains/fyn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Luongzz", + "email": "buivanluong0204@gmail.com" + }, + "record": { + "CNAME": "4ff23fe2-1725-47fb-b45b-0d0dcb0b9b02.id.repl.co" + } +} From c898a4e7cba9b776b6adc7f1739b63fad0e8969d Mon Sep 17 00:00:00 2001 From: NotAymo Date: Tue, 26 Sep 2023 12:57:12 +0200 Subject: [PATCH 16/34] feat(domain): cloneslist.aymo.is-a.dev --- domains/cloneslist.aymo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cloneslist.aymo.json diff --git a/domains/cloneslist.aymo.json b/domains/cloneslist.aymo.json new file mode 100644 index 000000000..19806f84c --- /dev/null +++ b/domains/cloneslist.aymo.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "NotAymo", + "email": "ninecraftoff@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 6e22d86a0ad92d6a5b18cdb40ba5133562a91e69 Mon Sep 17 00:00:00 2001 From: trueuser <83166512+istrueuser@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:01:20 +0700 Subject: [PATCH 17/34] Update trueuser.json --- domains/trueuser.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/trueuser.json b/domains/trueuser.json index 6ca5c66d2..71a523403 100644 --- a/domains/trueuser.json +++ b/domains/trueuser.json @@ -4,6 +4,6 @@ "email": "thisistrueemail@gmail.com" }, "record": { - "CNAME": "4n6qc1u4.up.railway.app" + "CNAME": "nlh6dw2a.up.railway.app" } } From 4e539513523a7613de091233c17893de4c36dba5 Mon Sep 17 00:00:00 2001 From: trueuser <83166512+istrueuser@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:46:10 +0700 Subject: [PATCH 18/34] Update trueuser.json --- domains/trueuser.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/trueuser.json b/domains/trueuser.json index 71a523403..f46933019 100644 --- a/domains/trueuser.json +++ b/domains/trueuser.json @@ -4,6 +4,6 @@ "email": "thisistrueemail@gmail.com" }, "record": { - "CNAME": "nlh6dw2a.up.railway.app" + "CNAME": "trueuser.up.railway.app" } } From c4762deac265e343d02b3a22f53872c5dae01659 Mon Sep 17 00:00:00 2001 From: U8K50 Date: Tue, 26 Sep 2023 20:34:31 +0530 Subject: [PATCH 19/34] feat(domain): ukrio.is-a.dev --- domains/ukrio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ukrio.json diff --git a/domains/ukrio.json b/domains/ukrio.json new file mode 100644 index 000000000..392964700 --- /dev/null +++ b/domains/ukrio.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "U8K50", + "email": "u8k50850@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 12187926e1482623548c1133722fe02dc0e0b939 Mon Sep 17 00:00:00 2001 From: Atharvjha7 Date: Tue, 26 Sep 2023 11:15:05 -0700 Subject: [PATCH 20/34] feat(domain): atharv-jha.is-a.dev --- domains/atharv-jha.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/atharv-jha.json diff --git a/domains/atharv-jha.json b/domains/atharv-jha.json new file mode 100644 index 000000000..369030a99 --- /dev/null +++ b/domains/atharv-jha.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Atharvjha7", + "email": "jha.atharv27@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 077753d865b0b95b9dbd6a44f3565d7e7ad5dc57 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:51:01 -0700 Subject: [PATCH 21/34] Delete domains/pshock.oxmc.json --- domains/pshock.oxmc.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/pshock.oxmc.json diff --git a/domains/pshock.oxmc.json b/domains/pshock.oxmc.json deleted file mode 100644 index 98b4ff968..000000000 --- a/domains/pshock.oxmc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "oxmc", - "email": "oxmc7769.mail@gmail.com", - "discord": "oxmc7769" - }, - "record": { - "CNAME": "protoshock-utils.000webhostapp.com" - } -} From 05785d592fda3f34d74dc37f8c1558e1ba4f5dec Mon Sep 17 00:00:00 2001 From: Suki Date: Wed, 27 Sep 2023 10:48:21 +0530 Subject: [PATCH 22/34] Update suki.json --- domains/suki.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/suki.json b/domains/suki.json index de508eb4e..c878fb8bc 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] + "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } From 0137fa670e821f69648d3edc221ba033bd88363b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 27 Sep 2023 16:20:40 +0800 Subject: [PATCH 23/34] Update suki.json --- domains/suki.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/suki.json b/domains/suki.json index c878fb8bc..1299ab5a7 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all", + "TXT": "v=spf1 a mx include:spf.improvmx.com ~all", "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] } } From ca58906cf17bfcbf2e09248b59567dc0a3b9e0a5 Mon Sep 17 00:00:00 2001 From: dewiscool Date: Wed, 27 Sep 2023 16:03:43 +0700 Subject: [PATCH 24/34] feat(domain): deww.is-a.dev --- domains/deww.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/deww.json diff --git a/domains/deww.json b/domains/deww.json new file mode 100644 index 000000000..34b866145 --- /dev/null +++ b/domains/deww.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dewiscool", + "email": "zerolikecyber.2005@gmail.com" + }, + "record": { + "CNAME": "zerodev.pages.dev" + } +} From b36ca6bdbdbb907a633d0c535b3ad9300a690a49 Mon Sep 17 00:00:00 2001 From: dewiscool Date: Wed, 27 Sep 2023 16:11:45 +0700 Subject: [PATCH 25/34] feat(domain): nota.is-a.dev --- domains/nota.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nota.json diff --git a/domains/nota.json b/domains/nota.json new file mode 100644 index 000000000..becc7dc6e --- /dev/null +++ b/domains/nota.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "dewiscool", + "email": "zerolikecyber.2005@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 953ea3328bb4c040ec2509332afcfa6a39c263cc Mon Sep 17 00:00:00 2001 From: dewiscool Date: Wed, 27 Sep 2023 20:18:22 +0700 Subject: [PATCH 26/34] feat(domain): email.nota.is-a.dev --- domains/email.nota.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/email.nota.json diff --git a/domains/email.nota.json b/domains/email.nota.json new file mode 100644 index 000000000..4e595cc90 --- /dev/null +++ b/domains/email.nota.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "dewiscool", + "email": "zerolikecyber.2005@gmail.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 878821057748926534" + }, + + "record": { + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=zerolikecyber.2005@gmail.com" + + } +} From 766d9fc4f6b091737b4c643acb9f5fe8d83b6573 Mon Sep 17 00:00:00 2001 From: ridamEXE Date: Thu, 28 Sep 2023 00:12:13 +0530 Subject: [PATCH 27/34] feat(domain): ridamkrishna.is-a.dev --- domains/ridamkrishna.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ridamkrishna.json diff --git a/domains/ridamkrishna.json b/domains/ridamkrishna.json new file mode 100644 index 000000000..7ff0a9d5a --- /dev/null +++ b/domains/ridamkrishna.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ridamEXE", + "email": "ridamkrishna@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 654e7a977e54b9bb44c50cf7df9c37785c4a7bb4 Mon Sep 17 00:00:00 2001 From: auuub Date: Thu, 28 Sep 2023 06:25:45 +0800 Subject: [PATCH 28/34] feat(domain): auuub.is-a.dev --- domains/auuub.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/auuub.json diff --git a/domains/auuub.json b/domains/auuub.json new file mode 100644 index 000000000..873fd0888 --- /dev/null +++ b/domains/auuub.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "auuub", + "email": "gonzales.gabrielbaral+github@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 707db2ea4ea833b69cde54a11f683127fd15608b Mon Sep 17 00:00:00 2001 From: Silverstero Date: Wed, 27 Sep 2023 18:31:18 -0400 Subject: [PATCH 29/34] feat(domain): echo.is-a.dev --- domains/echo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/echo.json diff --git a/domains/echo.json b/domains/echo.json new file mode 100644 index 000000000..453fcdbaf --- /dev/null +++ b/domains/echo.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Silverstero", + "email": "williamandpoohbear@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From e34b97db40ddc4e39cc0689d187e18291aa19872 Mon Sep 17 00:00:00 2001 From: xinfull Date: Wed, 27 Sep 2023 18:36:50 -0400 Subject: [PATCH 30/34] feat(domain): xinfull.is-a.dev --- domains/xinfull.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/xinfull.json diff --git a/domains/xinfull.json b/domains/xinfull.json new file mode 100644 index 000000000..635e90072 --- /dev/null +++ b/domains/xinfull.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "xinfull", + "email": "robertkitunda89@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 755a1e313d23d8a3d8d44cf2b7242fefdeb95fb1 Mon Sep 17 00:00:00 2001 From: lrmn7 Date: Thu, 28 Sep 2023 06:25:28 +0700 Subject: [PATCH 31/34] feat(domain): dailycats.is-a.dev --- domains/dailycats.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dailycats.json diff --git a/domains/dailycats.json b/domains/dailycats.json new file mode 100644 index 000000000..9cd922ee1 --- /dev/null +++ b/domains/dailycats.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmn.dev@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 4657830afbded3fd0fab13a9c3fbee1ad014bea5 Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Thu, 28 Sep 2023 06:39:02 +0700 Subject: [PATCH 32/34] Update 62radio.json --- domains/62radio.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/62radio.json b/domains/62radio.json index f54dd17da..5d3141892 100644 --- a/domains/62radio.json +++ b/domains/62radio.json @@ -1,7 +1,10 @@ { + "description": "62radio.is-a.dev", + "repo": "https://github.com/radio-indonesia/radio-indonesia.github.io", "owner": { "username": "lrmn7", - "email": "lrmn.dev@gmail.com" + "email": "lrmn.dev@gmail.com", + "discord": "romanromannya#0" }, "record": { "CNAME": "radio-indonesia.github.io" From e71a9db00b36ac3580d7b6b770b015820bbef050 Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Thu, 28 Sep 2023 06:40:17 +0700 Subject: [PATCH 33/34] Update moo.json --- domains/moo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/moo.json b/domains/moo.json index 9672bae81..04b549516 100644 --- a/domains/moo.json +++ b/domains/moo.json @@ -1,7 +1,10 @@ { + "description": "moo.is-a.dev", + "repo": "https://github.com/moo-7/moo-7.github.io", "owner": { "username": "lrmn7", - "email": "lrmn.dev@gmail.com" + "email": "lrmn.dev@gmail.com", + "discord": "romanromannya#0" }, "record": { "CNAME": "moo-7.github.io" From 83929e3ac8630157569944b001cdc7342fee42f5 Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Thu, 28 Sep 2023 06:42:10 +0700 Subject: [PATCH 34/34] Update dailycat.json --- domains/dailycat.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/dailycat.json b/domains/dailycat.json index 339e8f7bc..e958fe686 100644 --- a/domains/dailycat.json +++ b/domains/dailycat.json @@ -1,7 +1,10 @@ { + "description": "dailycat.is-a.dev", + "repo": "https://github.com/dailycats/dailycats.github.io", "owner": { "username": "lrmn7", - "email": "lrmn.dev@gmail.com" + "email": "lrmn.dev@gmail.com", + "discord": "romanromannya#0" }, "record": { "CNAME": "dailycats.github.io"