From 4da75375fac4ff815f008a3b0e373fbd5e547428 Mon Sep 17 00:00:00 2001 From: lrmn7 Date: Tue, 19 Sep 2023 15:13:04 +0700 Subject: [PATCH 01/16] 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 02/16] 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 03/16] 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 05785d592fda3f34d74dc37f8c1558e1ba4f5dec Mon Sep 17 00:00:00 2001 From: Suki Date: Wed, 27 Sep 2023 10:48:21 +0530 Subject: [PATCH 04/16] 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 05/16] 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 06/16] 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 07/16] 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 08/16] 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 09/16] 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 10/16] 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 11/16] 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 12/16] 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 13/16] 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 14/16] 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 15/16] 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 16/16] 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"