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/42] 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/42] 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/42] 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/42] 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 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 05/42] 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 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 06/42] 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 62a3f81f03e3f43861d2a4753fb65d1b8986c31c Mon Sep 17 00:00:00 2001 From: Shaunfurtado Date: Tue, 26 Sep 2023 19:47:22 +0530 Subject: [PATCH 07/42] feat(domain): shaunfurtado.is-a.dev --- domains/shaunfurtado.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shaunfurtado.json diff --git a/domains/shaunfurtado.json b/domains/shaunfurtado.json new file mode 100644 index 000000000..e8a223781 --- /dev/null +++ b/domains/shaunfurtado.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Shaunfurtado", + "email": "shaunf1801@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 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 08/42] 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 09/42] 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 10/42] 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 11/42] 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 12/42] 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 13/42] 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 14/42] 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 15/42] 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 16/42] 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 17/42] 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 18/42] 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 19/42] 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 20/42] 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 21/42] 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 22/42] 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 23/42] 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 24/42] 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" From 6bb1bfe3ba381c8e0b6c2ff35f620e8a04494fab Mon Sep 17 00:00:00 2001 From: xinfull Date: Thu, 28 Sep 2023 08:20:24 -0400 Subject: [PATCH 25/42] feat(domain): xinful.is-a.dev --- domains/xinful.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/xinful.json diff --git a/domains/xinful.json b/domains/xinful.json new file mode 100644 index 000000000..6bd74be29 --- /dev/null +++ b/domains/xinful.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xinfull", + "email": "robertkitunda89@gmail.com" + }, + "record": { + "CNAME": "xinfull.github.io" + } +} From 2d1daf7346890642105a743b84e5aa9cc66919c4 Mon Sep 17 00:00:00 2001 From: PawiX25 Date: Thu, 28 Sep 2023 18:26:22 +0200 Subject: [PATCH 26/42] feat(domain): pawix.is-a.dev --- domains/pawix.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pawix.json diff --git a/domains/pawix.json b/domains/pawix.json new file mode 100644 index 000000000..bcfa4d38e --- /dev/null +++ b/domains/pawix.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "PawiX25", + "email": "wyrebakpawel@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 495bdfb45cf7343870481b2dfc17bd6e40a601f8 Mon Sep 17 00:00:00 2001 From: CalegariAndrei Date: Thu, 28 Sep 2023 14:35:26 -0300 Subject: [PATCH 27/42] feat(domain): andrei.is-a.dev --- domains/andrei.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/andrei.json diff --git a/domains/andrei.json b/domains/andrei.json new file mode 100644 index 000000000..d6f8d4748 --- /dev/null +++ b/domains/andrei.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CalegariAndrei", + "email": "ekingproject@gmail.com", + "discord": "419584364410699786" + }, + + "record": { + "CNAME": "calegariandrei.github.io" + } +} From 8cc224c7a612b3b6b0c6899bbdaa66295c643601 Mon Sep 17 00:00:00 2001 From: Ilakiancs Date: Thu, 28 Sep 2023 23:12:07 +0530 Subject: [PATCH 28/42] feat(domain): ilakian.is-a.dev --- domains/ilakian.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ilakian.json diff --git a/domains/ilakian.json b/domains/ilakian.json new file mode 100644 index 000000000..a0acb6a06 --- /dev/null +++ b/domains/ilakian.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Ilakiancs", + "email": "ilakiancs@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 61a52a21c5c0508eb2e8725744a065a8bb20f718 Mon Sep 17 00:00:00 2001 From: Ayushman <68391648+AyushmanSarkar@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:23:32 +0530 Subject: [PATCH 29/42] Update ayushmansarkar.json --- domains/ayushmansarkar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ayushmansarkar.json b/domains/ayushmansarkar.json index 0adb99847..44e4af66d 100644 --- a/domains/ayushmansarkar.json +++ b/domains/ayushmansarkar.json @@ -1,6 +1,6 @@ { "description": "To Host my personal website :)", - "repo": "https://github.com/AyushmanSarkar/terminal-portfolio.github.io", + "repo": "https://github.com/AyushmanSarkar/ayushman-sarkar.github.io", "owner": { "username": "AyushmanSarkar", "email": "aayushmans2008@gmail.com" From e65a6e8f0c9b35346da69ae21a1f5ffb149de6c5 Mon Sep 17 00:00:00 2001 From: krish73211 Date: Thu, 28 Sep 2023 23:44:41 +0530 Subject: [PATCH 30/42] feat(domain): krish.is-a.dev --- domains/krish.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/krish.json diff --git a/domains/krish.json b/domains/krish.json new file mode 100644 index 000000000..145771d7c --- /dev/null +++ b/domains/krish.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "krish73211", + "email": "krish732100@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 b14ac20241145fedf4457e3a98a9cbd811ff555f Mon Sep 17 00:00:00 2001 From: krish73211 Date: Thu, 28 Sep 2023 23:54:38 +0530 Subject: [PATCH 31/42] feat(domain): kris.is-a.dev --- domains/kris.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kris.json diff --git a/domains/kris.json b/domains/kris.json new file mode 100644 index 000000000..145771d7c --- /dev/null +++ b/domains/kris.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "krish73211", + "email": "krish732100@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 2dbf7a09b18e2455839524eb345103ef2956738c Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Thu, 28 Sep 2023 19:52:05 +0100 Subject: [PATCH 32/42] Update mailx.json --- domains/mailx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mailx.json b/domains/mailx.json index 839f88c94..51b9f948b 100644 --- a/domains/mailx.json +++ b/domains/mailx.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["85.31.233.170"] + "A": ["217.174.245.249"] } } From 872f69a1d587500b51ace318de3929dc33871200 Mon Sep 17 00:00:00 2001 From: niho9807 Date: Thu, 28 Sep 2023 21:35:35 +0200 Subject: [PATCH 33/42] feat(domain): holgeb.is-a.dev --- domains/holgeb.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/holgeb.json diff --git a/domains/holgeb.json b/domains/holgeb.json new file mode 100644 index 000000000..4c272d6f7 --- /dev/null +++ b/domains/holgeb.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "niho9807", + "email": "niklas.holke@gmx.de" + }, + "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 76b966342520684a28e1ff430a4865399c98e02f Mon Sep 17 00:00:00 2001 From: MrTakedi Date: Fri, 29 Sep 2023 06:31:01 +1000 Subject: [PATCH 34/42] feat(domain): fumi.is-a.dev --- domains/fumi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/fumi.json diff --git a/domains/fumi.json b/domains/fumi.json new file mode 100644 index 000000000..9d16e5084 --- /dev/null +++ b/domains/fumi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MrTakedi", + "email": "tristankirbehbuller@gmail.com" + }, + "record": { + "URL": "https://social.vivaldi.net/@kirbeh" + } +} From b0f4a0258ba7bb4700c56012d5290c5b243b3179 Mon Sep 17 00:00:00 2001 From: MrTakedi Date: Fri, 29 Sep 2023 06:32:00 +1000 Subject: [PATCH 35/42] feat(domain): kirbeh.is-a.dev --- domains/kirbeh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kirbeh.json diff --git a/domains/kirbeh.json b/domains/kirbeh.json new file mode 100644 index 000000000..9d16e5084 --- /dev/null +++ b/domains/kirbeh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MrTakedi", + "email": "tristankirbehbuller@gmail.com" + }, + "record": { + "URL": "https://social.vivaldi.net/@kirbeh" + } +} From ee6120169388074b2bb0c2e56dece9e3c955b6e0 Mon Sep 17 00:00:00 2001 From: sequel-tj Date: Fri, 29 Sep 2023 05:43:48 +0530 Subject: [PATCH 36/42] feat(domain): tanmayjaiswal.is-a.dev --- domains/tanmayjaiswal.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tanmayjaiswal.json diff --git a/domains/tanmayjaiswal.json b/domains/tanmayjaiswal.json new file mode 100644 index 000000000..932b897ec --- /dev/null +++ b/domains/tanmayjaiswal.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "sequel-tj", + "email": "tanmayjaiswal31102002@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 a3ce8dee5ef4ad493a5d49edbfe4438913d0357e Mon Sep 17 00:00:00 2001 From: Envxsion Date: Fri, 29 Sep 2023 14:24:47 +1000 Subject: [PATCH 37/42] feat(domain): envxsion.is-a.dev --- domains/envxsion.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/envxsion.json diff --git a/domains/envxsion.json b/domains/envxsion.json new file mode 100644 index 000000000..55576b695 --- /dev/null +++ b/domains/envxsion.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Envxsion", + "email": "ovxenvxsions12@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 a244707c1b1e4c81cf95781d700f4bb5fd6ae73f Mon Sep 17 00:00:00 2001 From: divyadesh Date: Fri, 29 Sep 2023 12:22:13 +0530 Subject: [PATCH 38/42] feat(domain): divyadesh.is-a.dev --- domains/divyadesh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/divyadesh.json diff --git a/domains/divyadesh.json b/domains/divyadesh.json new file mode 100644 index 000000000..763f09c05 --- /dev/null +++ b/domains/divyadesh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "divyadesh", + "email": "adeshsati24@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 9a1e3cd14de8a5a7d3c112406ba7a3f0388b3243 Mon Sep 17 00:00:00 2001 From: cppqtdev Date: Fri, 29 Sep 2023 12:24:41 +0530 Subject: [PATCH 39/42] feat(domain): adeshsingh.is-a.dev --- domains/adeshsingh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/adeshsingh.json diff --git a/domains/adeshsingh.json b/domains/adeshsingh.json new file mode 100644 index 000000000..6ccd389fb --- /dev/null +++ b/domains/adeshsingh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "cppqtdev", + "email": "akshworkmail@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 bd78ca8df6c9cf15d04554d2f82e9e8e15c40bb5 Mon Sep 17 00:00:00 2001 From: Habibov Mirzosharif <83966711+habiboffdev@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:23:26 +0500 Subject: [PATCH 40/42] Create mirzosharif.json --- domains/mirzosharif.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mirzosharif.json diff --git a/domains/mirzosharif.json b/domains/mirzosharif.json new file mode 100644 index 000000000..859df4ea1 --- /dev/null +++ b/domains/mirzosharif.json @@ -0,0 +1,11 @@ +{ + "description": "Mirzosharif's website", + "repo": "https://github.com/habiboffdev/habiboffdev.github.io", + "owner": { + "username": "habiboffdev", + "email": "mirzoupwork@gmail.com" + }, + "record": { + "CNAME": "habiboffdev.github.io" + } +} From 55e3de3c542acf8d7f1470a4bc2dcba931e67448 Mon Sep 17 00:00:00 2001 From: nguyenquy0710 Date: Fri, 29 Sep 2023 14:45:35 +0700 Subject: [PATCH 41/42] feat(domain): nqdev.is-a.dev --- domains/nqdev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nqdev.json diff --git a/domains/nqdev.json b/domains/nqdev.json new file mode 100644 index 000000000..2cbbfef3d --- /dev/null +++ b/domains/nqdev.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "nguyenquy0710", + "email": "nguyenquy.1096@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 147e68db76d6ce086296d82c1a8d206cb1070f83 Mon Sep 17 00:00:00 2001 From: GoodBoyNeon <93624576+GoodBoyNeon@users.noreply.github.com> Date: Fri, 29 Sep 2023 17:14:40 +0545 Subject: [PATCH 42/42] add _discord.neon.json --- domains/_discord.neon.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_discord.neon.json diff --git a/domains/_discord.neon.json b/domains/_discord.neon.json new file mode 100644 index 000000000..751eb6274 --- /dev/null +++ b/domains/_discord.neon.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GoodBoyNeon", + "discord": "neonthedeveloper", + "twitter": "NeonTheNerd", + "email": "goodboyneon03@gmail.com" + }, + "record": { + "TXT": "dh=9179ff512ac0562aeebd4d418a565cd7208cdfb2" + } +} \ No newline at end of file