From 808f6600514675ba900424e5a4d7713801a8167f Mon Sep 17 00:00:00 2001 From: Hoot679 Date: Sun, 23 Oct 2022 02:42:37 -0700 Subject: [PATCH 001/330] feat: Added domain programatically --- domains/hoot.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/hoot.json diff --git a/domains/hoot.json b/domains/hoot.json new file mode 100644 index 000000000..4d8224aac --- /dev/null +++ b/domains/hoot.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "Hoot679", + "email": "hoottheowlshoot@gmail.com" + }, + + "record": { + "URL": "URL" + } + } + \ No newline at end of file From 3cced82a0b7a5ed2022ac463b944b8aabc080354 Mon Sep 17 00:00:00 2001 From: CcNopebruh <92991362+CcNicebruh@users.noreply.github.com> Date: Tue, 31 Jan 2023 21:32:10 +0700 Subject: [PATCH 002/330] Added play --- domains/play.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/play.json diff --git a/domains/play.json b/domains/play.json new file mode 100644 index 000000000..816c23629 --- /dev/null +++ b/domains/play.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "CcNicebruh", + "email": "tangkeehee2002@gmail.com" + }, + "record": { + "A": ["49.231.43.12"] + } + } + \ No newline at end of file From 40e082cf107b81e6c36f587254a26ab5cfb253b5 Mon Sep 17 00:00:00 2001 From: Tyler M-Wise Date: Sun, 5 Mar 2023 11:27:48 +0000 Subject: [PATCH 003/330] Create tylerwise.json --- domains/tylerwise.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/tylerwise.json diff --git a/domains/tylerwise.json b/domains/tylerwise.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/tylerwise.json @@ -0,0 +1 @@ + From 3f4d63b4d967f9dc97b603c7131a2bba8c71707f Mon Sep 17 00:00:00 2001 From: Tyler M-Wise Date: Sun, 5 Mar 2023 11:28:28 +0000 Subject: [PATCH 004/330] Create tylermwise.json --- domains/tylermwise.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/tylermwise.json diff --git a/domains/tylermwise.json b/domains/tylermwise.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/tylermwise.json @@ -0,0 +1 @@ + From 6ca2583e43cb2a13a5d0349f9a308705e54be292 Mon Sep 17 00:00:00 2001 From: Tyler M-Wise Date: Sun, 5 Mar 2023 11:29:10 +0000 Subject: [PATCH 005/330] Create tmw.json --- domains/tmw.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/tmw.json diff --git a/domains/tmw.json b/domains/tmw.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/tmw.json @@ -0,0 +1 @@ + From f84151d4806659db8d112c00154d7076e43ae02d Mon Sep 17 00:00:00 2001 From: Tyler M-Wise Date: Sun, 5 Mar 2023 12:09:31 +0000 Subject: [PATCH 006/330] Delete tylerwise.json --- domains/tylerwise.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/tylerwise.json diff --git a/domains/tylerwise.json b/domains/tylerwise.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/tylerwise.json +++ /dev/null @@ -1 +0,0 @@ - From 053f627e1a26e0ef615b94552e1e7a6938226af9 Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Wed, 21 Jun 2023 03:28:54 +0700 Subject: [PATCH 007/330] feat(domain): add `note-lrmn.is-a.dev.is-a.dev` --- domains/note-lrmn.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/note-lrmn.is-a.dev.json diff --git a/domains/note-lrmn.is-a.dev.json b/domains/note-lrmn.is-a.dev.json new file mode 100644 index 000000000..afc645764 --- /dev/null +++ b/domains/note-lrmn.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmnid@gmail.com" + }, + + "record": { + "CNAME": "https://github.com/lrmn7/blogs" + } +} From ec5365a64a67935add713fb6396a4d4bce4230dd Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Wed, 21 Jun 2023 03:31:59 +0700 Subject: [PATCH 008/330] feat(domain): add `note-lrmn.is-a.dev` --- domains/note-lrmn.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/note-lrmn.json diff --git a/domains/note-lrmn.json b/domains/note-lrmn.json new file mode 100644 index 000000000..afc645764 --- /dev/null +++ b/domains/note-lrmn.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmnid@gmail.com" + }, + + "record": { + "CNAME": "https://github.com/lrmn7/blogs" + } +} From 88930373e3f8682a7cff4b7140e84859f2c96b32 Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Wed, 21 Jun 2023 03:44:03 +0700 Subject: [PATCH 009/330] Delete note-lrmn.json --- domains/note-lrmn.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/note-lrmn.json diff --git a/domains/note-lrmn.json b/domains/note-lrmn.json deleted file mode 100644 index afc645764..000000000 --- a/domains/note-lrmn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "lrmn7", - "email": "lrmnid@gmail.com" - }, - - "record": { - "CNAME": "https://github.com/lrmn7/blogs" - } -} From 2640b7ceb232ca258c32c09da6e7f45a54efddf3 Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Wed, 21 Jun 2023 03:50:11 +0700 Subject: [PATCH 010/330] feat(domain): add `note-lrmn.is-a.dev` --- domains/note-lrmn.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/note-lrmn.json diff --git a/domains/note-lrmn.json b/domains/note-lrmn.json new file mode 100644 index 000000000..bd717c25b --- /dev/null +++ b/domains/note-lrmn.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmnid@gmail.com" + }, + + "record": { + "CNAME": "github.com/lrmn7/blogs" + } +} From 1f9e91f6de9575bc9fadadc6904b00cd351c683a Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Wed, 21 Jun 2023 03:53:53 +0700 Subject: [PATCH 011/330] Update note-lrmn.json From ab5a3c5a5e6a940ea53202793bf6755b6e6cf4d8 Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Wed, 21 Jun 2023 04:31:48 +0700 Subject: [PATCH 012/330] feat(domain): add `ohmycv.is-a.dev` --- domains/ohmycv.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ohmycv.json diff --git a/domains/ohmycv.json b/domains/ohmycv.json new file mode 100644 index 000000000..d5d72b640 --- /dev/null +++ b/domains/ohmycv.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmnid@gmail.com" + }, + + "record": { + "CNAME": "https://ohmycv.netlify.app" + } +} From 27c287418d2bae8c17a877c1746a0f491fbc177e Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:23:56 +0700 Subject: [PATCH 013/330] Update madebytragic.json --- domains/madebytragic.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/madebytragic.json b/domains/madebytragic.json index 67b3133f3..d9c1a6c2d 100644 --- a/domains/madebytragic.json +++ b/domains/madebytragic.json @@ -3,7 +3,6 @@ "username": "lrmn7", "email": "lrmnid@gmail.com" }, - "record": { "CNAME": "madebytragic.github.io" } From b7d379b031b2302281a9b842b71b4aad8d77c5e4 Mon Sep 17 00:00:00 2001 From: Stef-00012 Date: Wed, 16 Aug 2023 01:30:58 +0200 Subject: [PATCH 014/330] feat(domain): images-stefdp.is-a.dev --- domains/images-stefdp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/images-stefdp.json diff --git a/domains/images-stefdp.json b/domains/images-stefdp.json new file mode 100644 index 000000000..59db33eb3 --- /dev/null +++ b/domains/images-stefdp.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "stefano.delprete.08@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 44c036b915b4293de2f2c5184a3a2fd8a52b79ba Mon Sep 17 00:00:00 2001 From: Stef-00012 Date: Wed, 16 Aug 2023 08:50:36 +0200 Subject: [PATCH 015/330] feat(domain): media.stefdp.is-a.dev --- domains/media.stefdp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/media.stefdp.json diff --git a/domains/media.stefdp.json b/domains/media.stefdp.json new file mode 100644 index 000000000..59db33eb3 --- /dev/null +++ b/domains/media.stefdp.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "stefano.delprete.08@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file From 970342a84e8152e9822e7788a0831cc146e8f55c Mon Sep 17 00:00:00 2001 From: Stef-00012 Date: Thu, 17 Aug 2023 12:08:54 +0200 Subject: [PATCH 016/330] feat(domain): _discord.stefdp.is-a.dev --- domains/_discord.stefdp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.stefdp.json diff --git a/domains/_discord.stefdp.json b/domains/_discord.stefdp.json new file mode 100644 index 000000000..ca308a872 --- /dev/null +++ b/domains/_discord.stefdp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "stefano.delprete.08@gmail.com" + }, + "record": { + "TXT": "dh=f6d71b43aecaa5a4ea3534d21f11f6b0e4559d8a" + } +} From 8874e49883bd95b7a870f09de421dc3a8dfc97f0 Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Thu, 17 Aug 2023 12:15:58 +0200 Subject: [PATCH 017/330] Delete images-stefdp.json --- domains/images-stefdp.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/images-stefdp.json diff --git a/domains/images-stefdp.json b/domains/images-stefdp.json deleted file mode 100644 index 59db33eb3..000000000 --- a/domains/images-stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" - } -} \ No newline at end of file From 602d48e04ed5086639fe2c5bd091460e38915dfa Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Thu, 17 Aug 2023 12:16:09 +0200 Subject: [PATCH 018/330] Delete media.stefdp.json --- domains/media.stefdp.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/media.stefdp.json diff --git a/domains/media.stefdp.json b/domains/media.stefdp.json deleted file mode 100644 index 59db33eb3..000000000 --- a/domains/media.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": "hosts.is-a.dev" - } -} \ No newline at end of file From 3a1af72d735ccc04b2f8c9a01afe296d2c794c28 Mon Sep 17 00:00:00 2001 From: Peaqcy Date: Sat, 26 Aug 2023 19:54:32 +1000 Subject: [PATCH 019/330] feat(domain): peacy.is-a.dev --- domains/peacy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/peacy.json b/domains/peacy.json index 125924c29..ffe446f91 100644 --- a/domains/peacy.json +++ b/domains/peacy.json @@ -4,6 +4,6 @@ "email": "kiwibird211@icloud.com" }, "record": { - "URL": "https://peacy.carrd.co/" + "TXT": ""[{"type":"URL","value":"https://peacy.carrd.co/","allowMultiple":false},{"type":"TXT","allowMultiple":true,"value":"dh=49573fc56f2a69919778375f6512a3701cabdba2"}]"" } } From c2fc3f751e463333273c78a416da7e81af12c6bb Mon Sep 17 00:00:00 2001 From: Peaqcy Date: Sat, 26 Aug 2023 19:58:49 +1000 Subject: [PATCH 020/330] feat(domain): peacy.is-a.dev --- domains/peacy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/peacy.json b/domains/peacy.json index ffe446f91..f7919a53b 100644 --- a/domains/peacy.json +++ b/domains/peacy.json @@ -4,6 +4,6 @@ "email": "kiwibird211@icloud.com" }, "record": { - "TXT": ""[{"type":"URL","value":"https://peacy.carrd.co/","allowMultiple":false},{"type":"TXT","allowMultiple":true,"value":"dh=49573fc56f2a69919778375f6512a3701cabdba2"}]"" + "TXT": ""[{"type":"URL","value":"_discord.peacy.is-a.dev.","allowMultiple":false},{"type":"TXT","allowMultiple":true,"value":"dh=49573fc56f2a69919778375f6512a3701cabdba2"}]"" } } From 9fbcaa4e24d116166c7fe4cb304dde2703700256 Mon Sep 17 00:00:00 2001 From: DhruvGamingzsoft Date: Sat, 26 Aug 2023 21:44:36 +0530 Subject: [PATCH 021/330] feat(domain): ds+gamer.is-a.dev --- domains/ds+gamer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ds+gamer.json diff --git a/domains/ds+gamer.json b/domains/ds+gamer.json new file mode 100644 index 000000000..66f4945ff --- /dev/null +++ b/domains/ds+gamer.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "DhruvGamingzsoft", + "email": "dgashost@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 2ce8b5c5d447cad2fa588bb2dc5cd8c6365a4bff Mon Sep 17 00:00:00 2001 From: Stef-00012 Date: Sat, 26 Aug 2023 18:46:39 +0200 Subject: [PATCH 022/330] feat(domain): ilxvmorkq245.stefdp.is-a.dev --- domains/ilxvmorkq245.stefdp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ilxvmorkq245.stefdp.json diff --git a/domains/ilxvmorkq245.stefdp.json b/domains/ilxvmorkq245.stefdp.json new file mode 100644 index 000000000..d31a5b4a9 --- /dev/null +++ b/domains/ilxvmorkq245.stefdp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "stefano.delprete.08@gmail.com" + }, + "record": { + "CNAME": "gv-p4ut76elat43se.dv.googlehosted.com" + } +} From 0f6be7bfa642f53795a63abe75d6a98491412e5e Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Sat, 26 Aug 2023 18:47:15 +0200 Subject: [PATCH 023/330] Delete _discord.stefdp.json --- domains/_discord.stefdp.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_discord.stefdp.json diff --git a/domains/_discord.stefdp.json b/domains/_discord.stefdp.json deleted file mode 100644 index ca308a872..000000000 --- a/domains/_discord.stefdp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com" - }, - "record": { - "TXT": "dh=f6d71b43aecaa5a4ea3534d21f11f6b0e4559d8a" - } -} From ac1aa2a10c9771a92302c662c1f0548d33ae46c8 Mon Sep 17 00:00:00 2001 From: Peaqcy Date: Sun, 27 Aug 2023 12:07:58 +1000 Subject: [PATCH 024/330] feat(domain): peacy.is-a.dev From b9c6b7d9b27f86aaa65297b8dbf10a71b89176a9 Mon Sep 17 00:00:00 2001 From: 4lexR Date: Mon, 28 Aug 2023 19:03:02 +0100 Subject: [PATCH 025/330] feat(domain): alexr.is-a.dev --- domains/alexr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/alexr.json diff --git a/domains/alexr.json b/domains/alexr.json new file mode 100644 index 000000000..ca0678a85 --- /dev/null +++ b/domains/alexr.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "4lexR", + "email": "amelia.R0se@proton.me" + }, + "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 f0876c51c04e6795e79741eb190c221b1c600c44 Mon Sep 17 00:00:00 2001 From: Carol3n <20cs031.caroline@sjec.ac.in> Date: Mon, 28 Aug 2023 23:54:48 +0530 Subject: [PATCH 026/330] feat(domain): carol3n.is-a.dev --- domains/carol3n.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/carol3n.json diff --git a/domains/carol3n.json b/domains/carol3n.json new file mode 100644 index 000000000..f03bbd3e0 --- /dev/null +++ b/domains/carol3n.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Carol3n", + "email": "20cs031.caroline@sjec.ac.in" + }, + "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 fa852daba1d60efa1cc11c0b6dc5f1d1d1953202 Mon Sep 17 00:00:00 2001 From: Fauzi Ferdiansyah Date: Tue, 29 Aug 2023 15:55:25 +0700 Subject: [PATCH 027/330] Create fauzi.json --- domains/fauzi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/fauzi.json diff --git a/domains/fauzi.json b/domains/fauzi.json new file mode 100644 index 000000000..496e14d2d --- /dev/null +++ b/domains/fauzi.json @@ -0,0 +1,11 @@ +{ + "description": "My Portfolio web", + "repo": "https://github.com/FauziFerdiansyah/fauziferdiansyah.github.io", + "owner": { + "username": "FauziFerdiansyah", + "email": "fetruzie2@gmail.com" + }, + "record": { + "CNAME": "FauziFerdiansyah.github.io" + } +} From 942e29e081b318fbdd200d0e29596ec2e495b403 Mon Sep 17 00:00:00 2001 From: JZ1324 Date: Tue, 29 Aug 2023 19:00:33 +1000 Subject: [PATCH 028/330] feat(domain): jz.is-a.dev --- domains/jz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jz.json diff --git a/domains/jz.json b/domains/jz.json new file mode 100644 index 000000000..45c849919 --- /dev/null +++ b/domains/jz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "JZ1324", + "email": "zheng.joshua2@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 15e3103d5d9ab9e1dc623e8ba594331461e1ce21 Mon Sep 17 00:00:00 2001 From: mammadzali Date: Tue, 29 Aug 2023 14:48:55 +0330 Subject: [PATCH 029/330] feat(domain): mammad.is-a.dev --- domains/mammad.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mammad.json diff --git a/domains/mammad.json b/domains/mammad.json new file mode 100644 index 000000000..bd83ea47b --- /dev/null +++ b/domains/mammad.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "mammadzali", + "email": "mohamadzali@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 cb1382ac7115b1d69065aeec666259faf67e7ef2 Mon Sep 17 00:00:00 2001 From: diedyesterdaywashere Date: Tue, 29 Aug 2023 15:23:33 +0300 Subject: [PATCH 030/330] feat(domain): diedyesterday.is-a.dev --- domains/diedyesterday.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/diedyesterday.json diff --git a/domains/diedyesterday.json b/domains/diedyesterday.json new file mode 100644 index 000000000..c6df5ca85 --- /dev/null +++ b/domains/diedyesterday.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "diedyesterdaywashere", + "email": "diedyesterdaywashere@gmail.com" + }, + "record": { + "CNAME": "diedeyestedaywashere.github.io" + } +} From b6ed7a1b12d9907923a0e60cdb71f3f067ddc1be Mon Sep 17 00:00:00 2001 From: 4lexR Date: Tue, 29 Aug 2023 19:10:13 +0100 Subject: [PATCH 031/330] feat(domain): amelia.is-a.dev --- domains/amelia.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amelia.json diff --git a/domains/amelia.json b/domains/amelia.json new file mode 100644 index 000000000..ca0678a85 --- /dev/null +++ b/domains/amelia.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "4lexR", + "email": "amelia.R0se@proton.me" + }, + "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 30a9316f17490bdeaaac0bd746137db3b3c608ab Mon Sep 17 00:00:00 2001 From: Tyler M-Wise <74430503+TylerMWise@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:18:35 +0100 Subject: [PATCH 032/330] Create tylermwise.json --- domains/tylermwise.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/tylermwise.json diff --git a/domains/tylermwise.json b/domains/tylermwise.json new file mode 100644 index 000000000..ba3256ae6 --- /dev/null +++ b/domains/tylermwise.json @@ -0,0 +1,13 @@ +{ + "description": "tylermwise.is-a.dev domain", + "owner": { + "username": "tylermwise", + "email": "contact@teamtbm.org" + }, + "record": { + "NAMESERVER": "maceio.ns.porkbun.com", + "NAMESERVER": "curitiba.ns.porkbun.com", + "NAMESERVER": "salvador.ns.porkbun.com", + "NAMESERVER": "fortaleza.ns.porkbun.com" + } + } From b14801761ffe57532392f40a40af6455f51f1585 Mon Sep 17 00:00:00 2001 From: TylerMWise Date: Tue, 29 Aug 2023 21:27:50 +0100 Subject: [PATCH 033/330] feat(domain): tylermw.is-a.dev --- domains/tylermw.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tylermw.json diff --git a/domains/tylermw.json b/domains/tylermw.json new file mode 100644 index 000000000..51ede12fd --- /dev/null +++ b/domains/tylermw.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TylerMWise", + "email": "tylermwise.tm@gmail.com" + }, + "record": { + "CNAME": "r.forwarddomain.net" + } +} From 756cbc69dab6ce519f2dff1c1dec45b2d64dfc57 Mon Sep 17 00:00:00 2001 From: christopherwk210 Date: Tue, 29 Aug 2023 16:38:25 -0700 Subject: [PATCH 034/330] feat(domain): topher.is-a.dev --- domains/topher.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/topher.json diff --git a/domains/topher.json b/domains/topher.json new file mode 100644 index 000000000..f25285564 --- /dev/null +++ b/domains/topher.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "christopherwk210", + "email": "christopherwk210@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 023ce960ddffc62f30ec3a7cbf72b24b97968ff2 Mon Sep 17 00:00:00 2001 From: danhuaxiansheng <646042371@qq.com> Date: Wed, 30 Aug 2023 11:15:42 +0800 Subject: [PATCH 035/330] feat(domain): yiyi.is-a.dev --- domains/yiyi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yiyi.json diff --git a/domains/yiyi.json b/domains/yiyi.json new file mode 100644 index 000000000..3be8043e0 --- /dev/null +++ b/domains/yiyi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "danhuaxiansheng", + "email": "646042371@qq.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 6842a9d1b84e3dc9de192eb7ec29c5c173edc0cb Mon Sep 17 00:00:00 2001 From: Aditya <70227539+adityakotha2001@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:03:10 +0530 Subject: [PATCH 036/330] Update adityakotha.json --- domains/adityakotha.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domains/adityakotha.json b/domains/adityakotha.json index 6946b3339..18019bf9f 100644 --- a/domains/adityakotha.json +++ b/domains/adityakotha.json @@ -4,6 +4,8 @@ "email": "adityakotha2001@gmail.com" }, "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" "CNAME": "adityakotha2001.github.io" } } From 198690b41dec7f09d862d7c344caafd1ddd403db Mon Sep 17 00:00:00 2001 From: Aditya <70227539+adityakotha2001@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:06:39 +0530 Subject: [PATCH 037/330] Update adityakotha.json --- domains/adityakotha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/adityakotha.json b/domains/adityakotha.json index 18019bf9f..dcf87fd43 100644 --- a/domains/adityakotha.json +++ b/domains/adityakotha.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "CNAME": "adityakotha2001.github.io" } } From a4ee1cab615cc5e88266bb417ae97fc0764cf7bb Mon Sep 17 00:00:00 2001 From: femachi Date: Wed, 30 Aug 2023 12:04:10 +0700 Subject: [PATCH 038/330] feat(domain): machi.is-a.dev --- domains/machi.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/machi.json b/domains/machi.json index bd3c826d0..044b55d86 100644 --- a/domains/machi.json +++ b/domains/machi.json @@ -4,6 +4,8 @@ "email": "ocubrisme@gmail.com" }, "record": { - "URL": "https://rentry.co/femachi" + "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 02cfef1761085de52c81551d460e56dd5a8c6c40 Mon Sep 17 00:00:00 2001 From: Shadow Dev <143582028+shadowisdev@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:33:46 +0530 Subject: [PATCH 039/330] Create shadowalker.json --- domains/shadowalker.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shadowalker.json diff --git a/domains/shadowalker.json b/domains/shadowalker.json new file mode 100644 index 000000000..ed06ecd9d --- /dev/null +++ b/domains/shadowalker.json @@ -0,0 +1,11 @@ +{ + "description": "This domain will be used for my personal website.", + "repo": "https://github.com/shadowisdev/shadowisdev", + "owner": { + "username": "shadowisdev", + "email": "shadowisdev@gmail.com" + }, + "record": { + "CNAME": "shadowisdev.github.io" + } +} From 22920fd12b160cbd0054ffc54645a6e929a777c0 Mon Sep 17 00:00:00 2001 From: Shadow Dev <143582028+shadowisdev@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:41:13 +0530 Subject: [PATCH 040/330] Create _github-pages-challenge-shadowisdev.shadowalker.json txt issue will be solved when it will appears --- .../_github-pages-challenge-shadowisdev.shadowalker.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/domains/_github-pages-challenge-shadowisdev.shadowalker.json diff --git a/domains/domains/_github-pages-challenge-shadowisdev.shadowalker.json b/domains/domains/_github-pages-challenge-shadowisdev.shadowalker.json new file mode 100644 index 000000000..51f7828d6 --- /dev/null +++ b/domains/domains/_github-pages-challenge-shadowisdev.shadowalker.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "shadowisdev", + "email": "shadowisdev@gmail.com" + }, + "record": { + "TXT": "" + } +} From d94dfbf7aaf29eb3ceebb5ecc691d4361f325b05 Mon Sep 17 00:00:00 2001 From: notHyperNexus Date: Wed, 30 Aug 2023 01:48:20 -0700 Subject: [PATCH 041/330] feat(domain): hypernexus.is-a.dev --- domains/hypernexus.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hypernexus.json diff --git a/domains/hypernexus.json b/domains/hypernexus.json new file mode 100644 index 000000000..36451cae8 --- /dev/null +++ b/domains/hypernexus.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "notHyperNexus", + "email": "phamvansau234@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 4a7858b43b5c33bf03b5e220c9c6aaeb6b6f6f7a Mon Sep 17 00:00:00 2001 From: Probir Sarkar <81101648+probir-sarkar@users.noreply.github.com> Date: Wed, 30 Aug 2023 17:07:21 +0530 Subject: [PATCH 042/330] feat(domain): add `probir-sarkar.is-a.dev` --- domains/probir-sarkar.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/probir-sarkar.json diff --git a/domains/probir-sarkar.json b/domains/probir-sarkar.json new file mode 100644 index 000000000..68adbe6b1 --- /dev/null +++ b/domains/probir-sarkar.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "probir-sarkar", + "email": "me@probir.dev" + }, + + "record": { + "CNAME": "probir-sarkar.vercel.app" + } +} From 106cdccb02d7abc9c8e79b0871b5a8141b35058c Mon Sep 17 00:00:00 2001 From: adiyadav123 Date: Wed, 30 Aug 2023 22:16:34 +0530 Subject: [PATCH 043/330] feat(domain): adiy.is-a.dev --- domains/adiy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/adiy.json diff --git a/domains/adiy.json b/domains/adiy.json new file mode 100644 index 000000000..095ab4c57 --- /dev/null +++ b/domains/adiy.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "adiyadav123", + "email": "ramanandyadav7650@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 09eec0d919cc5d5f0b9e965b588d62cefd2fcf26 Mon Sep 17 00:00:00 2001 From: realvhd Date: Mon, 28 Aug 2023 21:03:03 +0300 Subject: [PATCH 044/330] feat(domain): vhd.is-a.dev --- domains/vhd.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/vhd.json diff --git a/domains/vhd.json b/domains/vhd.json new file mode 100644 index 000000000..a3fa82d7a --- /dev/null +++ b/domains/vhd.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "realvhd", + "email": "dotrealvhd@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 69645653865b95ceb0107692491a68037ae4f02c Mon Sep 17 00:00:00 2001 From: artfadeev40 Date: Mon, 28 Aug 2023 20:01:12 +0500 Subject: [PATCH 045/330] feat(domain): q31265503.is-a.dev --- domains/q31265503.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/q31265503.json diff --git a/domains/q31265503.json b/domains/q31265503.json new file mode 100644 index 000000000..253d2ddea --- /dev/null +++ b/domains/q31265503.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "artfadeev40", + "email": "fedulai195@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 11eb3346d75cbf687b946552b6fb08e0aa26f654 Mon Sep 17 00:00:00 2001 From: artfadeev40 Date: Thu, 31 Aug 2023 14:07:19 +0500 Subject: [PATCH 046/330] feat(domain): q31265503-bio.is-a.dev --- domains/q31265503-bio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/q31265503-bio.json diff --git a/domains/q31265503-bio.json b/domains/q31265503-bio.json new file mode 100644 index 000000000..253d2ddea --- /dev/null +++ b/domains/q31265503-bio.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "artfadeev40", + "email": "fedulai195@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 350c576eacd92d7c273e43b75e1c20e5fe517345 Mon Sep 17 00:00:00 2001 From: Aman Thakur <106446742+aman7thakurr@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:05:28 +0530 Subject: [PATCH 047/330] aman.json --- domains/aman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aman.json diff --git a/domains/aman.json b/domains/aman.json new file mode 100644 index 000000000..527717795 --- /dev/null +++ b/domains/aman.json @@ -0,0 +1,9 @@ +{ + "description": "Personal Page", + "repo": "https://github.com/aman7thakurr/personal_website", + "owner": { + "username": "Aman", + "email": "", + "discord": "aman7thakurr_" + } +} From 80331c2b8904b6c83136fb5ea55af80424cf1a9c Mon Sep 17 00:00:00 2001 From: aman7thakurr Date: Fri, 1 Sep 2023 14:29:15 +0530 Subject: [PATCH 048/330] feat(domain): amanthakur.is-a.dev --- domains/amanthakur.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amanthakur.json diff --git a/domains/amanthakur.json b/domains/amanthakur.json new file mode 100644 index 000000000..85eeac59b --- /dev/null +++ b/domains/amanthakur.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "aman7thakurr", + "email": "amant8425@gmail.com", + "discord": "523813766295715851" + }, + + "record": { + "CNAME": "aman7thakurr" + } +} From e5319e76559637903344717e47e109bf1f44a838 Mon Sep 17 00:00:00 2001 From: gpchn Date: Sat, 2 Sep 2023 00:19:54 +0800 Subject: [PATCH 049/330] feat(domain): gpchn.is-a.dev --- domains/gpchn.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gpchn.json diff --git a/domains/gpchn.json b/domains/gpchn.json new file mode 100644 index 000000000..f08179b21 --- /dev/null +++ b/domains/gpchn.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gpchn", + "email": "Gprogrammer@163.com" + }, + "record": { + "TXT": "vc-domain-verify=gpchn.is-a.dev,7e97866e6553f21cedf4" + } +} From 6f53be8fff9e85ec4b51efd914095d4fff9bb8b2 Mon Sep 17 00:00:00 2001 From: Neealdon3 <138321129+neealdon3@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:52:59 -0700 Subject: [PATCH 050/330] Create neealdon3.json --- domains/neealdon3.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/neealdon3.json diff --git a/domains/neealdon3.json b/domains/neealdon3.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/neealdon3.json @@ -0,0 +1 @@ + From 54877d731c8a79667fb3dc0b30205b6578010949 Mon Sep 17 00:00:00 2001 From: PsxScriptsW Date: Sat, 2 Sep 2023 00:01:24 -0400 Subject: [PATCH 051/330] feat(domain): skillz.is-a.dev --- domains/skillz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/skillz.json diff --git a/domains/skillz.json b/domains/skillz.json new file mode 100644 index 000000000..5fe751c74 --- /dev/null +++ b/domains/skillz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "PsxScriptsW", + "email": "jacob.blits@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 41aa5b6b06a8499445e9f7668a4765afa49c2d1d Mon Sep 17 00:00:00 2001 From: AnshBhimani Date: Sat, 2 Sep 2023 11:09:43 +0530 Subject: [PATCH 052/330] feat(domain): anshbhimani.is-a.dev --- domains/anshbhimani.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/anshbhimani.json diff --git a/domains/anshbhimani.json b/domains/anshbhimani.json new file mode 100644 index 000000000..2a831a2f4 --- /dev/null +++ b/domains/anshbhimani.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "AnshBhimani", + "email": "anshbhimani2003@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 f4e7db0b07ab0f4a8ca8cc0302c850338c3f3b01 Mon Sep 17 00:00:00 2001 From: Peaqcy Date: Sat, 2 Sep 2023 17:26:08 +1000 Subject: [PATCH 053/330] feat(domain): peacy.is-a.dev --- domains/peacy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/peacy.json b/domains/peacy.json index f7919a53b..dfd86bc62 100644 --- a/domains/peacy.json +++ b/domains/peacy.json @@ -4,6 +4,6 @@ "email": "kiwibird211@icloud.com" }, "record": { - "TXT": ""[{"type":"URL","value":"_discord.peacy.is-a.dev.","allowMultiple":false},{"type":"TXT","allowMultiple":true,"value":"dh=49573fc56f2a69919778375f6512a3701cabdba2"}]"" + "TXT": ""[{"type":"URL","value":"https://peacy.is-a.dev/.well-known/discord","allowMultiple":false},{"type":"TXT","allowMultiple":true,"value":"dh=49573fc56f2a69919778375f6512a3701cabdba2"}]"" } } From 002536ca1f3c22107075799f988708c1ed468b6b Mon Sep 17 00:00:00 2001 From: Nexus-sudo Date: Sat, 2 Sep 2023 10:27:31 +0100 Subject: [PATCH 054/330] feat(domain): logxnic.is-a.dev --- domains/logxnic.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/logxnic.json diff --git a/domains/logxnic.json b/domains/logxnic.json new file mode 100644 index 000000000..cbc953a16 --- /dev/null +++ b/domains/logxnic.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Nexus-sudo", + "email": "loganlarwood2019@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 de8c0e3401c67671ea42b4182e9ae20ad9d14cf8 Mon Sep 17 00:00:00 2001 From: vi0letadev Date: Sat, 2 Sep 2023 12:56:25 +0300 Subject: [PATCH 055/330] feat(domain): tetris.vi0leta.is-a.dev --- domains/tetris.vi0leta.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tetris.vi0leta.json diff --git a/domains/tetris.vi0leta.json b/domains/tetris.vi0leta.json new file mode 100644 index 000000000..462d9e226 --- /dev/null +++ b/domains/tetris.vi0leta.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vi0letadev", + "email": "vi0leta@riseup.net" + }, + "record": { + "A": ["143.47.191.152"] + } +} From a342999ab8afcd336da1bef29a5897ae404cc963 Mon Sep 17 00:00:00 2001 From: Aditya Yadav Date: Sat, 2 Sep 2023 15:50:52 +0530 Subject: [PATCH 056/330] delete unwanted domains that i don't need rn & update information --- domains/aditya.json | 23 ++++++++++++----------- domains/blog.aditya.json | 12 ------------ domains/instapi.aditya.json | 13 ------------- domains/l.aditya.json | 13 +++++++++++++ domains/links.aditya.json | 12 ------------ domains/mail.aditya.json | 14 -------------- domains/ya.json | 12 ------------ 7 files changed, 25 insertions(+), 74 deletions(-) delete mode 100644 domains/blog.aditya.json delete mode 100644 domains/instapi.aditya.json create mode 100644 domains/l.aditya.json delete mode 100644 domains/links.aditya.json delete mode 100644 domains/mail.aditya.json delete mode 100644 domains/ya.json diff --git a/domains/aditya.json b/domains/aditya.json index cb5889409..36eb0ce3d 100644 --- a/domains/aditya.json +++ b/domains/aditya.json @@ -1,12 +1,13 @@ { - "description": "My Personal Landing Page!", - "repo": "https://github.com/adityaasyadav/aditya", - "owner": { - "username": "adityaasyadav", - "email": "ishqaddy@gmail.com", - "twitter": "adityaasyadav" - }, - "record": { - "CNAME": "adityaasyadav.github.io" - } -} + "description": "my personal homepage", + "repo": "https://github.com/dedomil", + "owner": { + "username": "dedomil", + "email": "ishqaddy@gmail.com", + "twitter": "aadixl", + "discord": "dedomil" + }, + "record": { + "CNAME": "dedomil.github.io" + } +} \ No newline at end of file diff --git a/domains/blog.aditya.json b/domains/blog.aditya.json deleted file mode 100644 index 592ac2fec..000000000 --- a/domains/blog.aditya.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "A Subdomain For My Blogs!!", - "repo": "https://github.com/icancodebeauty/blog", - "owner": { - "username": "icancodebeauty", - "email": "ishqaddy@gmail.com", - "twitter": "CodeWithAadi" - }, - "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] - } -} diff --git a/domains/instapi.aditya.json b/domains/instapi.aditya.json deleted file mode 100644 index bcc1daa27..000000000 --- a/domains/instapi.aditya.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "pythonmcpi", - "email": "user3456@insomnia247.nl", - "irc": "user3456@irc.insomnia247.nl/#shells", - "discord": "Little Furret#7901", - "note": "That email address is not my main email. It has email forwarding enabled, but the spam filter doesn't like the forwarding. It is probably faster to contact me on Discord or irc." - }, - "description": "I'll probably put some project pages on 0x0.is-a.dev. ¯\\_(ツ)_/¯", - "record": { - "A": ["76.223.55.44"] - } -} diff --git a/domains/l.aditya.json b/domains/l.aditya.json new file mode 100644 index 000000000..097da229f --- /dev/null +++ b/domains/l.aditya.json @@ -0,0 +1,13 @@ +{ + "description": "subdomain for link redirection", + "repo": "https://github.com/dedomil", + "owner": { + "username": "dedomil", + "email": "ishqaddy@gmail.com", + "twitter": "aadixl", + "discord": "dedomil" + }, + "record": { + "CNAME": "edge.redirect.pizza" + } +} \ No newline at end of file diff --git a/domains/links.aditya.json b/domains/links.aditya.json deleted file mode 100644 index 9e4866a91..000000000 --- a/domains/links.aditya.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "A Subdomain For My Links Redirection!!", - "repo": "https://github.com/icancodebeauty/links", - "owner": { - "username": "icancodebeauty", - "email": "ishqaddy@gmail.com", - "twitter": "CodeWithAadi" - }, - "record": { - "CNAME": "a.redirect.pizza" - } -} diff --git a/domains/mail.aditya.json b/domains/mail.aditya.json deleted file mode 100644 index c8dfe71e1..000000000 --- a/domains/mail.aditya.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "description": "A Subdomain For Mails!!", - "repo": "https://github.com/icancodebeauty/mail", - "owner": { - "username": "icancodebeauty", - "email": "ishqaddy@gmail.com", - "twitter": "CodeWithAadi" - }, - "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/ya.json b/domains/ya.json deleted file mode 100644 index 4d6cb0b1e..000000000 --- a/domains/ya.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "API For My Projects!", - "repo": "https://github.com/icancodebeauty/api", - "owner": { - "username": "icancodebeauty", - "email": "aditya@mail.aditya.is-a.dev", - "twitter": "CodeWithAadi" - }, - "record": { - "CNAME": "icancodebeauty.github.io" - } -} From c324064a1bfb998e4b92281afa48568438d36d6e Mon Sep 17 00:00:00 2001 From: Kayden Lee Date: Sat, 2 Sep 2023 18:34:06 +0800 Subject: [PATCH 057/330] feat(domain): add `kayden.is-a.dev` --- domains/kayden.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/kayden.json diff --git a/domains/kayden.json b/domains/kayden.json new file mode 100644 index 000000000..3c601b422 --- /dev/null +++ b/domains/kayden.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "leekayden", + "email": "kaydenleefale@gmail.com" + }, + + "record": { + "A": ["a"] + } +} From 0a9cb75e21c2b100bd1a98ca411bf1ab70643cbe Mon Sep 17 00:00:00 2001 From: LLKO101 Date: Sat, 2 Sep 2023 14:44:15 +0300 Subject: [PATCH 058/330] feat(domain): skyopg.is-a.dev --- domains/skyopg.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/skyopg.json diff --git a/domains/skyopg.json b/domains/skyopg.json new file mode 100644 index 000000000..345c40265 --- /dev/null +++ b/domains/skyopg.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "LLKO101", + "email": "yo1sefooop@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 710b6b09156fb1b1a506f4e09682a3661a0553e3 Mon Sep 17 00:00:00 2001 From: DonDoesStuff Date: Sat, 2 Sep 2023 14:37:58 +0200 Subject: [PATCH 059/330] feat(domain): don.is-a.dev --- domains/don.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/don.json diff --git a/domains/don.json b/domains/don.json new file mode 100644 index 000000000..d7e85567d --- /dev/null +++ b/domains/don.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "DonDoesStuff", + "email": "lgamerlivestudios@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 819097d88d7e56dc90c99a98193150d28a274326 Mon Sep 17 00:00:00 2001 From: gpchn Date: Sat, 2 Sep 2023 14:12:05 +0000 Subject: [PATCH 060/330] Update gpchn.json again --- domains/gpchn.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/gpchn.json b/domains/gpchn.json index f08179b21..acf95d7a3 100644 --- a/domains/gpchn.json +++ b/domains/gpchn.json @@ -1,9 +1,9 @@ { "owner": { "username": "gpchn", - "email": "Gprogrammer@163.com" + "email": "gprogrammer@163.com" }, "record": { - "TXT": "vc-domain-verify=gpchn.is-a.dev,7e97866e6553f21cedf4" + "CNAME": "gpchn.pages.dev" } } From 12ea7a45da6d2789122de449a4860a6fbdd5a23f Mon Sep 17 00:00:00 2001 From: Aman Thakur <106446742+aman7thakurr@users.noreply.github.com> Date: Sat, 2 Sep 2023 20:27:51 +0530 Subject: [PATCH 061/330] Update amanthakur.json --- domains/amanthakur.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/amanthakur.json b/domains/amanthakur.json index 85eeac59b..0c9999f30 100644 --- a/domains/amanthakur.json +++ b/domains/amanthakur.json @@ -6,6 +6,6 @@ }, "record": { - "CNAME": "aman7thakurr" + "CNAME": "aman7thakurr.github.io" } } From 53886be8812fb356a154b1bc5ebe5651f960fbc1 Mon Sep 17 00:00:00 2001 From: gaurav87565 Date: Sat, 2 Sep 2023 21:01:25 +0530 Subject: [PATCH 062/330] feat(domain): gaurav87565.is-a.dev --- domains/gaurav87565.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gaurav87565.json diff --git a/domains/gaurav87565.json b/domains/gaurav87565.json new file mode 100644 index 000000000..f3df2a020 --- /dev/null +++ b/domains/gaurav87565.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gaurav87565", + "email": "pavithrashreeuchil@gmail.com" + }, + "record": { + "CNAME": "13f7167f-39e6-4e1f-9d88-723586777008.id.repl.co" + } +} From 6ae2a4666f85ec4ac73ebda1778ef80136a9b409 Mon Sep 17 00:00:00 2001 From: Aman Thakur <106446742+aman7thakurr@users.noreply.github.com> Date: Sat, 2 Sep 2023 21:30:36 +0530 Subject: [PATCH 063/330] thakuraman.json --- domains/thakuraman.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/thakuraman.json diff --git a/domains/thakuraman.json b/domains/thakuraman.json new file mode 100644 index 000000000..0c9999f30 --- /dev/null +++ b/domains/thakuraman.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "aman7thakurr", + "email": "amant8425@gmail.com", + "discord": "523813766295715851" + }, + + "record": { + "CNAME": "aman7thakurr.github.io" + } +} From 7382b8c17bc5ae6968af83e189b97a40732d2f5f Mon Sep 17 00:00:00 2001 From: aman7thakurr Date: Sat, 2 Sep 2023 21:31:28 +0530 Subject: [PATCH 064/330] feat(domain): aman_thakur.is-a.dev --- domains/aman_thakur.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aman_thakur.json diff --git a/domains/aman_thakur.json b/domains/aman_thakur.json new file mode 100644 index 000000000..0c9999f30 --- /dev/null +++ b/domains/aman_thakur.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "aman7thakurr", + "email": "amant8425@gmail.com", + "discord": "523813766295715851" + }, + + "record": { + "CNAME": "aman7thakurr.github.io" + } +} From 3e27dbfeca4ca0e5d63634319ed706774a07dfb6 Mon Sep 17 00:00:00 2001 From: dandepan303 Date: Sat, 2 Sep 2023 10:24:23 -0700 Subject: [PATCH 065/330] feat(domain): dean.is-a.dev --- domains/dean.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/dean.json b/domains/dean.json index 4ba989fb8..2a1611774 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -4,8 +4,6 @@ "email": "dandepan303@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "A": "["185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153"]" } -} \ No newline at end of file +} From e93cb5959d8729d026807a3f9a144eddd70baa2c Mon Sep 17 00:00:00 2001 From: dandepan303 Date: Sat, 2 Sep 2023 10:25:21 -0700 Subject: [PATCH 066/330] feat(domain): dean.is-a.dev --- domains/dean.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dean.json b/domains/dean.json index 2a1611774..40a9c787c 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -4,6 +4,6 @@ "email": "dandepan303@gmail.com" }, "record": { - "A": "["185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153"]" + "URL": ""[{"type":"URL","allowMultiple":false,"value":"dean.is-a.dev"}]"" } } From 341a287629bfed5eb891b9c78df725b974ddd039 Mon Sep 17 00:00:00 2001 From: dandepan303 Date: Sat, 2 Sep 2023 10:26:15 -0700 Subject: [PATCH 067/330] feat(domain): dean.is-a.dev --- domains/dean.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dean.json b/domains/dean.json index 40a9c787c..2a1611774 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -4,6 +4,6 @@ "email": "dandepan303@gmail.com" }, "record": { - "URL": ""[{"type":"URL","allowMultiple":false,"value":"dean.is-a.dev"}]"" + "A": "["185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153"]" } } From 1d07e956028f0c759478909ea5eda46340bb06ec Mon Sep 17 00:00:00 2001 From: dandepan303 Date: Sat, 2 Sep 2023 10:26:37 -0700 Subject: [PATCH 068/330] feat(domain): dean.is-a.dev --- domains/dean.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dean.json b/domains/dean.json index 2a1611774..bdd7c5a24 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -4,6 +4,6 @@ "email": "dandepan303@gmail.com" }, "record": { - "A": "["185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153"]" + "TXT": ""[{"type":"A","value":"185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153","allowMultiple":false},{"type":"MX","value":"dean.is-a.dev","allowMultiple":true},{"type":"TXT","value":"v=spf1 a mx ip4:217.174.245.249 ~all","allowMultiple":true}]"" } } From 2a7e6abe7dd73f0b7197b6547e2f42508c7dd9f7 Mon Sep 17 00:00:00 2001 From: dandepan303 Date: Sat, 2 Sep 2023 10:27:38 -0700 Subject: [PATCH 069/330] feat(domain): dax.is-a.dev --- domains/dax.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dax.json diff --git a/domains/dax.json b/domains/dax.json new file mode 100644 index 000000000..4ba989fb8 --- /dev/null +++ b/domains/dax.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "dandepan303", + "email": "dandepan303@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 54a79d8d888c00113f2102f7a9bdb7017f8c7656 Mon Sep 17 00:00:00 2001 From: FilipRazek Date: Sat, 2 Sep 2023 20:44:37 +0200 Subject: [PATCH 070/330] feat(domain): filip-razek.is-a.dev --- domains/filip-razek.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/filip-razek.json diff --git a/domains/filip-razek.json b/domains/filip-razek.json new file mode 100644 index 000000000..b0d361569 --- /dev/null +++ b/domains/filip-razek.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "FilipRazek", + "email": "filip.razek@protonmail.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 696508ea31fbe6c5fc4f6c3b74611f5e5e6e7e3a Mon Sep 17 00:00:00 2001 From: l1gm4b4lls Date: Sun, 3 Sep 2023 02:19:51 +0700 Subject: [PATCH 071/330] feat(domain): rizetedeza.is-a.dev --- domains/rizetedeza.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rizetedeza.json diff --git a/domains/rizetedeza.json b/domains/rizetedeza.json new file mode 100644 index 000000000..4d0a9db37 --- /dev/null +++ b/domains/rizetedeza.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "l1gm4b4lls", + "email": "mejmayfoof@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 b57b3e4ec182ba3a6b2edca446ac8a989822ab3d Mon Sep 17 00:00:00 2001 From: Saurabh Kirve Date: Sun, 3 Sep 2023 00:53:15 +0530 Subject: [PATCH 072/330] Update saurabhkirve.json --- domains/saurabhkirve.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/saurabhkirve.json b/domains/saurabhkirve.json index 78df35194..2f4adfdf3 100644 --- a/domains/saurabhkirve.json +++ b/domains/saurabhkirve.json @@ -4,6 +4,8 @@ "email": "saurabhkirve@gmail.com" }, "record": { - "A": ["154.41.233.131"] - } + "A": ["154.41.233.131"], + "CNAME":{ "berzcode.github.io"} + + } From 11f132e7de4e88dae962e7ff89acbb7570840086 Mon Sep 17 00:00:00 2001 From: l1gm4b4lls Date: Sun, 3 Sep 2023 02:24:06 +0700 Subject: [PATCH 073/330] feat(domain): tedezarize.is-a.dev --- domains/tedezarize.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tedezarize.json diff --git a/domains/tedezarize.json b/domains/tedezarize.json new file mode 100644 index 000000000..4d0a9db37 --- /dev/null +++ b/domains/tedezarize.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "l1gm4b4lls", + "email": "mejmayfoof@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 a7e5b8b6bbd41960bf67de355bcbfaca18b4ab12 Mon Sep 17 00:00:00 2001 From: LolzTheDev Date: Sat, 2 Sep 2023 23:03:00 +0100 Subject: [PATCH 074/330] feat(domain): lolz.is-a.dev --- domains/lolz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lolz.json diff --git a/domains/lolz.json b/domains/lolz.json new file mode 100644 index 000000000..be4dc5d57 --- /dev/null +++ b/domains/lolz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "LolzTheDev", + "email": "lolzthegreat.0223@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 5d37c8678660df18d4d452a4426943f4eb103105 Mon Sep 17 00:00:00 2001 From: Neealdon3 <138321129+neealdon3@users.noreply.github.com> Date: Sat, 2 Sep 2023 15:45:21 -0700 Subject: [PATCH 075/330] Create eternal-network.json --- domains/eternal-network.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/eternal-network.json diff --git a/domains/eternal-network.json b/domains/eternal-network.json new file mode 100644 index 000000000..c39e1befe --- /dev/null +++ b/domains/eternal-network.json @@ -0,0 +1,11 @@ +{ + "description": "eternal-network.is-a.dev", + "repo": "https://github.com/Eternal-Network/eternal-network.github.io", + "owner": { + "username": "Eternal-Network", + "email": "neealdon2@proton.me" + }, + "record": { + "CNAME": "eternal-network.github.io" + } +} From 35874056886f6c3e8d9bf099eca0675238fde60c Mon Sep 17 00:00:00 2001 From: Mfused07 Date: Sun, 3 Sep 2023 04:19:43 +0500 Subject: [PATCH 076/330] feat(domain): mubashiryasin.is-a.dev --- domains/mubashiryasin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mubashiryasin.json diff --git a/domains/mubashiryasin.json b/domains/mubashiryasin.json new file mode 100644 index 000000000..b9dccc513 --- /dev/null +++ b/domains/mubashiryasin.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Mfused07", + "email": "fiverronlyokay@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 23c2232585f0e743c55364a06736ee755275a2a1 Mon Sep 17 00:00:00 2001 From: Mfused07 Date: Sun, 3 Sep 2023 04:22:24 +0500 Subject: [PATCH 077/330] feat(domain): mfused.is-a.dev --- domains/mfused.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mfused.json diff --git a/domains/mfused.json b/domains/mfused.json new file mode 100644 index 000000000..b9dccc513 --- /dev/null +++ b/domains/mfused.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Mfused07", + "email": "fiverronlyokay@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 a148083484a45fd83cf19124ddc814d6a87190fb Mon Sep 17 00:00:00 2001 From: MakeShiftArtist Date: Sat, 2 Sep 2023 19:32:09 -0500 Subject: [PATCH 078/330] feat(domain): makeshiftartist.is-a.dev --- domains/makeshiftartist.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/makeshiftartist.json diff --git a/domains/makeshiftartist.json b/domains/makeshiftartist.json new file mode 100644 index 000000000..54c193f1f --- /dev/null +++ b/domains/makeshiftartist.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "MakeShiftArtist", + "email": "MakeShiftDevelopment@proton.me" + }, + "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 18744ae869df050a81469302f3ff54b56235c8a8 Mon Sep 17 00:00:00 2001 From: Monsstor Date: Sun, 3 Sep 2023 11:38:54 +0530 Subject: [PATCH 079/330] feat(domain): monissh.is-a.dev --- domains/monissh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/monissh.json diff --git a/domains/monissh.json b/domains/monissh.json new file mode 100644 index 000000000..4d539f85a --- /dev/null +++ b/domains/monissh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Monsstor", + "email": "itsamemonissh@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 6aa903ec3d2a97023e881b80961d3429426ec5b6 Mon Sep 17 00:00:00 2001 From: YukiVN Date: Sun, 3 Sep 2023 14:09:16 +0700 Subject: [PATCH 080/330] feat(domain): yuki.is-a.dev --- domains/yuki.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yuki.json diff --git a/domains/yuki.json b/domains/yuki.json new file mode 100644 index 000000000..15820aa00 --- /dev/null +++ b/domains/yuki.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "YukiVN", + "email": "mejmayfoof@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 ff5d59ab33c185cde95b8b655b9459733ee0225d Mon Sep 17 00:00:00 2001 From: YukiVN <143337343+YukiVN@users.noreply.github.com> Date: Sun, 3 Sep 2023 14:10:48 +0700 Subject: [PATCH 081/330] domains/rizetedeza.json --- domains/rizetedeza.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/rizetedeza.json diff --git a/domains/rizetedeza.json b/domains/rizetedeza.json deleted file mode 100644 index 4d0a9db37..000000000 --- a/domains/rizetedeza.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "l1gm4b4lls", - "email": "mejmayfoof@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 83210266f6db6e0798643070461d0859a76b4bd7 Mon Sep 17 00:00:00 2001 From: YukiVN <143337343+YukiVN@users.noreply.github.com> Date: Sun, 3 Sep 2023 14:12:13 +0700 Subject: [PATCH 082/330] domains/tedezarize.json --- domains/tedezarize.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/tedezarize.json diff --git a/domains/tedezarize.json b/domains/tedezarize.json deleted file mode 100644 index 4d0a9db37..000000000 --- a/domains/tedezarize.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "l1gm4b4lls", - "email": "mejmayfoof@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 13770630740fd156b4d7fb05a0c015da1a4c13da Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 10:28:54 +0300 Subject: [PATCH 083/330] feat(domain): amazing.is-a.dev --- domains/amazing.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amazing.json diff --git a/domains/amazing.json b/domains/amazing.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/amazing.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GodfatherX64", + "email": "godfather.x64@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 f5fca0c522b6f7cd6b97fb4c89760f161259e231 Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 10:29:29 +0300 Subject: [PATCH 084/330] feat(domain): amazingdev.is-a.dev --- domains/amazingdev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amazingdev.json diff --git a/domains/amazingdev.json b/domains/amazingdev.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/amazingdev.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GodfatherX64", + "email": "godfather.x64@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 2f4ab2db134e9561b57155d7bc9536aa7628c629 Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 10:29:59 +0300 Subject: [PATCH 085/330] feat(domain): amazing.dev.is-a.dev --- domains/amazing.dev.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amazing.dev.json diff --git a/domains/amazing.dev.json b/domains/amazing.dev.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/amazing.dev.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GodfatherX64", + "email": "godfather.x64@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 2a0fb58935c3ed9dfcfab40a9579f7247b1643a0 Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 10:30:36 +0300 Subject: [PATCH 086/330] feat(domain): amazingdevel.is-a.dev --- domains/amazingdevel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amazingdevel.json diff --git a/domains/amazingdevel.json b/domains/amazingdevel.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/amazingdevel.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GodfatherX64", + "email": "godfather.x64@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 9e5bdbf1d5accc069626bb5a7a99255c492ada8d Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 10:30:55 +0300 Subject: [PATCH 087/330] feat(domain): amazingdevels.is-a.dev --- domains/amazingdevels.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amazingdevels.json diff --git a/domains/amazingdevels.json b/domains/amazingdevels.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/amazingdevels.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GodfatherX64", + "email": "godfather.x64@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 924e6e7790f28c8d81b26e6ec56b7190443ec844 Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 10:31:15 +0300 Subject: [PATCH 088/330] feat(domain): amazing.devs.is-a.dev --- domains/amazing.devs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amazing.devs.json diff --git a/domains/amazing.devs.json b/domains/amazing.devs.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/amazing.devs.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GodfatherX64", + "email": "godfather.x64@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 056515d474904eca15c934224fba4da2292bf77a Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 10:31:36 +0300 Subject: [PATCH 089/330] feat(domain): devs.is-a.dev --- domains/devs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/devs.json diff --git a/domains/devs.json b/domains/devs.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/devs.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GodfatherX64", + "email": "godfather.x64@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 d9d87308ca0e44b4aae5748e37c177b0e26e35b6 Mon Sep 17 00:00:00 2001 From: Brickmasterr Date: Sun, 3 Sep 2023 14:48:20 +0700 Subject: [PATCH 090/330] feat(domain): dwk.is-a.dev --- domains/dwk.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/dwk.json b/domains/dwk.json index 9033d7745..01be5e070 100644 --- a/domains/dwk.json +++ b/domains/dwk.json @@ -4,6 +4,8 @@ "email": "dwiki200304@gmail.com" }, "record": { - "CNAME": "isdwk.xyz" + "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 bd25cc5611603bac3fb4edd3048e41cf01b9d9e6 Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:04:03 +0700 Subject: [PATCH 091/330] Delete domains/acey.json --- domains/acey.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/acey.json diff --git a/domains/acey.json b/domains/acey.json deleted file mode 100644 index 529e805ba..000000000 --- a/domains/acey.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "repo": "https://github.com/AceyDoCodes", - "description": "Email ;-;", - "owner": { - "username": "AceyDoCodes", - "email": "aceygoesboom@gmail.com" - }, - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} From b4f90b7b196fbe573ee0f1cf9ee34d45742ce069 Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:20:44 +0700 Subject: [PATCH 092/330] Create mail.acey.json --- domains/mail.acey.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/mail.acey.json diff --git a/domains/mail.acey.json b/domains/mail.acey.json new file mode 100644 index 000000000..7666f0277 --- /dev/null +++ b/domains/mail.acey.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com.", + "mx2.improvmx.com." + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 24ebe34a72113893e1f4cd53568d83325bbab800 Mon Sep 17 00:00:00 2001 From: Noah <84711108+InvalidNoah@users.noreply.github.com> Date: Sun, 3 Sep 2023 11:29:10 +0200 Subject: [PATCH 093/330] Create downgit.json --- domains/downgit.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/downgit.json diff --git a/domains/downgit.json b/domains/downgit.json new file mode 100644 index 000000000..f1eac8b21 --- /dev/null +++ b/domains/downgit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "InvalidNoah", + "discord": "invalidnoah#0", + "email": "zjustmarcel@gmail.com" + }, + "record": { + "CNAME": "invalidnoah.github.io" +} From cad81abe4feeb787b760797fcbc9613560211cfc Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:45:07 +0700 Subject: [PATCH 094/330] Create acey,json --- domains/acey,json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/acey,json diff --git a/domains/acey,json b/domains/acey,json new file mode 100644 index 000000000..5f7cb2def --- /dev/null +++ b/domains/acey,json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com" + }, + "record": { + "TXT": "tbh i just need the other subdomain" + } +} From cabc81d8767ac8bd4c74466983592af72208f045 Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:47:14 +0700 Subject: [PATCH 095/330] Rename acey,json to acey.json --- domains/{acey,json => acey.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{acey,json => acey.json} (100%) diff --git a/domains/acey,json b/domains/acey.json similarity index 100% rename from domains/acey,json rename to domains/acey.json From a73359535206a2d905d62d9a71d75f8fe6193527 Mon Sep 17 00:00:00 2001 From: GodfatherX64 Date: Sun, 3 Sep 2023 17:58:15 +0300 Subject: [PATCH 096/330] feat(domain): amazingdevs.is-a.dev --- domains/amazingdevs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amazingdevs.json diff --git a/domains/amazingdevs.json b/domains/amazingdevs.json new file mode 100644 index 000000000..c55b7045c --- /dev/null +++ b/domains/amazingdevs.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GodfatherX64", + "email": "godfather.x64@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 3aa0d87dbb92450c9281b5c1fd86d75dd1d705f6 Mon Sep 17 00:00:00 2001 From: creatize Date: Sun, 3 Sep 2023 19:42:42 +0300 Subject: [PATCH 097/330] feat(domain): visionavtr.is-a.dev --- domains/visionavtr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/visionavtr.json diff --git a/domains/visionavtr.json b/domains/visionavtr.json new file mode 100644 index 000000000..b817b2fed --- /dev/null +++ b/domains/visionavtr.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "creatize", + "email": "lada_862@mail.ru" + }, + "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 286c3cf5de6abfff466b33d06ae0e294049e62be Mon Sep 17 00:00:00 2001 From: DhruvGamingzsoft Date: Sun, 3 Sep 2023 23:28:32 +0530 Subject: [PATCH 098/330] feat(domain): dsgamer.is-a.dev --- domains/dsgamer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dsgamer.json diff --git a/domains/dsgamer.json b/domains/dsgamer.json new file mode 100644 index 000000000..66f4945ff --- /dev/null +++ b/domains/dsgamer.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "DhruvGamingzsoft", + "email": "dgashost@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 aeced98b9f9209b4f8db9a4cab48e72094114958 Mon Sep 17 00:00:00 2001 From: Luxxy-GF <68338577+Luxxy-GF@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:20:17 +0100 Subject: [PATCH 099/330] feat(domain): add `panel-luxxy.is-a.dev` --- domains/panel-luxxy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/panel-luxxy.json diff --git a/domains/panel-luxxy.json b/domains/panel-luxxy.json new file mode 100644 index 000000000..b3693e48f --- /dev/null +++ b/domains/panel-luxxy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Luxxy-GF", + "email": "deniedaddicted@gmail.com" + }, + + "record": { + "CNAME": "panel.luxxy.xyz" + } +} From 9da1510e4b0bcd80b0971edc1cd2c31ad5cb8193 Mon Sep 17 00:00:00 2001 From: Luxxy-GF <68338577+Luxxy-GF@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:21:27 +0100 Subject: [PATCH 100/330] feat(domain): add `luxxy.is-a.dev` --- domains/luxxy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/luxxy.json diff --git a/domains/luxxy.json b/domains/luxxy.json new file mode 100644 index 000000000..18234c694 --- /dev/null +++ b/domains/luxxy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Luxxy-GF", + "email": "deniedaddicted@gmail.com" + }, + + "record": { + "A": ["178.33.110.212"] + } +} From b9c4d063334694641fafa11d1343160d70b01334 Mon Sep 17 00:00:00 2001 From: Luxxy-GF Date: Sun, 3 Sep 2023 22:23:39 +0100 Subject: [PATCH 101/330] feat(domain): floppa.is-a.dev --- domains/floppa.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/floppa.json b/domains/floppa.json index 9cdbfb720..5ff7a8db6 100644 --- a/domains/floppa.json +++ b/domains/floppa.json @@ -1,9 +1,11 @@ { "owner": { "username": "Luxxy-GF", - "email": "floppa@luxxy.xyz" + "email": "deniedaddicted@gmail.com" }, "record": { - "CNAME": "sophie-is-sexy.co.uk" + "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 3b9044baf89c4a56a357f0b9c67b491ac8f237e4 Mon Sep 17 00:00:00 2001 From: Luxxy-GF Date: Sun, 3 Sep 2023 22:24:52 +0100 Subject: [PATCH 102/330] feat(domain): testluxxy.is-a.dev --- domains/testluxxy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/testluxxy.json diff --git a/domains/testluxxy.json b/domains/testluxxy.json new file mode 100644 index 000000000..76ed5fc66 --- /dev/null +++ b/domains/testluxxy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Luxxy-GF", + "email": "deniedaddicted@gmail.com" + }, + "record": { + "A": ["178.33.110.212"] + } +} From 8b557c1a146f91dd67b6031a469b16595fb447fc Mon Sep 17 00:00:00 2001 From: Kronifer <44979306+Kronifer@users.noreply.github.com> Date: Sun, 3 Sep 2023 20:11:09 -0500 Subject: [PATCH 103/330] chore: fix ip address --- domains/kronifer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kronifer.json b/domains/kronifer.json index 875742434..ef189b0ea 100644 --- a/domains/kronifer.json +++ b/domains/kronifer.json @@ -4,6 +4,6 @@ "email": "dillonr5@live.wsd1.org" }, "record": { - "A": ["172.178.61.66"] + "A": ["147.182.152.211"] } } From 3030281a199decf7a20d0fb58da192b96f49976e Mon Sep 17 00:00:00 2001 From: Sh1nYhUnT3R27 Date: Sun, 3 Sep 2023 21:21:42 -0400 Subject: [PATCH 104/330] feat(domain): sh1nyhunt3r27.is-a.dev --- domains/sh1nyhunt3r27.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sh1nyhunt3r27.json diff --git a/domains/sh1nyhunt3r27.json b/domains/sh1nyhunt3r27.json new file mode 100644 index 000000000..a13decd1f --- /dev/null +++ b/domains/sh1nyhunt3r27.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Sh1nYhUnT3R27", + "email": "Jom834827@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 7f7fd3380b4babfd02551530f568d6f4a08847ed Mon Sep 17 00:00:00 2001 From: RajasBhagatkar Date: Mon, 4 Sep 2023 11:49:19 +0530 Subject: [PATCH 105/330] feat(domain): rajasbhagatkar.is-a.dev --- domains/rajasbhagatkar.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rajasbhagatkar.json diff --git a/domains/rajasbhagatkar.json b/domains/rajasbhagatkar.json new file mode 100644 index 000000000..fb081b667 --- /dev/null +++ b/domains/rajasbhagatkar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RajasBhagatkar", + "email": "rajasbhagatkar@gmail.com" + }, + "record": { + "CNAME": "rajasbhagatkar.github.io" + } +} From 2beb577bc1312c05736097aa17818a5231cb020f Mon Sep 17 00:00:00 2001 From: Harsh06-afk Date: Mon, 4 Sep 2023 12:17:25 +0530 Subject: [PATCH 106/330] feat(domain): thund3r.is-a.dev --- domains/thund3r.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thund3r.json diff --git a/domains/thund3r.json b/domains/thund3r.json new file mode 100644 index 000000000..f864f321d --- /dev/null +++ b/domains/thund3r.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Harsh06-afk", + "email": "hvs8380@gmail.com" + }, + "record": { + "CNAME": "harsh06-afk.github.io" + } +} From 7398bf634d0508be7ae14d2ef06574d54b1f1ade Mon Sep 17 00:00:00 2001 From: kenanneo Date: Mon, 4 Sep 2023 04:09:15 -0400 Subject: [PATCH 107/330] feat(domain): kenanneo.is-a.dev --- domains/kenanneo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kenanneo.json diff --git a/domains/kenanneo.json b/domains/kenanneo.json new file mode 100644 index 000000000..186e9d707 --- /dev/null +++ b/domains/kenanneo.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "kenanneo", + "email": "kenanneo2@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 98fa150a226555b56ef61bf45735c39e065db297 Mon Sep 17 00:00:00 2001 From: lrmn7 Date: Mon, 4 Sep 2023 16:41:30 +0700 Subject: [PATCH 108/330] feat(domain): miu.is-a.dev --- domains/miu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/miu.json diff --git a/domains/miu.json b/domains/miu.json new file mode 100644 index 000000000..1cc9c29f0 --- /dev/null +++ b/domains/miu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmn.dev@gmail.com" + }, + "record": { + "CNAME": "miu-discord.github.io" + } +} From 7754c9ce1b110f46c31276b6328093db4eea67af Mon Sep 17 00:00:00 2001 From: lrmn7 Date: Mon, 4 Sep 2023 17:05:18 +0700 Subject: [PATCH 109/330] feat(domain): soothe.is-a.dev --- domains/soothe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/soothe.json diff --git a/domains/soothe.json b/domains/soothe.json new file mode 100644 index 000000000..42b885813 --- /dev/null +++ b/domains/soothe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmn.dev@gmail.com" + }, + "record": { + "CNAME": "soothe-bot.github.io" + } +} From 25ee62ad78f9092a62d69c172db23c9513afacb8 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Mon, 4 Sep 2023 17:52:14 +0545 Subject: [PATCH 110/330] fix: update rubiin domain --- domains/rubiin.json | 4 ++-- domains/rubin.json | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 domains/rubin.json diff --git a/domains/rubiin.json b/domains/rubiin.json index 8b51a1152..4be5a80da 100644 --- a/domains/rubiin.json +++ b/domains/rubiin.json @@ -1,10 +1,10 @@ { + "description": "Rubin's Website", "owner": { "username": "rubiin", "email": "roobin.bhandari@gmail.com" }, - "record": { - "A": ["172.66.46.208"] + "CNAME": "rubiin.pages.dev" } } diff --git a/domains/rubin.json b/domains/rubin.json deleted file mode 100644 index 0233fe19f..000000000 --- a/domains/rubin.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "rubiin", - "email": "roobin.bhandari@gmail.com" - }, - "record": { - "URL": "https://rubiin.pages.dev" - } -} From df4fd2265ad14c6e84ac7f5d61120c674a813d39 Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:09:12 +0700 Subject: [PATCH 111/330] Update mail.acey.json --- domains/mail.acey.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/domains/mail.acey.json b/domains/mail.acey.json index 7666f0277..aea7771d4 100644 --- a/domains/mail.acey.json +++ b/domains/mail.acey.json @@ -1,13 +1,10 @@ { - "owner": { - "username": "AceyDoCodes", - "email": "aceygoesboom@gmail.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com.", - "mx2.improvmx.com." - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From dcd922283c495f496237bbe3e9bc251989ba739b Mon Sep 17 00:00:00 2001 From: xYundy Date: Sat, 2 Sep 2023 19:56:32 +0200 Subject: [PATCH 112/330] feat(domain): wojciechzieciak.is-a.dev --- domains/wojciechzieciak.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wojciechzieciak.json diff --git a/domains/wojciechzieciak.json b/domains/wojciechzieciak.json new file mode 100644 index 000000000..174683843 --- /dev/null +++ b/domains/wojciechzieciak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xYundy", + "email": "wojciech.zieciak@gmail.com" + }, + "record": { + "URL": "https://xyundy.pl/" + } +} From ce2e0e6262ac02f4e04df71d6779551ef1a3a753 Mon Sep 17 00:00:00 2001 From: stanasxd Date: Mon, 4 Sep 2023 17:11:34 +0300 Subject: [PATCH 113/330] feat(domain): marby.is-a.dev --- domains/marby.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/marby.json diff --git a/domains/marby.json b/domains/marby.json new file mode 100644 index 000000000..8b0cdace2 --- /dev/null +++ b/domains/marby.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "stanasxd", + "email": "stanasarts@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 401666aca3c53439844bd4ac5b3eb31ed0fa4502 Mon Sep 17 00:00:00 2001 From: nexacopic Date: Mon, 4 Sep 2023 20:03:22 +0100 Subject: [PATCH 114/330] feat(domain): nexacopic.is-a.dev --- domains/nexacopic.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nexacopic.json diff --git a/domains/nexacopic.json b/domains/nexacopic.json new file mode 100644 index 000000000..80b66bb96 --- /dev/null +++ b/domains/nexacopic.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "nexacopic", + "email": "nexacopic@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 efcfb3fe0a801b401e6cbff58c4321cff07b1547 Mon Sep 17 00:00:00 2001 From: ItsLap Date: Mon, 4 Sep 2023 20:55:00 +0100 Subject: [PATCH 115/330] feat(domain): lap.is-a.dev --- domains/lap.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lap.json diff --git a/domains/lap.json b/domains/lap.json new file mode 100644 index 000000000..e08febfd4 --- /dev/null +++ b/domains/lap.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ItsLap", + "email": "alexanderpaulwheeler15@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 83b124c84bb518a0af94fe18268c5bb699399625 Mon Sep 17 00:00:00 2001 From: lrmn7 Date: Tue, 5 Sep 2023 03:29:41 +0700 Subject: [PATCH 116/330] feat(domain): lucy.is-a.dev --- domains/lucy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lucy.json diff --git a/domains/lucy.json b/domains/lucy.json new file mode 100644 index 000000000..f1f14f461 --- /dev/null +++ b/domains/lucy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lrmn7", + "email": "lrmn.dev@gmail.com" + }, + "record": { + "CNAME": "hai-lucy.github.io" + } +} From e93f8b87ceb24c2e4bf2d2a8a1c327a0f500d40e Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:33:39 +0700 Subject: [PATCH 117/330] Update lucy.json --- domains/lucy.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/lucy.json b/domains/lucy.json index f1f14f461..7e159eae5 100644 --- a/domains/lucy.json +++ b/domains/lucy.json @@ -1,9 +1,12 @@ { + "description": "Lucy.is-a.dev", + "repo": "https://github.com/Hai-Lucy/Hai-Lucy.github.io", "owner": { "username": "lrmn7", - "email": "lrmn.dev@gmail.com" + "email": "lrmn.dev@gmail.com", + "discord": "romanromannya#0" }, "record": { - "CNAME": "hai-lucy.github.io" + "CNAME": "Hai-Lucy.github.io" } } From c3d7b0705d0706e0279f29236ed2da11a8282c5d Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:35:00 +0700 Subject: [PATCH 118/330] Update miu.json --- domains/miu.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/miu.json b/domains/miu.json index 1cc9c29f0..ad149050d 100644 --- a/domains/miu.json +++ b/domains/miu.json @@ -1,9 +1,12 @@ { + "description": "Miu.is-a.dev", + "repo": "https://github.com/Miu-Discord/Miu-Discord.github.io", "owner": { "username": "lrmn7", - "email": "lrmn.dev@gmail.com" + "email": "lrmn.dev@gmail.com", + "discord": "romanromannya#0" }, "record": { - "CNAME": "miu-discord.github.io" + "CNAME": "Miu-Discord.github.io" } } From 20eacc7d5653e6931465e7d26fd3769382c0f19d Mon Sep 17 00:00:00 2001 From: L RMN <97253349+lrmn7@users.noreply.github.com> Date: Tue, 5 Sep 2023 03:36:31 +0700 Subject: [PATCH 119/330] Update soothe.json --- domains/soothe.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/soothe.json b/domains/soothe.json index 42b885813..0e61a9257 100644 --- a/domains/soothe.json +++ b/domains/soothe.json @@ -1,7 +1,10 @@ { + "description": "Soothe.is-a.dev", + "repo": "https://github.com/soothe-bot/soothe-bot.github.io", "owner": { "username": "lrmn7", - "email": "lrmn.dev@gmail.com" + "email": "lrmn.dev@gmail.com", + "discord": "romanromannya#0" }, "record": { "CNAME": "soothe-bot.github.io" From a77e694bb59ed7ac5f398f572acc2ff934fee5c0 Mon Sep 17 00:00:00 2001 From: KSinghofficial Date: Tue, 5 Sep 2023 05:09:31 +0530 Subject: [PATCH 120/330] feat(domain): ksingh.is-a.dev --- domains/ksingh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ksingh.json diff --git a/domains/ksingh.json b/domains/ksingh.json new file mode 100644 index 000000000..179f4c18b --- /dev/null +++ b/domains/ksingh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "KSinghofficial", + "email": "ksinghofficial@proton.me" + }, + "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 5c28932265a62b63a7e4e6faecaeae55c3309993 Mon Sep 17 00:00:00 2001 From: yangxiaokun <619742721@qq.com> Date: Tue, 5 Sep 2023 10:39:25 +0800 Subject: [PATCH 121/330] feat(domain): javierpastore.is-a.dev --- domains/javierpastore.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/javierpastore.json diff --git a/domains/javierpastore.json b/domains/javierpastore.json new file mode 100644 index 000000000..bf621a217 --- /dev/null +++ b/domains/javierpastore.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "yangxiaokun", + "email": "619742721@qq.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 ff1aef2096cbbb85bf531ac3256dfa2ab9454c6a Mon Sep 17 00:00:00 2001 From: nfason Date: Mon, 4 Sep 2023 23:55:09 -0500 Subject: [PATCH 122/330] feat(domain): nfason.is-a.dev --- domains/nfason.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nfason.json diff --git a/domains/nfason.json b/domains/nfason.json new file mode 100644 index 000000000..9ee4b12ea --- /dev/null +++ b/domains/nfason.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nfason", + "email": "nfason@uab.edu" + }, + "record": { + "CNAME": "nfason.com" + } +} From fc53fdc6aab24ed684cab2f9278645f8dc0decbb Mon Sep 17 00:00:00 2001 From: Peaqcy Date: Tue, 5 Sep 2023 18:22:33 +1000 Subject: [PATCH 123/330] feat(domain): peacy.is-a.dev --- domains/peacy.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/peacy.json b/domains/peacy.json index dfd86bc62..8971e9386 100644 --- a/domains/peacy.json +++ b/domains/peacy.json @@ -4,6 +4,8 @@ "email": "kiwibird211@icloud.com" }, "record": { - "TXT": ""[{"type":"URL","value":"https://peacy.is-a.dev/.well-known/discord","allowMultiple":false},{"type":"TXT","allowMultiple":true,"value":"dh=49573fc56f2a69919778375f6512a3701cabdba2"}]"" + "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 3d28d066af78fc6266d101443026d04e2b2fd1c7 Mon Sep 17 00:00:00 2001 From: vlux Date: Tue, 5 Sep 2023 17:02:13 +0800 Subject: [PATCH 124/330] feat(domain): xuanwu.is-a.dev --- domains/xuanwu.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/xuanwu.json b/domains/xuanwu.json index 265dc4bf6..14200571f 100644 --- a/domains/xuanwu.json +++ b/domains/xuanwu.json @@ -4,6 +4,8 @@ "email": "vluxyue@gmail.com" }, "record": { - "CNAME": "www.yxw.is" + "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 ea0753bb7a95e6d7d8d1fcf0598dd5c5729c077f Mon Sep 17 00:00:00 2001 From: polosteor Date: Tue, 5 Sep 2023 11:39:10 +0200 Subject: [PATCH 125/330] feat(domain): polosteor.is-a.dev --- domains/polosteor.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/polosteor.json diff --git a/domains/polosteor.json b/domains/polosteor.json new file mode 100644 index 000000000..602fc2e0d --- /dev/null +++ b/domains/polosteor.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "polosteor", + "email": "polosteor@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 a997ccf92c3d20defe0f374c4b9d01fc12ffce08 Mon Sep 17 00:00:00 2001 From: Trandang-hiendev Date: Tue, 5 Sep 2023 17:00:02 +0700 Subject: [PATCH 126/330] feat(domain): kasu.is-a.dev --- domains/kasu.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kasu.json diff --git a/domains/kasu.json b/domains/kasu.json new file mode 100644 index 000000000..437840057 --- /dev/null +++ b/domains/kasu.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Trandang-hiendev", + "email": "trandanghien120@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 d7bed5f7457d6e29e1e1e6018b5f4608d5d3b0b3 Mon Sep 17 00:00:00 2001 From: Trandang-hiendev Date: Tue, 5 Sep 2023 17:18:18 +0700 Subject: [PATCH 127/330] feat(domain): kasuu.is-a.dev --- domains/kasuu.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kasuu.json diff --git a/domains/kasuu.json b/domains/kasuu.json new file mode 100644 index 000000000..437840057 --- /dev/null +++ b/domains/kasuu.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Trandang-hiendev", + "email": "trandanghien120@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 c91f986cc5cd303988194f1e601538eea6f7a28e Mon Sep 17 00:00:00 2001 From: hii311 Date: Tue, 5 Sep 2023 18:07:53 +0700 Subject: [PATCH 128/330] feat(domain): wangjoui.is-a.dev --- domains/wangjoui.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/wangjoui.json diff --git a/domains/wangjoui.json b/domains/wangjoui.json new file mode 100644 index 000000000..66b9329d2 --- /dev/null +++ b/domains/wangjoui.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "hii311", + "email": "trieuvy5ghz@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 e6ffcc2141cec9d8f60972df2bdf414374915d66 Mon Sep 17 00:00:00 2001 From: IbrahimKhan2004 Date: Tue, 5 Sep 2023 18:31:25 +0530 Subject: [PATCH 129/330] feat(domain): bashafk.is-a.dev --- domains/bashafk.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bashafk.json diff --git a/domains/bashafk.json b/domains/bashafk.json new file mode 100644 index 000000000..0427a9844 --- /dev/null +++ b/domains/bashafk.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "IbrahimKhan2004", + "email": "OfficialIbrahimKhan2004@proton.me" + }, + "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 698259148d20e719a1396a3a7ede68188b0c60a4 Mon Sep 17 00:00:00 2001 From: rifki-saputra Date: Tue, 5 Sep 2023 20:11:05 +0700 Subject: [PATCH 130/330] feat(domain): rifkisaputra.is-a.dev --- domains/rifkisaputra.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rifkisaputra.json diff --git a/domains/rifkisaputra.json b/domains/rifkisaputra.json new file mode 100644 index 000000000..ed2d54e62 --- /dev/null +++ b/domains/rifkisaputra.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "rifki-saputra", + "email": "rifkimuhamad0987@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 9b2b0da30fa90e5c01391cff21190155b4a3ada6 Mon Sep 17 00:00:00 2001 From: The-Asher <08.bellaaron@gmail.com> Date: Tue, 5 Sep 2023 15:10:18 +0100 Subject: [PATCH 131/330] feat(domain): asher.is-a.dev --- domains/asher.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/asher.json diff --git a/domains/asher.json b/domains/asher.json new file mode 100644 index 000000000..d6b8339c2 --- /dev/null +++ b/domains/asher.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "The-Asher", + "email": "08.bellaaron@gmail.com" + }, + "record": { + "A": ["198.91.81.11"] + } +} From baeacda83c4d5e07c5d1098afef2c779f88886ad Mon Sep 17 00:00:00 2001 From: ppg00 Date: Tue, 5 Sep 2023 16:08:52 +0100 Subject: [PATCH 132/330] feat(domain): qqg00.is-a.dev --- domains/qqg00.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/qqg00.json diff --git a/domains/qqg00.json b/domains/qqg00.json new file mode 100644 index 000000000..dd140730e --- /dev/null +++ b/domains/qqg00.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ppg00", + "email": "vx2dsk@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 8aec2f25f7db6a3110b89df48378c318dd59e3c1 Mon Sep 17 00:00:00 2001 From: Sephrost Date: Tue, 5 Sep 2023 17:10:22 +0200 Subject: [PATCH 133/330] feat(domain): sephrost.is-a.dev --- domains/sephrost.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sephrost.json diff --git a/domains/sephrost.json b/domains/sephrost.json new file mode 100644 index 000000000..3139d0568 --- /dev/null +++ b/domains/sephrost.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Sephrost", + "email": "lorenzato.fabi13@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 7eae8a312de0963666d553d810f637be9c72f0d2 Mon Sep 17 00:00:00 2001 From: ppg00 Date: Tue, 5 Sep 2023 16:18:32 +0100 Subject: [PATCH 134/330] feat(domain): mohammed.is-a.dev --- domains/mohammed.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/domains/mohammed.json b/domains/mohammed.json index 0e16b4ba3..dd140730e 100644 --- a/domains/mohammed.json +++ b/domains/mohammed.json @@ -1,12 +1,11 @@ { - "description": "for my personal website ^_^", - "repo": "https://github.com/ppg00/ppg00.github.io", "owner": { "username": "ppg00", - "email": "ppqg00@gmail.com", - "twitter": "qqg00" + "email": "vx2dsk@gmail.com" }, "record": { - "CNAME": "ppg00.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 3ecaea8cc987f9fc69226d9fc4dabea95a95cd21 Mon Sep 17 00:00:00 2001 From: ClicpoW Date: Tue, 5 Sep 2023 17:21:02 +0200 Subject: [PATCH 135/330] feat(domain): clicpow.is-a.dev --- domains/clicpow.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/clicpow.json diff --git a/domains/clicpow.json b/domains/clicpow.json new file mode 100644 index 000000000..ae347f452 --- /dev/null +++ b/domains/clicpow.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ClicpoW", + "email": "clicpowytb@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 d90fc04aca25b01d044dbead0a72a9454f1dd35b Mon Sep 17 00:00:00 2001 From: polosteor <87083225+polosteor@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:00:42 +0200 Subject: [PATCH 136/330] Update polosteor.json --- domains/polosteor.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/polosteor.json b/domains/polosteor.json index 602fc2e0d..63a520e23 100644 --- a/domains/polosteor.json +++ b/domains/polosteor.json @@ -4,8 +4,9 @@ "email": "polosteor@gmail.com" }, "record": { + "CNAME": "https://polosteor.com" "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 5a9b51840dc8692defceb2efdebe5aa57dab03b1 Mon Sep 17 00:00:00 2001 From: polosteor Date: Tue, 5 Sep 2023 18:02:10 +0200 Subject: [PATCH 137/330] feat(domain): test.is-a.dev --- domains/test.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/test.json diff --git a/domains/test.json b/domains/test.json new file mode 100644 index 000000000..ad6b23eff --- /dev/null +++ b/domains/test.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "polosteor", + "email": "polosteor@gmail.com" + }, + "record": { + "CNAME": "polosteor.com" + } +} From a5a1f892cc8ca94e098b5026b4fe69a81d13944a Mon Sep 17 00:00:00 2001 From: polosteor Date: Tue, 5 Sep 2023 18:03:50 +0200 Subject: [PATCH 138/330] feat(domain): azertyuiopqsdfghjklm.is-a.dev --- domains/azertyuiopqsdfghjklm.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/azertyuiopqsdfghjklm.json diff --git a/domains/azertyuiopqsdfghjklm.json b/domains/azertyuiopqsdfghjklm.json new file mode 100644 index 000000000..ad6b23eff --- /dev/null +++ b/domains/azertyuiopqsdfghjklm.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "polosteor", + "email": "polosteor@gmail.com" + }, + "record": { + "CNAME": "polosteor.com" + } +} From 111c58219aa2075ad02312082c5312e8b7bfaa80 Mon Sep 17 00:00:00 2001 From: polosteor Date: Tue, 5 Sep 2023 18:05:04 +0200 Subject: [PATCH 139/330] feat(domain): test1235vbgfs.is-a.dev --- domains/test1235vbgfs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/test1235vbgfs.json diff --git a/domains/test1235vbgfs.json b/domains/test1235vbgfs.json new file mode 100644 index 000000000..602fc2e0d --- /dev/null +++ b/domains/test1235vbgfs.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "polosteor", + "email": "polosteor@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 ac413c2eb34c728560d2489824e76bcccab814c6 Mon Sep 17 00:00:00 2001 From: polosteor Date: Tue, 5 Sep 2023 18:05:43 +0200 Subject: [PATCH 140/330] feat(domain): agdesf452vrzf985fsepmb.is-a.dev --- domains/agdesf452vrzf985fsepmb.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/agdesf452vrzf985fsepmb.json diff --git a/domains/agdesf452vrzf985fsepmb.json b/domains/agdesf452vrzf985fsepmb.json new file mode 100644 index 000000000..602fc2e0d --- /dev/null +++ b/domains/agdesf452vrzf985fsepmb.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "polosteor", + "email": "polosteor@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 22d9009adf3352df28d40714fab69aaffde7ea30 Mon Sep 17 00:00:00 2001 From: Vikram Vishwakarma Date: Tue, 5 Sep 2023 23:15:27 +0530 Subject: [PATCH 141/330] Create dynamic-homepage.json --- domains/dynamic-homepage.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dynamic-homepage.json diff --git a/domains/dynamic-homepage.json b/domains/dynamic-homepage.json new file mode 100644 index 000000000..be30a4d38 --- /dev/null +++ b/domains/dynamic-homepage.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vikramv20", + "email": "vs423502@gmail.com" + }, + "record": { + "URL": "https://github.com/vikramv20/dynamic-homepage" + } +} From 97f00a670bf0b2315b033a36ced59e5e05e52e9f Mon Sep 17 00:00:00 2001 From: alcyoneuss Date: Tue, 5 Sep 2023 19:46:44 +0200 Subject: [PATCH 142/330] feat(domain): alcyoneus .is-a.dev --- domains/alcyoneus .json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/alcyoneus .json diff --git a/domains/alcyoneus .json b/domains/alcyoneus .json new file mode 100644 index 000000000..e8874052e --- /dev/null +++ b/domains/alcyoneus .json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "alcyoneuss", + "email": "datemage+xd1@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 39c9ff735cd8ddf2e3666bfd74de019087d0396e Mon Sep 17 00:00:00 2001 From: Aether1777 Date: Tue, 5 Sep 2023 11:54:57 -0700 Subject: [PATCH 143/330] feat(domain): xeno.is-a.dev --- domains/xeno.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/xeno.json diff --git a/domains/xeno.json b/domains/xeno.json new file mode 100644 index 000000000..2dc7acbb9 --- /dev/null +++ b/domains/xeno.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Aether1777", + "email": "bkevin39415@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 e9a750442f04c8d61dca437d09f5d39c21ec592d Mon Sep 17 00:00:00 2001 From: mezotv Date: Tue, 5 Sep 2023 22:42:23 +0200 Subject: [PATCH 144/330] feat(domain): dominik.is-a.dev --- domains/dominik.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dominik.json diff --git a/domains/dominik.json b/domains/dominik.json new file mode 100644 index 000000000..f76e83c5e --- /dev/null +++ b/domains/dominik.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "mezotv", + "email": "dominik@koch-bautechnik.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 63d18371c46e07aab2a444901d0161297cd4f8bf Mon Sep 17 00:00:00 2001 From: rubensalinas Date: Tue, 5 Sep 2023 16:39:21 -0600 Subject: [PATCH 145/330] feat(domain): rubensalinas.is-a.dev --- domains/rubensalinas.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rubensalinas.json diff --git a/domains/rubensalinas.json b/domains/rubensalinas.json new file mode 100644 index 000000000..ecd78a03c --- /dev/null +++ b/domains/rubensalinas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rubensalinas", + "email": "ruben.asg@gmail.com" + }, + "record": { + "A": ["154.53.55.74"] + } +} From 3510564e48172e7b36b3aecdc5ff818473dbe947 Mon Sep 17 00:00:00 2001 From: AakrishtSP Date: Wed, 6 Sep 2023 12:37:51 +0545 Subject: [PATCH 146/330] feat(domain): aakrisht.is-a.dev --- domains/aakrisht.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aakrisht.json diff --git a/domains/aakrisht.json b/domains/aakrisht.json new file mode 100644 index 000000000..9712a5ffe --- /dev/null +++ b/domains/aakrisht.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "AakrishtSP", + "email": "akrisht62@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 76cdf712795bc88788a95dd9b5dee8caa905e3e7 Mon Sep 17 00:00:00 2001 From: kafeicheez2 Date: Wed, 6 Sep 2023 15:51:43 +0800 Subject: [PATCH 147/330] feat(domain): kavinned.is-a.dev --- domains/kavinned.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kavinned.json diff --git a/domains/kavinned.json b/domains/kavinned.json new file mode 100644 index 000000000..d12a04d9d --- /dev/null +++ b/domains/kavinned.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "kafeicheez2", + "email": "kavin.ned@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 9cfb90100a9100a1205a39d1f01f69d9b184462b Mon Sep 17 00:00:00 2001 From: osakihsieh Date: Wed, 6 Sep 2023 16:33:28 +0800 Subject: [PATCH 148/330] feat(domain): spd.is-a.dev --- domains/spd.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/spd.json diff --git a/domains/spd.json b/domains/spd.json new file mode 100644 index 000000000..6793003bb --- /dev/null +++ b/domains/spd.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "osakihsieh", + "email": "aspdoctor@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 0a59714c2c81f23715bae762ce1ad82498c5d024 Mon Sep 17 00:00:00 2001 From: osakihsieh Date: Wed, 6 Sep 2023 16:34:58 +0800 Subject: [PATCH 149/330] feat(domain): osakihsieh.is-a.dev --- domains/osakihsieh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/osakihsieh.json diff --git a/domains/osakihsieh.json b/domains/osakihsieh.json new file mode 100644 index 000000000..6793003bb --- /dev/null +++ b/domains/osakihsieh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "osakihsieh", + "email": "aspdoctor@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 07a3902bbca43e8438b6d7f204bd0b5669f32269 Mon Sep 17 00:00:00 2001 From: AyushmanSarkar Date: Wed, 6 Sep 2023 14:58:23 +0530 Subject: [PATCH 150/330] feat(domain): ayushmansarkar.is-a.dev --- domains/ayushmansarkar.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ayushmansarkar.json diff --git a/domains/ayushmansarkar.json b/domains/ayushmansarkar.json new file mode 100644 index 000000000..25e708172 --- /dev/null +++ b/domains/ayushmansarkar.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "AyushmanSarkar", + "email": "aayushmans2008@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 f333ab78395089cc23994ab427a470e641e52544 Mon Sep 17 00:00:00 2001 From: RockstarBuddies Date: Wed, 6 Sep 2023 15:45:30 +0530 Subject: [PATCH 151/330] feat(domain): rockstarbuddies.is-a.dev --- domains/rockstarbuddies.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rockstarbuddies.json diff --git a/domains/rockstarbuddies.json b/domains/rockstarbuddies.json new file mode 100644 index 000000000..851091c22 --- /dev/null +++ b/domains/rockstarbuddies.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "RockstarBuddies", + "email": "yourrockingbuddy@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 b3d9aea0415098c0e99010145151f72735d2526d Mon Sep 17 00:00:00 2001 From: keshrlmfao Date: Wed, 6 Sep 2023 14:22:12 +0300 Subject: [PATCH 152/330] feat(domain): damned-support.is-a.dev --- domains/damned-support.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/damned-support.json diff --git a/domains/damned-support.json b/domains/damned-support.json new file mode 100644 index 000000000..809dd2edc --- /dev/null +++ b/domains/damned-support.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "keshrlmfao", + "email": "kiwipointss555@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 74ab723885d6e88767b7539084ce2dcc5183d16a Mon Sep 17 00:00:00 2001 From: AidanTheJsDev <24aidanwhite@usd266.com> Date: Wed, 6 Sep 2023 09:00:05 -0500 Subject: [PATCH 153/330] feat(domain): aidan.is-a.dev --- domains/aidan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aidan.json diff --git a/domains/aidan.json b/domains/aidan.json new file mode 100644 index 000000000..440354659 --- /dev/null +++ b/domains/aidan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "AidanTheJsDev", + "email": "24aidanwhite@usd266.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 61c3aac0579e8f36234800af4693d98e672f1e0f Mon Sep 17 00:00:00 2001 From: Plushhh Date: Wed, 6 Sep 2023 18:29:44 +0300 Subject: [PATCH 154/330] feat(domain): plush.is-a.dev --- domains/plush.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/plush.json diff --git a/domains/plush.json b/domains/plush.json new file mode 100644 index 000000000..eaf887a0a --- /dev/null +++ b/domains/plush.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Plushhh", + "email": "umer.farooq0@icloud.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 0fcb0cdde0a9afd7a484dbe1691fcc586e192f0f Mon Sep 17 00:00:00 2001 From: opkinshuk09 Date: Wed, 6 Sep 2023 21:36:00 +0530 Subject: [PATCH 155/330] feat(domain): unknowncheats.is-a.dev --- domains/unknowncheats.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/unknowncheats.json diff --git a/domains/unknowncheats.json b/domains/unknowncheats.json new file mode 100644 index 000000000..afa1025f7 --- /dev/null +++ b/domains/unknowncheats.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "opkinshuk09", + "email": "opkinshuk09@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 885f3912281512e5c49ecd5d4c43fc3a78296062 Mon Sep 17 00:00:00 2001 From: keshrlmfao Date: Wed, 6 Sep 2023 19:11:17 +0300 Subject: [PATCH 156/330] feat(domain): dsgaasdgsdag.is-a.dev --- domains/dsgaasdgsdag.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dsgaasdgsdag.json diff --git a/domains/dsgaasdgsdag.json b/domains/dsgaasdgsdag.json new file mode 100644 index 000000000..809dd2edc --- /dev/null +++ b/domains/dsgaasdgsdag.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "keshrlmfao", + "email": "kiwipointss555@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 32d54d6c81f2e861e144f7757280244379bfebe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20=C3=87elik?= <76150391+mertcelik2196@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:45:43 +0300 Subject: [PATCH 157/330] Delete domains/mert.json --- domains/mert.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/mert.json diff --git a/domains/mert.json b/domains/mert.json deleted file mode 100644 index 8541c92eb..000000000 --- a/domains/mert.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Mert's personal developer website", - "repo": "https://github.com/mertcelik2196", - "owner": { - "username": "mertcelik2196", - "email": "mertcelik2196@gmail.com" - }, - "record": { - "URL": "https://mert.vercel.app" - } -} From dfc7d9de17e0989fbf2c1634790e747072a34c37 Mon Sep 17 00:00:00 2001 From: suhujetlag5 Date: Wed, 6 Sep 2023 23:49:22 +0700 Subject: [PATCH 158/330] feat(domain): kntlpop.is-a.dev --- domains/kntlpop.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kntlpop.json diff --git a/domains/kntlpop.json b/domains/kntlpop.json new file mode 100644 index 000000000..7921d30b1 --- /dev/null +++ b/domains/kntlpop.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "suhujetlag5", + "email": "suhujetlag5@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 3187123dc949a5ddc861d40acdf5ac4cdf6d9b75 Mon Sep 17 00:00:00 2001 From: ryanzam Date: Wed, 6 Sep 2023 21:06:17 +0300 Subject: [PATCH 159/330] feat(domain): ryanzam.is-a.dev --- domains/ryanzam.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ryanzam.json diff --git a/domains/ryanzam.json b/domains/ryanzam.json new file mode 100644 index 000000000..5754f2a49 --- /dev/null +++ b/domains/ryanzam.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ryanzam", + "email": "ryanzam2005@yahoo.com" + }, + "record": { + "CNAME": "icy-coast-0d7690d03.3.azurestaticapps.net" + } +} From 51cc2b83bcd66b1574432378b8965563530b121a Mon Sep 17 00:00:00 2001 From: irawancandra6699 Date: Thu, 7 Sep 2023 02:04:24 +0700 Subject: [PATCH 160/330] feat(domain): myvps.is-a.dev --- domains/myvps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/myvps.json diff --git a/domains/myvps.json b/domains/myvps.json new file mode 100644 index 000000000..a7b7e07f9 --- /dev/null +++ b/domains/myvps.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "irawancandra6699", + "email": "irawancandra6699@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 7ddc530b6cbd2bd4f68567f84490bb89e6455cc8 Mon Sep 17 00:00:00 2001 From: ssoonu Date: Wed, 6 Sep 2023 12:39:06 -0700 Subject: [PATCH 161/330] feat(domain): neomc.xyz.is-a.dev --- domains/neomc.xyz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/neomc.xyz.json diff --git a/domains/neomc.xyz.json b/domains/neomc.xyz.json new file mode 100644 index 000000000..784f5a66a --- /dev/null +++ b/domains/neomc.xyz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ssoonu", + "email": "saiifksa509@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 3452495df8fdfc0b08f2174ff2d42bbb188e9acb Mon Sep 17 00:00:00 2001 From: OrhanYigitDurmaz Date: Thu, 7 Sep 2023 00:17:11 +0300 Subject: [PATCH 162/330] feat(domain): orhanyigitdurmaz.is-a.dev --- domains/orhanyigitdurmaz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/orhanyigitdurmaz.json diff --git a/domains/orhanyigitdurmaz.json b/domains/orhanyigitdurmaz.json new file mode 100644 index 000000000..b9445d7dd --- /dev/null +++ b/domains/orhanyigitdurmaz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "OrhanYigitDurmaz", + "email": "orhanyigitv2durmaz@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 acb6465f4d8ae61ad641512c6522e042beda0a13 Mon Sep 17 00:00:00 2001 From: AMULYASing Date: Thu, 7 Sep 2023 08:31:24 +0530 Subject: [PATCH 163/330] feat(domain): amulyasingh.is-a.dev --- domains/amulyasingh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amulyasingh.json diff --git a/domains/amulyasingh.json b/domains/amulyasingh.json new file mode 100644 index 000000000..f91fc50e4 --- /dev/null +++ b/domains/amulyasingh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "AMULYASing", + "email": "amulyasingh370@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 87142ef06acefe064e4025e712ffa52dcb016188 Mon Sep 17 00:00:00 2001 From: hakxcore Date: Thu, 7 Sep 2023 11:29:05 +0530 Subject: [PATCH 164/330] feat(domain): mukeshkumarcharak.is-a.dev --- domains/mukeshkumarcharak.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/domains/mukeshkumarcharak.json b/domains/mukeshkumarcharak.json index 728311da0..ded434679 100644 --- a/domains/mukeshkumarcharak.json +++ b/domains/mukeshkumarcharak.json @@ -1,10 +1,11 @@ { "owner": { "username": "hakxcore", - "email": "mukeshkumarcharak@gmail.com" + "email": "kumarm_1@rknec.edu" }, - "record": { - "A": ["185.199.108.153"] + "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 6dfaf6e33403456379c58ca91e7eef72f22aa179 Mon Sep 17 00:00:00 2001 From: AceyGoesBoom <83757443+AceyDoCodes@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:34:48 +0700 Subject: [PATCH 165/330] Update domains/acey.json Co-authored-by: William Harrison --- domains/acey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/acey.json b/domains/acey.json index 5f7cb2def..39b36cb1a 100644 --- a/domains/acey.json +++ b/domains/acey.json @@ -4,6 +4,6 @@ "email": "aceygoesboom@gmail.com" }, "record": { - "TXT": "tbh i just need the other subdomain" + "URL": "https://github.com/AceyDoCodes" } } From 5896171cbb797b9aabbc7648955ec74f0c994777 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 17:40:31 +0800 Subject: [PATCH 166/330] Apply suggestions from code review --- domains/saurabhkirve.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/saurabhkirve.json b/domains/saurabhkirve.json index 2f4adfdf3..4a2d0a571 100644 --- a/domains/saurabhkirve.json +++ b/domains/saurabhkirve.json @@ -5,7 +5,5 @@ }, "record": { "A": ["154.41.233.131"], - "CNAME":{ "berzcode.github.io"} - - + "CNAME": "berzcode.github.io" } From 5e4ae1273372497a48c18ff7e7a52919d95e1fcd Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 17:49:52 +0800 Subject: [PATCH 167/330] Update probir-sarkar.json --- domains/probir-sarkar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/probir-sarkar.json b/domains/probir-sarkar.json index 68adbe6b1..199f0e6e0 100644 --- a/domains/probir-sarkar.json +++ b/domains/probir-sarkar.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "probir-sarkar.vercel.app" + "URL": "https://probir-sarkar.vercel.app" } } From 97a86a410e8bb97b42176fea1bfdab43c82e7e9b Mon Sep 17 00:00:00 2001 From: RockstarBuddies Date: Thu, 7 Sep 2023 15:20:16 +0530 Subject: [PATCH 168/330] feat(domain): adityagupta.is-a.dev --- domains/adityagupta.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/adityagupta.json diff --git a/domains/adityagupta.json b/domains/adityagupta.json new file mode 100644 index 000000000..8d2359435 --- /dev/null +++ b/domains/adityagupta.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "RockstarBuddies", + "email": "yourrockingbuddy@gmail.com", + "discord": "899663426970865674" + }, + + "record": { + "CNAME": "blog" + } +} From 85c70c9e08ee22cdea972e0581f105eb7f42e7c5 Mon Sep 17 00:00:00 2001 From: void6670 Date: Thu, 7 Sep 2023 12:52:22 +0300 Subject: [PATCH 169/330] feat(domain): void6670.is-a.dev --- domains/void6670.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/void6670.json diff --git a/domains/void6670.json b/domains/void6670.json new file mode 100644 index 000000000..3ed67ade2 --- /dev/null +++ b/domains/void6670.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "void6670", + "email": "kevik744@gmail.com" + }, + "record": { + "CNAME": "3faecb26-e13c-4b63-8790-68bd9c21cc6b.id.repl.co" + } +} From 3fa9c5da20a97df06b788e519dcd4d8c2a05df1d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 17:53:20 +0800 Subject: [PATCH 170/330] Discard changes to domains/tmw.json --- domains/tmw.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/tmw.json diff --git a/domains/tmw.json b/domains/tmw.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/tmw.json +++ /dev/null @@ -1 +0,0 @@ - From ed5c0341264fad00e56a83ad8fe5d02ee505a70e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 17:53:25 +0800 Subject: [PATCH 171/330] Discard changes to domains/tylermwise.json --- domains/tylermwise.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/tylermwise.json diff --git a/domains/tylermwise.json b/domains/tylermwise.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/tylermwise.json +++ /dev/null @@ -1 +0,0 @@ - From 535f6a02fd8a7076fb6986d9609cd76a4fa22c22 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 17:54:52 +0800 Subject: [PATCH 172/330] Update adityakotha.json --- domains/adityakotha.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/adityakotha.json b/domains/adityakotha.json index dcf87fd43..16614ccc8 100644 --- a/domains/adityakotha.json +++ b/domains/adityakotha.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "CNAME": "adityakotha2001.github.io" + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } } From 487862ef8f4e7050a945e0cba94d4bce7dbfc9ae Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 17:55:24 +0800 Subject: [PATCH 173/330] Rename domains/domains/_github-pages-challenge-shadowisdev.shadowalker.json to domains/_github-pages-challenge-shadowisdev.shadowalker.json --- .../_github-pages-challenge-shadowisdev.shadowalker.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{domains => }/_github-pages-challenge-shadowisdev.shadowalker.json (100%) diff --git a/domains/domains/_github-pages-challenge-shadowisdev.shadowalker.json b/domains/_github-pages-challenge-shadowisdev.shadowalker.json similarity index 100% rename from domains/domains/_github-pages-challenge-shadowisdev.shadowalker.json rename to domains/_github-pages-challenge-shadowisdev.shadowalker.json From b29f2702e5a50db61291040905e297c9465e3bb1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:02:50 +0800 Subject: [PATCH 174/330] Discard changes to domains/ds+gamer.json --- domains/ds+gamer.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/ds+gamer.json diff --git a/domains/ds+gamer.json b/domains/ds+gamer.json deleted file mode 100644 index 66f4945ff..000000000 --- a/domains/ds+gamer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DhruvGamingzsoft", - "email": "dgashost@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 263ff5e6ffe44d53a7ecc7b0dcd5eaf19c1e632c Mon Sep 17 00:00:00 2001 From: Rockstar Buddies <84505010+RockstarBuddies@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:34:10 +0530 Subject: [PATCH 175/330] Update adityagupta.json --- domains/adityagupta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/adityagupta.json b/domains/adityagupta.json index 8d2359435..643ae018f 100644 --- a/domains/adityagupta.json +++ b/domains/adityagupta.json @@ -6,6 +6,6 @@ }, "record": { - "CNAME": "blog" + "CNAME": "rockstarbuddies" } } From 8871264684b2a68ac05bb905a8e25201c029cb31 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:05:01 +0800 Subject: [PATCH 176/330] Discard changes to domains/aman.json --- domains/aman.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/aman.json diff --git a/domains/aman.json b/domains/aman.json deleted file mode 100644 index 527717795..000000000 --- a/domains/aman.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "description": "Personal Page", - "repo": "https://github.com/aman7thakurr/personal_website", - "owner": { - "username": "Aman", - "email": "", - "discord": "aman7thakurr_" - } -} From 62f68d59e42c2e44d14cee7af08a041bcb0fb1d7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:05:09 +0800 Subject: [PATCH 177/330] Discard changes to domains/aman_thakur.json --- domains/aman_thakur.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/aman_thakur.json diff --git a/domains/aman_thakur.json b/domains/aman_thakur.json deleted file mode 100644 index 0c9999f30..000000000 --- a/domains/aman_thakur.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "aman7thakurr", - "email": "amant8425@gmail.com", - "discord": "523813766295715851" - }, - - "record": { - "CNAME": "aman7thakurr.github.io" - } -} From 0118ec49a9d10de32360c3fffb86c85d0fac0d5d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:07:07 +0800 Subject: [PATCH 178/330] Update domains/dean.json --- domains/dean.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/dean.json b/domains/dean.json index bdd7c5a24..a2888fa3c 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -4,6 +4,11 @@ "email": "dandepan303@gmail.com" }, "record": { - "TXT": ""[{"type":"A","value":"185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153","allowMultiple":false},{"type":"MX","value":"dean.is-a.dev","allowMultiple":true},{"type":"TXT","value":"v=spf1 a mx ip4:217.174.245.249 ~all","allowMultiple":true}]"" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } From a2b226367e7b66e36efb2051b999f564daaac91e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:09:24 +0800 Subject: [PATCH 179/330] Discard changes to domains/neealdon3.json --- domains/neealdon3.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/neealdon3.json diff --git a/domains/neealdon3.json b/domains/neealdon3.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/neealdon3.json +++ /dev/null @@ -1 +0,0 @@ - From 3239ab9d96c98b6953b3dff27ded4cf2d844adbe Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:12:28 +0800 Subject: [PATCH 180/330] Update downgit.json --- domains/downgit.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/downgit.json b/domains/downgit.json index f1eac8b21..bb6f0264a 100644 --- a/domains/downgit.json +++ b/domains/downgit.json @@ -6,4 +6,5 @@ }, "record": { "CNAME": "invalidnoah.github.io" + } } From 9b7fe5a5d8cf6e9f86300e04c44edc3ba442b71d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:15:54 +0800 Subject: [PATCH 181/330] Discard changes to domains/amazing.dev.json --- domains/amazing.dev.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/amazing.dev.json diff --git a/domains/amazing.dev.json b/domains/amazing.dev.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/amazing.dev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@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 be8624c4c2caa3d217e15b793c94366d2baf6bd1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:34:16 +0800 Subject: [PATCH 182/330] Discard changes to domains/note-lrmn.is-a.dev.json --- domains/note-lrmn.is-a.dev.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/note-lrmn.is-a.dev.json diff --git a/domains/note-lrmn.is-a.dev.json b/domains/note-lrmn.is-a.dev.json deleted file mode 100644 index afc645764..000000000 --- a/domains/note-lrmn.is-a.dev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "lrmn7", - "email": "lrmnid@gmail.com" - }, - - "record": { - "CNAME": "https://github.com/lrmn7/blogs" - } -} From 1f3d13f6b52a5154223298c53fea20e30d55e375 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:35:24 +0800 Subject: [PATCH 183/330] Apply suggestions from code review --- domains/lucy.json | 2 +- domains/miu.json | 2 +- domains/note-lrmn.json | 2 +- domains/soothe.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/lucy.json b/domains/lucy.json index 7e159eae5..77a4d065a 100644 --- a/domains/lucy.json +++ b/domains/lucy.json @@ -4,7 +4,7 @@ "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", - "discord": "romanromannya#0" + "discord": "romanromannya" }, "record": { "CNAME": "Hai-Lucy.github.io" diff --git a/domains/miu.json b/domains/miu.json index ad149050d..5fa89c39b 100644 --- a/domains/miu.json +++ b/domains/miu.json @@ -4,7 +4,7 @@ "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", - "discord": "romanromannya#0" + "discord": "romanromannya" }, "record": { "CNAME": "Miu-Discord.github.io" diff --git a/domains/note-lrmn.json b/domains/note-lrmn.json index bd717c25b..2756262c9 100644 --- a/domains/note-lrmn.json +++ b/domains/note-lrmn.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "github.com/lrmn7/blogs" + "URL": "https://github.com/lrmn7/blogs" } } diff --git a/domains/soothe.json b/domains/soothe.json index 0e61a9257..3035df4e9 100644 --- a/domains/soothe.json +++ b/domains/soothe.json @@ -4,7 +4,7 @@ "owner": { "username": "lrmn7", "email": "lrmn.dev@gmail.com", - "discord": "romanromannya#0" + "discord": "romanromannya" }, "record": { "CNAME": "soothe-bot.github.io" From 713b6355385998bf4c90dd9198b709bf28ed6fda Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:35:47 +0800 Subject: [PATCH 184/330] Update domains/ohmycv.json --- domains/ohmycv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ohmycv.json b/domains/ohmycv.json index d5d72b640..0b349ba9d 100644 --- a/domains/ohmycv.json +++ b/domains/ohmycv.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "https://ohmycv.netlify.app" + "URL": "https://ohmycv.netlify.app" } } From dc50a4b2149e2880ae1da2b7def79c7283a01e5b Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:08:25 +0530 Subject: [PATCH 185/330] Create mail.enderpoint.json --- domains/mail.enderpoint.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/mail.enderpoint.json diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json new file mode 100644 index 000000000..bae2e20a1 --- /dev/null +++ b/domains/mail.enderpoint.json @@ -0,0 +1,17 @@ +{ + "description": "EnderPoint's dev site", + "owner": { + "username": "EnderPoint07", + "email": "", + "discord": "DotM38#5497", + "instagram": "enderpoint07" + }, + "record": { + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 476ffdd303ac1f98ecf0faf329fe463586f52dbb Mon Sep 17 00:00:00 2001 From: Rockstar Buddies <84505010+RockstarBuddies@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:09:57 +0530 Subject: [PATCH 186/330] Update adityagupta.json --- domains/adityagupta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/adityagupta.json b/domains/adityagupta.json index 643ae018f..2fa027a1b 100644 --- a/domains/adityagupta.json +++ b/domains/adityagupta.json @@ -6,6 +6,6 @@ }, "record": { - "CNAME": "rockstarbuddies" + "CNAME": "2405:201:4003:4a4b::c0a8:1d01" } } From d252dbc2966da672f32fb1ff2eb4d93f550760be Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:41:27 +0800 Subject: [PATCH 187/330] Discard changes to domains/agdesf452vrzf985fsepmb.json --- domains/agdesf452vrzf985fsepmb.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/agdesf452vrzf985fsepmb.json diff --git a/domains/agdesf452vrzf985fsepmb.json b/domains/agdesf452vrzf985fsepmb.json deleted file mode 100644 index 602fc2e0d..000000000 --- a/domains/agdesf452vrzf985fsepmb.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "polosteor", - "email": "polosteor@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 ad6ac8aa6d5724978db5e2cd311f6abbd572945a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:41:33 +0800 Subject: [PATCH 188/330] Discard changes to domains/azertyuiopqsdfghjklm.json --- domains/azertyuiopqsdfghjklm.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/azertyuiopqsdfghjklm.json diff --git a/domains/azertyuiopqsdfghjklm.json b/domains/azertyuiopqsdfghjklm.json deleted file mode 100644 index ad6b23eff..000000000 --- a/domains/azertyuiopqsdfghjklm.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "polosteor", - "email": "polosteor@gmail.com" - }, - "record": { - "CNAME": "polosteor.com" - } -} From d4ff82f4ef290593695bf3ce8fcc70c5f1c92111 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:41:45 +0800 Subject: [PATCH 189/330] Discard changes to domains/test.json --- domains/test.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/test.json diff --git a/domains/test.json b/domains/test.json deleted file mode 100644 index ad6b23eff..000000000 --- a/domains/test.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "polosteor", - "email": "polosteor@gmail.com" - }, - "record": { - "CNAME": "polosteor.com" - } -} From 9055971c5ab677a270de0f02c1b4d40f2c8dfb33 Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:11:46 +0530 Subject: [PATCH 190/330] missing comma --- domains/mail.enderpoint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json index bae2e20a1..8725e52e8 100644 --- a/domains/mail.enderpoint.json +++ b/domains/mail.enderpoint.json @@ -11,7 +11,7 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 739825c5486f5d68e14805df83091dcb9ee6f9ad Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:41:48 +0800 Subject: [PATCH 191/330] Discard changes to domains/test1235vbgfs.json --- domains/test1235vbgfs.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/test1235vbgfs.json diff --git a/domains/test1235vbgfs.json b/domains/test1235vbgfs.json deleted file mode 100644 index 602fc2e0d..000000000 --- a/domains/test1235vbgfs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "polosteor", - "email": "polosteor@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 d4d3082aecb06f72d26396439280b7f39337f3df Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:42:10 +0800 Subject: [PATCH 192/330] Update polosteor.json --- domains/polosteor.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/polosteor.json b/domains/polosteor.json index 63a520e23..29f69c7c7 100644 --- a/domains/polosteor.json +++ b/domains/polosteor.json @@ -4,9 +4,6 @@ "email": "polosteor@gmail.com" }, "record": { - "CNAME": "https://polosteor.com" - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "URL": "https://polosteor.com" } } From b9b51e05cf21009c2b87d0d4ad7c353beaec0487 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:43:02 +0800 Subject: [PATCH 193/330] Rename alcyoneus .json to alcyoneus.json --- domains/{alcyoneus .json => alcyoneus.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{alcyoneus .json => alcyoneus.json} (99%) diff --git a/domains/alcyoneus .json b/domains/alcyoneus.json similarity index 99% rename from domains/alcyoneus .json rename to domains/alcyoneus.json index e8874052e..04547dd69 100644 --- a/domains/alcyoneus .json +++ b/domains/alcyoneus.json @@ -8,4 +8,4 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +} From b6c85782ccfe17810cf6d86188e4ad01b28bd792 Mon Sep 17 00:00:00 2001 From: Rockstar Buddies <84505010+RockstarBuddies@users.noreply.github.com> Date: Thu, 7 Sep 2023 16:18:08 +0530 Subject: [PATCH 194/330] Delete domains/adityagupta.json --- domains/adityagupta.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/adityagupta.json diff --git a/domains/adityagupta.json b/domains/adityagupta.json deleted file mode 100644 index 2fa027a1b..000000000 --- a/domains/adityagupta.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "RockstarBuddies", - "email": "yourrockingbuddy@gmail.com", - "discord": "899663426970865674" - }, - - "record": { - "CNAME": "2405:201:4003:4a4b::c0a8:1d01" - } -} From ae136c3a1b229af1581e24c05d41c515aa81f17a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 7 Sep 2023 18:52:46 +0800 Subject: [PATCH 195/330] Update domains/tylermwise.json --- domains/tylermwise.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/tylermwise.json b/domains/tylermwise.json index ba3256ae6..d8fe934dd 100644 --- a/domains/tylermwise.json +++ b/domains/tylermwise.json @@ -5,9 +5,6 @@ "email": "contact@teamtbm.org" }, "record": { - "NAMESERVER": "maceio.ns.porkbun.com", - "NAMESERVER": "curitiba.ns.porkbun.com", - "NAMESERVER": "salvador.ns.porkbun.com", - "NAMESERVER": "fortaleza.ns.porkbun.com" + "CNAME": "tylermwise.github.io" } } From f17d43c1b338a48cf6269a55e59d6a8a62c20877 Mon Sep 17 00:00:00 2001 From: SussyPranav Date: Thu, 7 Sep 2023 17:00:16 +0530 Subject: [PATCH 196/330] feat(domain): sussypranav.is-a.dev --- domains/sussypranav.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sussypranav.json diff --git a/domains/sussypranav.json b/domains/sussypranav.json new file mode 100644 index 000000000..b65fc3458 --- /dev/null +++ b/domains/sussypranav.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SussyPranav", + "email": "singhgreatpranav@gmail.com" + }, + "record": { + "CNAME": "sussypranav.githuh.io" + } +} From 0ccc8852e834c2173a41dffed8840aed867ef88c Mon Sep 17 00:00:00 2001 From: andrewstech Date: Thu, 7 Sep 2023 12:32:21 +0100 Subject: [PATCH 197/330] Update sussypranav.json --- domains/sussypranav.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sussypranav.json b/domains/sussypranav.json index b65fc3458..7c2f9073d 100644 --- a/domains/sussypranav.json +++ b/domains/sussypranav.json @@ -4,6 +4,6 @@ "email": "singhgreatpranav@gmail.com" }, "record": { - "CNAME": "sussypranav.githuh.io" + "CNAME": "sussypranav.github.io" } } From 70f4c3985ed2a7a9fef5baf0e52e3aea9fd1e1c8 Mon Sep 17 00:00:00 2001 From: Saurabh Kirve Date: Thu, 7 Sep 2023 19:19:34 +0530 Subject: [PATCH 198/330] Update saurabhkirve.json --- domains/saurabhkirve.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saurabhkirve.json b/domains/saurabhkirve.json index 4a2d0a571..c49ae04f5 100644 --- a/domains/saurabhkirve.json +++ b/domains/saurabhkirve.json @@ -4,6 +4,6 @@ "email": "saurabhkirve@gmail.com" }, "record": { - "A": ["154.41.233.131"], + "CNAME": "berzcode.github.io" } From 9e15b02cc02dc23c55f0a1d10e46ef9b17ce22fe Mon Sep 17 00:00:00 2001 From: BerzCode Date: Thu, 7 Sep 2023 19:23:17 +0530 Subject: [PATCH 199/330] feat(domain): saurabh-kirve.is-a.dev --- domains/saurabh-kirve.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/saurabh-kirve.json diff --git a/domains/saurabh-kirve.json b/domains/saurabh-kirve.json new file mode 100644 index 000000000..07906eb42 --- /dev/null +++ b/domains/saurabh-kirve.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BerzCode", + "email": "saurabhkirve@gmail.com" + }, + "record": { + "CNAME": "berzcode.github.io" + } +} From b86674fda4f955e24005c162c0741a48ef68532f Mon Sep 17 00:00:00 2001 From: ppg00 Date: Thu, 7 Sep 2023 15:30:41 +0100 Subject: [PATCH 200/330] feat(domain): hello.qqg00.is-a.dev --- domains/hello.qqg00.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hello.qqg00.json diff --git a/domains/hello.qqg00.json b/domains/hello.qqg00.json new file mode 100644 index 000000000..dd140730e --- /dev/null +++ b/domains/hello.qqg00.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ppg00", + "email": "vx2dsk@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 9209062600c839037bc2f068393cdb06ad3e4bbc Mon Sep 17 00:00:00 2001 From: DevJustMert Date: Thu, 7 Sep 2023 18:06:37 +0300 Subject: [PATCH 201/330] feat(domain): mert.is-a.dev --- domains/mert.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mert.json diff --git a/domains/mert.json b/domains/mert.json new file mode 100644 index 000000000..cd85b3c32 --- /dev/null +++ b/domains/mert.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevJustMert", + "email": "mertcelik0541@gmail.com" + }, + "record": { + "URL": "https://mert.vercel.app" + } +} From 699db65e72991dd53a8536346633b52446039ccd Mon Sep 17 00:00:00 2001 From: stekatag Date: Thu, 7 Sep 2023 18:20:28 +0300 Subject: [PATCH 202/330] feat(domain): sgogov.is-a.dev --- domains/sgogov.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sgogov.json diff --git a/domains/sgogov.json b/domains/sgogov.json new file mode 100644 index 000000000..376ab1606 --- /dev/null +++ b/domains/sgogov.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "stekatag", + "email": "stefangogov@proton.me" + }, + "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 5f13105a22ea1f3c5ea4c7a547038b744d60b41a Mon Sep 17 00:00:00 2001 From: TotallyVoh Date: Thu, 7 Sep 2023 22:41:41 +0700 Subject: [PATCH 203/330] feat(domain): voh.is-a.dev --- domains/voh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/voh.json diff --git a/domains/voh.json b/domains/voh.json new file mode 100644 index 000000000..75d965ee6 --- /dev/null +++ b/domains/voh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TotallyVoh", + "email": "vohonganhPE@gmail.com" + }, + "record": { + "CNAME": "totallyvoh.github.io" + } +} From 8cde6d87c93c42a6f601deb54209bffa476b6c15 Mon Sep 17 00:00:00 2001 From: antoripdas Date: Thu, 7 Sep 2023 21:56:18 +0530 Subject: [PATCH 204/330] feat(domain): aantarip.is-a.dev --- domains/aantarip.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aantarip.json diff --git a/domains/aantarip.json b/domains/aantarip.json new file mode 100644 index 000000000..6c6f29227 --- /dev/null +++ b/domains/aantarip.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "antoripdas", + "email": "aantaripdas@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 4cacf5f6629a76209bdd2da4f717aceafd393b35 Mon Sep 17 00:00:00 2001 From: CookieTriste Date: Thu, 7 Sep 2023 18:45:07 +0200 Subject: [PATCH 205/330] feat(domain): block.is-a.dev --- domains/block.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/block.json diff --git a/domains/block.json b/domains/block.json new file mode 100644 index 000000000..dc3827c88 --- /dev/null +++ b/domains/block.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CookieTriste", + "email": "romain.tocsin@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 418dee7be32e36b0890c1a1c2b2b21b652a267ba Mon Sep 17 00:00:00 2001 From: Babakinha Date: Thu, 7 Sep 2023 14:05:06 -0300 Subject: [PATCH 206/330] feat(domain): baba.is-a.dev --- domains/baba.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/baba.json diff --git a/domains/baba.json b/domains/baba.json new file mode 100644 index 000000000..892aaafd8 --- /dev/null +++ b/domains/baba.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Babakinha", + "email": "sangueotario@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 dae064b02052db3ac4d9ab7f6223e85817062d19 Mon Sep 17 00:00:00 2001 From: PRODEFIX Date: Thu, 7 Sep 2023 19:46:29 +0200 Subject: [PATCH 207/330] feat(domain): prodefix.is-a.dev --- domains/prodefix.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/prodefix.json diff --git a/domains/prodefix.json b/domains/prodefix.json new file mode 100644 index 000000000..74d9272c4 --- /dev/null +++ b/domains/prodefix.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "PRODEFIX", + "email": "felaloula@hotmail.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 cb541445ffab2a9469d6311465c75c525d537560 Mon Sep 17 00:00:00 2001 From: vikramv20 Date: Thu, 7 Sep 2023 23:43:18 +0530 Subject: [PATCH 208/330] feat(domain): dynamic-homepage.is-a.dev --- domains/dynamic-homepage.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/dynamic-homepage.json b/domains/dynamic-homepage.json index be30a4d38..706cf81de 100644 --- a/domains/dynamic-homepage.json +++ b/domains/dynamic-homepage.json @@ -4,6 +4,8 @@ "email": "vs423502@gmail.com" }, "record": { - "URL": "https://github.com/vikramv20/dynamic-homepage" + "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 6bef082c6679cf6ef5c1de6ab535efb218c83d9e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 8 Sep 2023 07:01:34 +0800 Subject: [PATCH 209/330] Update saurabhkirve.json --- domains/saurabhkirve.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saurabhkirve.json b/domains/saurabhkirve.json index c49ae04f5..07906eb42 100644 --- a/domains/saurabhkirve.json +++ b/domains/saurabhkirve.json @@ -4,6 +4,6 @@ "email": "saurabhkirve@gmail.com" }, "record": { - "CNAME": "berzcode.github.io" + } } From ac90709ae7c31f2adfdc4ad0a6c5ed01d73a92fa Mon Sep 17 00:00:00 2001 From: thatsquite <94622062+thatsquite@users.noreply.github.com> Date: Fri, 8 Sep 2023 02:33:07 +0200 Subject: [PATCH 210/330] Create julio.json --- domains/julio.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/julio.json diff --git a/domains/julio.json b/domains/julio.json new file mode 100644 index 000000000..1daaa5097 --- /dev/null +++ b/domains/julio.json @@ -0,0 +1,12 @@ +{ + "description": "My work portfolio", + "repo": "https://github.com/thatsquite", + "owner": { + "username": "thatsquite", + "email": "juliocesar.santos@making.com", + "twitter": "" + }, + "record": { + "CNAME": "thatsquite.github.io" + } +} From f4a0824177e43a15ec5a075ab79f1f7a50456c90 Mon Sep 17 00:00:00 2001 From: Rtxeon <87909941+Rtxeon@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:10:54 +0530 Subject: [PATCH 211/330] Update rtxeon.json --- domains/rtxeon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rtxeon.json b/domains/rtxeon.json index 3e8d2d7a7..18ffbd525 100644 --- a/domains/rtxeon.json +++ b/domains/rtxeon.json @@ -4,6 +4,6 @@ "email": "AdityaSuthar13@outlook.com" }, "record": { - "CNAME": "d964cd04-4484-4129-bc2e-f7c2c41205f3.id.repl.co" + "CNAME": "rtxeon-portfolio-isadev.onrender.com" } } From ec8d3a29441ca56aa03ccdfb1e20263318d7d6f1 Mon Sep 17 00:00:00 2001 From: Saurabh Kirve Date: Fri, 8 Sep 2023 09:59:51 +0530 Subject: [PATCH 212/330] Create _github-pages-challenge-BerzCode.saurabhkirve --- domains/_github-pages-challenge-BerzCode.saurabhkirve | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-BerzCode.saurabhkirve diff --git a/domains/_github-pages-challenge-BerzCode.saurabhkirve b/domains/_github-pages-challenge-BerzCode.saurabhkirve new file mode 100644 index 000000000..d553d8bdd --- /dev/null +++ b/domains/_github-pages-challenge-BerzCode.saurabhkirve @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "berzcode", + "email": "saurabhkirve@gmail.com" + }, + + "record": { + "TXT": "e587577c97f73d2047aaf6ec8ff92c" + } +} From aa62fac59c67e403471943ed0f86021f6119a0ac Mon Sep 17 00:00:00 2001 From: VipulOG Date: Fri, 8 Sep 2023 11:19:31 +0530 Subject: [PATCH 213/330] feat(domain): vipul.is-a.dev --- domains/vipul.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/vipul.json diff --git a/domains/vipul.json b/domains/vipul.json new file mode 100644 index 000000000..91e97e120 --- /dev/null +++ b/domains/vipul.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "VipulOG", + "email": "vipultyagi386+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 1770a211767e6f3f44c725649ae83505241c7f9b Mon Sep 17 00:00:00 2001 From: Vipul Tyagi <90324465+VipulOG@users.noreply.github.com> Date: Fri, 8 Sep 2023 06:22:49 +0000 Subject: [PATCH 214/330] Use github pages --- domains/vipul.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/vipul.json b/domains/vipul.json index 91e97e120..9960e68b0 100644 --- a/domains/vipul.json +++ b/domains/vipul.json @@ -1,11 +1,10 @@ { + "repo": "https://github.com/VipulOG/VipulOG.github.io", "owner": { "username": "VipulOG", "email": "vipultyagi386+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" + "CNAME": "VipulOG.github.io" } } \ No newline at end of file From db6ea40f7b07037ca0a5b461f732fb0e9705c896 Mon Sep 17 00:00:00 2001 From: CosmicCodeBase Date: Fri, 8 Sep 2023 14:37:42 +0800 Subject: [PATCH 215/330] feat(domain): hariienesh.is-a.dev --- domains/hariienesh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hariienesh.json diff --git a/domains/hariienesh.json b/domains/hariienesh.json new file mode 100644 index 000000000..5b51b7ced --- /dev/null +++ b/domains/hariienesh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CosmicCodeBase", + "email": "hariienesh.cool@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 577e4879ad6e905ebd09e7964ce7656fa23ba297 Mon Sep 17 00:00:00 2001 From: ConnorDoesDev Date: Fri, 8 Sep 2023 09:09:00 +0200 Subject: [PATCH 216/330] feat(domain): halil.is-a.dev --- domains/halil.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/halil.json diff --git a/domains/halil.json b/domains/halil.json new file mode 100644 index 000000000..985ab99b5 --- /dev/null +++ b/domains/halil.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ConnorDoesDev", + "email": "halil_ismail@yahoo.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 9d701a96599503f3909c8c5f7bdc37d0246413b3 Mon Sep 17 00:00:00 2001 From: Tharindu Darshana <83854250+1234Tharindu@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:09:54 +0530 Subject: [PATCH 217/330] Create tharindudarshana.json --- domains/tharindudarshana.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/tharindudarshana.json diff --git a/domains/tharindudarshana.json b/domains/tharindudarshana.json new file mode 100644 index 000000000..29b2b778c --- /dev/null +++ b/domains/tharindudarshana.json @@ -0,0 +1,10 @@ +@@ -0,0 +1,9 @@ +{ + "owner": { + "username": "1234Tharindu", + "email": "dehipitiya055@gmail.com" + }, + "record": { + "URL": "https://tharindudarshna.w3spaces.com" + } +} From 0c1140fb8f017bdf9d2cc43b7cbf94e75965a487 Mon Sep 17 00:00:00 2001 From: ARYANOP-REEF Date: Fri, 8 Sep 2023 15:00:30 +0530 Subject: [PATCH 218/330] feat(domain): aryan.is-a.dev --- domains/aryan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aryan.json diff --git a/domains/aryan.json b/domains/aryan.json new file mode 100644 index 000000000..fbb497634 --- /dev/null +++ b/domains/aryan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ARYANOP-REEF", + "email": "aryanmenghare@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 644b4a28d5961925b8b8a88719ff1c1a9a22e138 Mon Sep 17 00:00:00 2001 From: textures1245 Date: Fri, 8 Sep 2023 16:41:17 +0700 Subject: [PATCH 219/330] feat(domain): phakh.is-a.dev --- domains/phakh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/phakh.json diff --git a/domains/phakh.json b/domains/phakh.json new file mode 100644 index 000000000..3f13c37c3 --- /dev/null +++ b/domains/phakh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "textures1245", + "email": "sirprak1245@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 cf814c02e406239d032ed58f8ae0a83a9d4a7efb Mon Sep 17 00:00:00 2001 From: JZ1324 Date: Fri, 8 Sep 2023 20:56:27 +1000 Subject: [PATCH 220/330] feat(domain): discord-corp.is-a.dev --- domains/discord-corp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/discord-corp.json diff --git a/domains/discord-corp.json b/domains/discord-corp.json new file mode 100644 index 000000000..45c849919 --- /dev/null +++ b/domains/discord-corp.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "JZ1324", + "email": "zheng.joshua2@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 b346d242ba132fa55f7f7b9d637b96cb2e297bbf Mon Sep 17 00:00:00 2001 From: CcNicebruh Date: Fri, 8 Sep 2023 17:57:24 +0700 Subject: [PATCH 221/330] feat(domain): ccnicebruh.is-a.dev --- domains/ccnicebruh.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/domains/ccnicebruh.json b/domains/ccnicebruh.json index 905eb844c..b3eec57b5 100644 --- a/domains/ccnicebruh.json +++ b/domains/ccnicebruh.json @@ -1,11 +1,11 @@ - - { - "owner": { +{ + "owner": { "username": "CcNicebruh", "email": "tangkeehee2002@gmail.com" - }, - "record": { - "URL": "https://solo.to/ccnicebruh" - } + }, + "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 +} \ No newline at end of file From 1524988da5183b35832377a3e315ee0f3e031b38 Mon Sep 17 00:00:00 2001 From: CcNicebruh Date: Fri, 8 Sep 2023 17:58:22 +0700 Subject: [PATCH 222/330] feat(domain): nicekun.is-a.dev --- domains/nicekun.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nicekun.json diff --git a/domains/nicekun.json b/domains/nicekun.json new file mode 100644 index 000000000..b3eec57b5 --- /dev/null +++ b/domains/nicekun.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CcNicebruh", + "email": "tangkeehee2002@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 f2597ccc7b252d83c9ffd848b64bea16377d91c8 Mon Sep 17 00:00:00 2001 From: gaurav87565 Date: Fri, 8 Sep 2023 16:40:31 +0530 Subject: [PATCH 223/330] feat(domain): gaurav87565.is-a.dev --- domains/gaurav87565.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/gaurav87565.json b/domains/gaurav87565.json index f3df2a020..78a731243 100644 --- a/domains/gaurav87565.json +++ b/domains/gaurav87565.json @@ -4,6 +4,8 @@ "email": "pavithrashreeuchil@gmail.com" }, "record": { - "CNAME": "13f7167f-39e6-4e1f-9d88-723586777008.id.repl.co" + "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 ed17ec9e91902a3bce0cdbedcaf565fbc5ea41eb Mon Sep 17 00:00:00 2001 From: Aditya Yadav Date: Fri, 8 Sep 2023 17:59:19 +0530 Subject: [PATCH 224/330] change filename `l.aditya.json` to `url.aditya.json` --- domains/{l.aditya.json => url.aditya.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{l.aditya.json => url.aditya.json} (100%) diff --git a/domains/l.aditya.json b/domains/url.aditya.json similarity index 100% rename from domains/l.aditya.json rename to domains/url.aditya.json From 86f02b73e3c247495b2e4d88803bdc97feda2135 Mon Sep 17 00:00:00 2001 From: kolims Date: Fri, 8 Sep 2023 16:01:40 +0300 Subject: [PATCH 225/330] feat(domain): gfn1.is-a.dev --- domains/gfn1.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gfn1.json diff --git a/domains/gfn1.json b/domains/gfn1.json new file mode 100644 index 000000000..4e085b5d5 --- /dev/null +++ b/domains/gfn1.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kolims", + "email": "kolimss1111@gmail.com" + }, + "record": { + "CNAME": "f678c241-9a2f-46ae-a11a-5362a049e37a.id.repl.co" + } +} From 3c691712f5dc061f4446741414f545b698623202 Mon Sep 17 00:00:00 2001 From: kolims Date: Fri, 8 Sep 2023 16:02:45 +0300 Subject: [PATCH 226/330] feat(domain): gfn.is-a.dev --- domains/gfn.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/gfn.json diff --git a/domains/gfn.json b/domains/gfn.json new file mode 100644 index 000000000..424b83cd4 --- /dev/null +++ b/domains/gfn.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "kolims", + "email": "kolimss1111@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 b3038d31fd410fb8cb639d61f99fe99c345d98aa Mon Sep 17 00:00:00 2001 From: kolims Date: Fri, 8 Sep 2023 16:05:08 +0300 Subject: [PATCH 227/330] feat(domain): gfn2.is-a.dev --- domains/gfn2.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gfn2.json diff --git a/domains/gfn2.json b/domains/gfn2.json new file mode 100644 index 000000000..4e085b5d5 --- /dev/null +++ b/domains/gfn2.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kolims", + "email": "kolimss1111@gmail.com" + }, + "record": { + "CNAME": "f678c241-9a2f-46ae-a11a-5362a049e37a.id.repl.co" + } +} From 32a6014cf939a07fd1b6f30b447e7475ac361c2d Mon Sep 17 00:00:00 2001 From: jimmy20180130 Date: Fri, 8 Sep 2023 22:30:20 +0800 Subject: [PATCH 228/330] feat(domain): jim.is-a.dev --- domains/jim.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jim.json diff --git a/domains/jim.json b/domains/jim.json new file mode 100644 index 000000000..bd5bc1e67 --- /dev/null +++ b/domains/jim.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "jimmy20180130", + "email": "jimmy20180130@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 0e86ae6b49093424ae2d9b2f5752b895a2bb2f87 Mon Sep 17 00:00:00 2001 From: HimanshuSardana Date: Fri, 8 Sep 2023 21:16:35 +0530 Subject: [PATCH 229/330] feat(domain): himanshusardana.is-a.dev --- domains/himanshusardana.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/himanshusardana.json diff --git a/domains/himanshusardana.json b/domains/himanshusardana.json new file mode 100644 index 000000000..d67350783 --- /dev/null +++ b/domains/himanshusardana.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "HimanshuSardana", + "email": "himanshusardana2005@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 26b4cacb25cec802daa67f0c06221f1cc6a8c2f0 Mon Sep 17 00:00:00 2001 From: Aether1777 <69597148+Aether1777@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:24:06 -0700 Subject: [PATCH 230/330] Update xeno.json --- domains/xeno.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/xeno.json b/domains/xeno.json index 2dc7acbb9..7f8c47487 100644 --- a/domains/xeno.json +++ b/domains/xeno.json @@ -4,8 +4,6 @@ "email": "bkevin39415@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "border.hop.io" } -} \ No newline at end of file +} From 9d26f0ba131bf6da8c6b2589bd367e178dfa6c4a Mon Sep 17 00:00:00 2001 From: denboy0123 Date: Fri, 8 Sep 2023 20:10:24 +0300 Subject: [PATCH 231/330] feat(domain): denboy0123.is-a.dev --- domains/denboy0123.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/denboy0123.json diff --git a/domains/denboy0123.json b/domains/denboy0123.json new file mode 100644 index 000000000..818cb69aa --- /dev/null +++ b/domains/denboy0123.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "denboy0123", + "email": "denhayhan@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 77438cc3c0c24fabdf0acae58bf7ca8a287a5f58 Mon Sep 17 00:00:00 2001 From: Ansh Tyagi Date: Fri, 8 Sep 2023 22:55:31 +0530 Subject: [PATCH 232/330] Update api.anshtyagi.json --- domains/api.anshtyagi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/api.anshtyagi.json b/domains/api.anshtyagi.json index 412c80bd4..654d196f1 100644 --- a/domains/api.anshtyagi.json +++ b/domains/api.anshtyagi.json @@ -6,6 +6,6 @@ "email": "tyagiansh175@gmail.com" }, "record": { - "CNAME": "85fea144-dc5a-45d3-84e3-c3400bf93e87.id.repl.co" + "A": [4.224.45.32] } } From 907884f89a4bba761d01bbe3b2650fda64b80a14 Mon Sep 17 00:00:00 2001 From: Ansh Tyagi Date: Fri, 8 Sep 2023 23:00:05 +0530 Subject: [PATCH 233/330] Update api.anshtyagi.json --- domains/api.anshtyagi.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/api.anshtyagi.json b/domains/api.anshtyagi.json index 654d196f1..fa790fa70 100644 --- a/domains/api.anshtyagi.json +++ b/domains/api.anshtyagi.json @@ -6,6 +6,8 @@ "email": "tyagiansh175@gmail.com" }, "record": { - "A": [4.224.45.32] + "A": [ + "4.224.45.32" + ] } } From c3e2d1de038e1cb5cab83ca7ad35260f4c0447a6 Mon Sep 17 00:00:00 2001 From: blessingmwiti Date: Fri, 8 Sep 2023 22:00:08 +0300 Subject: [PATCH 234/330] feat(domain): blessingmwiti.is-a.dev --- domains/blessingmwiti.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/blessingmwiti.json diff --git a/domains/blessingmwiti.json b/domains/blessingmwiti.json new file mode 100644 index 000000000..5e1ec3e4e --- /dev/null +++ b/domains/blessingmwiti.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "blessingmwiti", + "email": "blessingmwiti@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 cbe2e9bcb5c4e6ea4c60f1065072b501d402fa2a Mon Sep 17 00:00:00 2001 From: jelassiaymen94 Date: Sat, 9 Sep 2023 01:27:11 +0100 Subject: [PATCH 235/330] feat(domain): aymenjelassi.is-a.dev --- domains/aymenjelassi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aymenjelassi.json diff --git a/domains/aymenjelassi.json b/domains/aymenjelassi.json new file mode 100644 index 000000000..3c16e3cf2 --- /dev/null +++ b/domains/aymenjelassi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "jelassiaymen94", + "email": "jelassiaymen094@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 f1ebbfe9df12d80de92c7822cff8c2a80ea0b08b Mon Sep 17 00:00:00 2001 From: jimmy20180130 Date: Sat, 9 Sep 2023 08:48:00 +0800 Subject: [PATCH 236/330] feat(domain): xiaoxi_tw.is-a.dev --- domains/xiaoxi_tw.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/xiaoxi_tw.json diff --git a/domains/xiaoxi_tw.json b/domains/xiaoxi_tw.json new file mode 100644 index 000000000..bd5bc1e67 --- /dev/null +++ b/domains/xiaoxi_tw.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "jimmy20180130", + "email": "jimmy20180130@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 8ab85bfbd4482e6a7e467f0ecb024fb5c8256ea0 Mon Sep 17 00:00:00 2001 From: NeonGamerBot-QK Date: Fri, 8 Sep 2023 21:09:31 -0400 Subject: [PATCH 237/330] feat(domain): saahil.is-a.dev --- domains/saahil.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/saahil.json diff --git a/domains/saahil.json b/domains/saahil.json new file mode 100644 index 000000000..810c9742c --- /dev/null +++ b/domains/saahil.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NeonGamerBot-QK", + "email": "saahilattud@gmail.com" + }, + "record": { + "CNAME": "saahild.com" + } +} From 3c93240ed36253593870c3890b35e9c47b2ce5c0 Mon Sep 17 00:00:00 2001 From: Saahil Date: Fri, 8 Sep 2023 21:10:27 -0400 Subject: [PATCH 238/330] Update saahil.json --- domains/saahil.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saahil.json b/domains/saahil.json index 810c9742c..a0bf50727 100644 --- a/domains/saahil.json +++ b/domains/saahil.json @@ -1,7 +1,7 @@ { "owner": { "username": "NeonGamerBot-QK", - "email": "saahilattud@gmail.com" + "email": "neon+domain@saahild.com" }, "record": { "CNAME": "saahild.com" From 70ce169ae910b145aaf2f846c935df365263e3cf Mon Sep 17 00:00:00 2001 From: ItsFranklinMyDudes Date: Sat, 9 Sep 2023 14:10:26 +1000 Subject: [PATCH 239/330] feat(domain): declan.is-a.dev --- domains/declan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/declan.json diff --git a/domains/declan.json b/domains/declan.json new file mode 100644 index 000000000..5886c6562 --- /dev/null +++ b/domains/declan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ItsFranklinMyDudes", + "email": "franklindudes21@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 7668a93b38cd8dcff815847ce181d707130ecee6 Mon Sep 17 00:00:00 2001 From: CcNicebruh Date: Sat, 9 Sep 2023 12:02:40 +0700 Subject: [PATCH 240/330] feat(domain): time.is-a.dev --- domains/time.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/time.json diff --git a/domains/time.json b/domains/time.json new file mode 100644 index 000000000..b3eec57b5 --- /dev/null +++ b/domains/time.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CcNicebruh", + "email": "tangkeehee2002@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 ef313be7bfcaec337d3b3bd36f1757e0e3ebb449 Mon Sep 17 00:00:00 2001 From: CcNicebruh Date: Sat, 9 Sep 2023 12:09:06 +0700 Subject: [PATCH 241/330] feat(domain): t.is-a.dev --- domains/t.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/t.json diff --git a/domains/t.json b/domains/t.json new file mode 100644 index 000000000..3f856cb9e --- /dev/null +++ b/domains/t.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CcNicebruh", + "email": "tangkeehee2002@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=t.is-a.dev,2b6b99ad9fcc8afc6259" + } +} From 50a49ef912632aac01f857c6a9b109cd3d6aa4b2 Mon Sep 17 00:00:00 2001 From: CcNicebruh Date: Sat, 9 Sep 2023 12:10:00 +0700 Subject: [PATCH 242/330] feat(domain): timemee.is-a.dev --- domains/timemee.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/timemee.json diff --git a/domains/timemee.json b/domains/timemee.json new file mode 100644 index 000000000..15965a70b --- /dev/null +++ b/domains/timemee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CcNicebruh", + "email": "tangkeehee2002@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=timemee.is-a.dev,f0ccde0675ebc15ec99f" + } +} From 83334e00577b97b7e56ed5919f4f232b157e239f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 9 Sep 2023 13:58:31 +0800 Subject: [PATCH 243/330] Discard changes to domains/t.json --- domains/t.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/t.json diff --git a/domains/t.json b/domains/t.json deleted file mode 100644 index 3f856cb9e..000000000 --- a/domains/t.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "CcNicebruh", - "email": "tangkeehee2002@gmail.com" - }, - "record": { - "TXT": "vc-domain-verify=t.is-a.dev,2b6b99ad9fcc8afc6259" - } -} From d92a997fcaceaf975e07596afbd3235964fd570a Mon Sep 17 00:00:00 2001 From: ShadowPlayzYT22 Date: Sat, 9 Sep 2023 14:26:48 +0800 Subject: [PATCH 244/330] feat(domain): firedemon.is-a.dev --- domains/firedemon.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/firedemon.json diff --git a/domains/firedemon.json b/domains/firedemon.json new file mode 100644 index 000000000..165d567f3 --- /dev/null +++ b/domains/firedemon.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ShadowPlayzYT22", + "email": "peterwyneg@gmail.com", + "discord": "1038747272701292584" + }, + + "record": { + "CNAME": "demon-briefly.github.io" + } +} From 7d0bdc0b1c0ee29621e28f034d5923c97134e8cf Mon Sep 17 00:00:00 2001 From: kramiikk Date: Sat, 9 Sep 2023 15:31:35 +0600 Subject: [PATCH 245/330] feat(domain): kuat.is-a.dev --- domains/kuat.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kuat.json diff --git a/domains/kuat.json b/domains/kuat.json new file mode 100644 index 000000000..92e7cb91e --- /dev/null +++ b/domains/kuat.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "kramiikk", + "email": "hifund@yandex.ru" + }, + "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 376ff31c7b0e18def1191a4419ed0ada9c9bb37b Mon Sep 17 00:00:00 2001 From: TrivCodez Date: Sat, 9 Sep 2023 21:15:31 +1000 Subject: [PATCH 246/330] feat(domain): fndn.is-a.dev --- domains/fndn.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/fndn.json diff --git a/domains/fndn.json b/domains/fndn.json new file mode 100644 index 000000000..79ac44dcf --- /dev/null +++ b/domains/fndn.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "TrivCodez", + "email": "Jayeshpoudel+ha@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 9869e0e534f83d8d323d17f43007752c8e6972f2 Mon Sep 17 00:00:00 2001 From: TrivCodez Date: Sat, 9 Sep 2023 21:19:05 +1000 Subject: [PATCH 247/330] feat(domain): trivee.is-a.dev --- domains/trivee.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/trivee.json diff --git a/domains/trivee.json b/domains/trivee.json new file mode 100644 index 000000000..be84994d2 --- /dev/null +++ b/domains/trivee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "TrivCodez", + "email": "Jayeshpoudel+ha@outlook.com" + }, + "record": { + "CNAME": "5c99ec37-6759-4d76-94ab-dec4af0be7cc.id.repl.co" + } +} From d1702957dba64e4e215ea03984c79f768d757e8f Mon Sep 17 00:00:00 2001 From: LLKO101 Date: Sat, 9 Sep 2023 15:55:17 +0300 Subject: [PATCH 248/330] feat(domain): ryo.is-a.dev --- domains/ryo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ryo.json diff --git a/domains/ryo.json b/domains/ryo.json new file mode 100644 index 000000000..345c40265 --- /dev/null +++ b/domains/ryo.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "LLKO101", + "email": "yo1sefooop@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 77a273d614ed91814e394a5fd9a44b0c25064223 Mon Sep 17 00:00:00 2001 From: sedat342042 Date: Sat, 9 Sep 2023 16:18:17 +0300 Subject: [PATCH 249/330] feat(domain): sedat.is-a.dev --- domains/sedat.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sedat.json diff --git a/domains/sedat.json b/domains/sedat.json new file mode 100644 index 000000000..07c775c62 --- /dev/null +++ b/domains/sedat.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "sedat342042", + "email": "sedat342042@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 b0b7601b64d1a08524551b90f3fd9f221c0a3a8a Mon Sep 17 00:00:00 2001 From: Guru322 Date: Sat, 9 Sep 2023 18:51:54 +0530 Subject: [PATCH 250/330] feat(domain): gurubhai.is-a.dev --- domains/gurubhai.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/gurubhai.json diff --git a/domains/gurubhai.json b/domains/gurubhai.json new file mode 100644 index 000000000..813932e1f --- /dev/null +++ b/domains/gurubhai.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Guru322", + "email": "sahoogurucharan00@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 34d092769fa826c6c578417ff2b90a80532f479d Mon Sep 17 00:00:00 2001 From: Johan le stickman Date: Sat, 9 Sep 2023 15:42:05 +0200 Subject: [PATCH 251/330] Change URL redirection --- domains/johan-stickman.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/johan-stickman.json b/domains/johan-stickman.json index 295f229dd..0877408d5 100644 --- a/domains/johan-stickman.json +++ b/domains/johan-stickman.json @@ -4,9 +4,9 @@ "username": "johan-perso", "email": "johan_stickman@proton.me", "twitter": "Johan_Stickman", - "discord": "Johan#8021" + "discord": "jsuismoi" }, "record": { - "URL": "https://johanstick.me" + "URL": "https://johanstick.fr" } } From f06f4620dfc45c6069047a33a59acab2583b4b1b Mon Sep 17 00:00:00 2001 From: yywbadm Date: Sat, 9 Sep 2023 21:48:35 +0800 Subject: [PATCH 252/330] feat(domain): yyw.is-a.dev --- domains/yyw.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yyw.json diff --git a/domains/yyw.json b/domains/yyw.json new file mode 100644 index 000000000..710e5c0b2 --- /dev/null +++ b/domains/yyw.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "yywbadm", + "email": "yyw.981031@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 c4e46aea3450bc552ab62eabc0210bc041738b2c Mon Sep 17 00:00:00 2001 From: prateekmedia Date: Sat, 9 Sep 2023 19:27:59 +0530 Subject: [PATCH 253/330] feat(domain): prtksunal.is-a.dev --- domains/prtksunal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/prtksunal.json diff --git a/domains/prtksunal.json b/domains/prtksunal.json new file mode 100644 index 000000000..a4e5ac574 --- /dev/null +++ b/domains/prtksunal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "prateekmedia", + "email": "prtksunal@gmail.com" + }, + "record": { + "CNAME": "prateekmedia.github.io" + } +} From 80b94fe400de00646fc9ef976898062c5a10f6f8 Mon Sep 17 00:00:00 2001 From: Piplup7575 Date: Sat, 9 Sep 2023 10:05:36 -0400 Subject: [PATCH 254/330] feat(domain): piplup7575.is-a.dev --- domains/piplup7575.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/piplup7575.json diff --git a/domains/piplup7575.json b/domains/piplup7575.json new file mode 100644 index 000000000..5948519e2 --- /dev/null +++ b/domains/piplup7575.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Piplup7575", + "email": "piplup7575@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 e5c1235c365dfadcd32bfd4141590abd02446409 Mon Sep 17 00:00:00 2001 From: Piplup7575 Date: Sat, 9 Sep 2023 10:06:38 -0400 Subject: [PATCH 255/330] feat(domain): pengubin.is-a.dev --- domains/pengubin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pengubin.json diff --git a/domains/pengubin.json b/domains/pengubin.json new file mode 100644 index 000000000..5948519e2 --- /dev/null +++ b/domains/pengubin.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Piplup7575", + "email": "piplup7575@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 24a7255fc723647a35955cc1d6b48b7b5f56a451 Mon Sep 17 00:00:00 2001 From: AutumnVN Date: Sat, 9 Sep 2023 21:43:37 +0700 Subject: [PATCH 256/330] Update chino.json --- domains/chino.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/domains/chino.json b/domains/chino.json index 4ef8d7514..3b3c078ac 100644 --- a/domains/chino.json +++ b/domains/chino.json @@ -1,10 +1,11 @@ { - "description": "My personal page", + "description": "My website", "repo": "https://github.com/AutumnVN/autumnvn.github.io", "owner": { "username": "AutumnVN", - "email": "htuan03@gmail.com", - "twitter": "dvht0" + "email": "autumnvnchino@gmail.com", + "twitter": "autumnvnchino", + "discord": "autumnvn" }, "record": { "CNAME": "chino.pages.dev" From 1255f629f35b7a1c3a7d08a54d1a81776f589691 Mon Sep 17 00:00:00 2001 From: oriionn Date: Sat, 9 Sep 2023 17:48:24 +0200 Subject: [PATCH 257/330] Add my orion.json --- domains/orion.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/orion.json diff --git a/domains/orion.json b/domains/orion.json new file mode 100644 index 000000000..1324ecaf8 --- /dev/null +++ b/domains/orion.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "oriionn", + "email": "contact@oriondev.fr", + "twitter": "orion_offi", + "discord": "orion_off" + }, + "record": { + "URL": "https://oriondev.fr" + } +} From 9049ff34745bc8edaa75870d91aa97b4c44b6e72 Mon Sep 17 00:00:00 2001 From: lfom Date: Sat, 9 Sep 2023 18:18:25 +0000 Subject: [PATCH 258/330] feat(domain): lf.is-a.dev --- domains/lf.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lf.json diff --git a/domains/lf.json b/domains/lf.json new file mode 100644 index 000000000..16ea0cff5 --- /dev/null +++ b/domains/lf.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "lfom", + "email": "lf.dev@gmx.com" + }, + "record": { + "URL": "https://lfdev.envs.sh" + } +} From 0f156b16cb2b5cd9a95b033fd8bb00ff55ca4717 Mon Sep 17 00:00:00 2001 From: XeeRooX Date: Sun, 10 Sep 2023 00:44:14 +0500 Subject: [PATCH 259/330] feat(domain): proautotest.is-a.dev --- domains/proautotest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/proautotest.json diff --git a/domains/proautotest.json b/domains/proautotest.json new file mode 100644 index 000000000..3fa09b421 --- /dev/null +++ b/domains/proautotest.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "XeeRooX", + "email": "akkaunt7931@gmail.com" + }, + "record": { + "A": ["92.119.90.217"] + } +} From c6de2cb4009799f476fb0b07302ae6f7649f9860 Mon Sep 17 00:00:00 2001 From: lfom Date: Sat, 9 Sep 2023 18:24:36 -0300 Subject: [PATCH 260/330] Update lf.json --- domains/lf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/lf.json b/domains/lf.json index 16ea0cff5..4d5612e88 100644 --- a/domains/lf.json +++ b/domains/lf.json @@ -1,9 +1,9 @@ { "owner": { "username": "lfom", - "email": "lf.dev@gmx.com" + "email": "lfdev@envs.net" }, "record": { - "URL": "https://lfdev.envs.sh" + "URL": "https://lfdev.envs.net" } } From 007202dc0182f0af10192509eaca70a40c422f0f Mon Sep 17 00:00:00 2001 From: lfom Date: Sat, 9 Sep 2023 18:29:23 -0300 Subject: [PATCH 261/330] Update lf.json --- domains/lf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/lf.json b/domains/lf.json index 4d5612e88..71a3f0d3b 100644 --- a/domains/lf.json +++ b/domains/lf.json @@ -1,7 +1,8 @@ { "owner": { "username": "lfom", - "email": "lfdev@envs.net" + "email": "", + "matrix": "@lfdev:envs.net" }, "record": { "URL": "https://lfdev.envs.net" From 655f1aad879ac8c773d5d5e101c502a903ad2bd9 Mon Sep 17 00:00:00 2001 From: Shadow Dev <143582028+shadowisdev@users.noreply.github.com> Date: Sun, 10 Sep 2023 12:36:43 +0530 Subject: [PATCH 262/330] Delete domains/_github-pages-challenge-shadowisdev.shadowalker.json --- .../_github-pages-challenge-shadowisdev.shadowalker.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-shadowisdev.shadowalker.json diff --git a/domains/_github-pages-challenge-shadowisdev.shadowalker.json b/domains/_github-pages-challenge-shadowisdev.shadowalker.json deleted file mode 100644 index 51f7828d6..000000000 --- a/domains/_github-pages-challenge-shadowisdev.shadowalker.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "shadowisdev", - "email": "shadowisdev@gmail.com" - }, - "record": { - "TXT": "" - } -} From 99913cf7cb2f26fef6ba0293cba108ef7e54acba Mon Sep 17 00:00:00 2001 From: Lonyx-H Date: Sun, 10 Sep 2023 10:46:46 +0200 Subject: [PATCH 263/330] feat(domain): liam-h.is-a.dev --- domains/liam-h.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/liam-h.json diff --git a/domains/liam-h.json b/domains/liam-h.json new file mode 100644 index 000000000..9b0d635b5 --- /dev/null +++ b/domains/liam-h.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Lonyx-H", + "email": "liam.hedin.pro@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 b63d28602b5a323c82e4602b44b41a98b1f201a7 Mon Sep 17 00:00:00 2001 From: NotSnipc Date: Sun, 10 Sep 2023 14:19:54 +0530 Subject: [PATCH 264/330] feat(domain): snipc.is-a.dev --- domains/snipc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/snipc.json diff --git a/domains/snipc.json b/domains/snipc.json new file mode 100644 index 000000000..3c7284b59 --- /dev/null +++ b/domains/snipc.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "NotSnipc", + "email": "snipc.mail@proton.me" + }, + "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 bcf1e11924ce5c9180ac0516e4a11d68f24eead2 Mon Sep 17 00:00:00 2001 From: JstHuman Date: Sun, 10 Sep 2023 15:49:13 +0530 Subject: [PATCH 265/330] feat(domain): www.amulyasingh.is-a.dev --- domains/www.amulyasingh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/www.amulyasingh.json diff --git a/domains/www.amulyasingh.json b/domains/www.amulyasingh.json new file mode 100644 index 000000000..397c34f77 --- /dev/null +++ b/domains/www.amulyasingh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "JstHuman", + "email": "ytamulya77@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 d24c9225868fd7fa75e405a3b3d72ec207e2a6f2 Mon Sep 17 00:00:00 2001 From: Blob2763 <88489444+Blob2763@users.noreply.github.com> Date: Sun, 10 Sep 2023 11:48:49 +0100 Subject: [PATCH 266/330] Create _github-pages-challenge-UtilsForTheWeb.utils.json --- .../_github-pages-challenge-UtilsForTheWeb.utils.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-UtilsForTheWeb.utils.json diff --git a/domains/_github-pages-challenge-UtilsForTheWeb.utils.json b/domains/_github-pages-challenge-UtilsForTheWeb.utils.json new file mode 100644 index 000000000..556184ec3 --- /dev/null +++ b/domains/_github-pages-challenge-UtilsForTheWeb.utils.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Blob2763", + "email": "blob2763@gmail.com" + }, + "record": { + "TXT": "c5ac9060fffaa7b40b58852449f983" + } +} From c65a0fa70dd671ecfd4ee04e9f01f16ad822e0b0 Mon Sep 17 00:00:00 2001 From: ClicpoW Date: Sun, 10 Sep 2023 13:10:32 +0200 Subject: [PATCH 267/330] feat(domain): raiin.is-a.dev --- domains/raiin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/raiin.json diff --git a/domains/raiin.json b/domains/raiin.json new file mode 100644 index 000000000..ae347f452 --- /dev/null +++ b/domains/raiin.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ClicpoW", + "email": "clicpowytb@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 e9cb4faf96da66399f9c2711e06444de34aa7879 Mon Sep 17 00:00:00 2001 From: obaydmerz Date: Sun, 10 Sep 2023 12:48:13 +0100 Subject: [PATCH 268/330] feat(domain): obaydmerz.is-a.dev --- domains/obaydmerz.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/obaydmerz.json diff --git a/domains/obaydmerz.json b/domains/obaydmerz.json new file mode 100644 index 000000000..4b09f8493 --- /dev/null +++ b/domains/obaydmerz.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "obaydmerz", + "email": "obaydmerz@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 d8f5538d6c8e4de075550c1fd5101b16a4f7addc Mon Sep 17 00:00:00 2001 From: sai-mehar Date: Sun, 10 Sep 2023 18:11:47 +0530 Subject: [PATCH 269/330] feat(domain): sai-mehar.is-a.dev --- domains/sai-mehar.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/sai-mehar.json b/domains/sai-mehar.json index 10598b6e4..c5af18fac 100644 --- a/domains/sai-mehar.json +++ b/domains/sai-mehar.json @@ -4,6 +4,8 @@ "email": "saimehar2005@gmail.com" }, "record": { - "CNAME": "sai-mehar.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 3ce0a2ad7eb4f016730d56a6cfa5dfefbdd63c60 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 10 Sep 2023 09:24:28 -0400 Subject: [PATCH 270/330] feat: removing empty twitter property --- domains/julio.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/julio.json b/domains/julio.json index 1daaa5097..ec44f209a 100644 --- a/domains/julio.json +++ b/domains/julio.json @@ -3,8 +3,7 @@ "repo": "https://github.com/thatsquite", "owner": { "username": "thatsquite", - "email": "juliocesar.santos@making.com", - "twitter": "" + "email": "juliocesar.santos@making.com" }, "record": { "CNAME": "thatsquite.github.io" From dda2ee2a3ab0bc5c5988aece0bdbe053af0bf760 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 10 Sep 2023 09:25:43 -0400 Subject: [PATCH 271/330] Rename _github-pages-challenge-BerzCode.saurabhkirve to _github-pages-challenge-BerzCode.saurabhkirve.json --- ...bhkirve => _github-pages-challenge-BerzCode.saurabhkirve.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-BerzCode.saurabhkirve => _github-pages-challenge-BerzCode.saurabhkirve.json} (100%) diff --git a/domains/_github-pages-challenge-BerzCode.saurabhkirve b/domains/_github-pages-challenge-BerzCode.saurabhkirve.json similarity index 100% rename from domains/_github-pages-challenge-BerzCode.saurabhkirve rename to domains/_github-pages-challenge-BerzCode.saurabhkirve.json From f762669787aaa1144483707bdeaf7cbadfe13c5d Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 10 Sep 2023 10:02:40 -0400 Subject: [PATCH 272/330] feat: update --- domains/tharindudarshana.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/tharindudarshana.json b/domains/tharindudarshana.json index 29b2b778c..23891bb49 100644 --- a/domains/tharindudarshana.json +++ b/domains/tharindudarshana.json @@ -1,4 +1,3 @@ -@@ -0,0 +1,9 @@ { "owner": { "username": "1234Tharindu", From 5b102c4e9a7bb001d0caf1d986f9ab48e6526f2a Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 10 Sep 2023 10:14:52 -0400 Subject: [PATCH 273/330] Rename xiaoxi_tw.json to xiaoxi-tw.json --- domains/{xiaoxi_tw.json => xiaoxi-tw.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{xiaoxi_tw.json => xiaoxi-tw.json} (99%) diff --git a/domains/xiaoxi_tw.json b/domains/xiaoxi-tw.json similarity index 99% rename from domains/xiaoxi_tw.json rename to domains/xiaoxi-tw.json index bd5bc1e67..9c093a9aa 100644 --- a/domains/xiaoxi_tw.json +++ b/domains/xiaoxi-tw.json @@ -8,4 +8,4 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +} From 7d9869b52c7605893db27a19db0406f6826573cd Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 10 Sep 2023 10:30:41 -0400 Subject: [PATCH 274/330] feat: removing empty property --- domains/lf.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/lf.json b/domains/lf.json index 71a3f0d3b..05d3f0398 100644 --- a/domains/lf.json +++ b/domains/lf.json @@ -1,7 +1,6 @@ { "owner": { "username": "lfom", - "email": "", "matrix": "@lfdev:envs.net" }, "record": { From e224fcf4346cd71e55dcab6c40a7a66873cfd16a Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 10 Sep 2023 10:32:00 -0400 Subject: [PATCH 275/330] feat: reverting changes --- domains/lf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/lf.json b/domains/lf.json index 05d3f0398..71a3f0d3b 100644 --- a/domains/lf.json +++ b/domains/lf.json @@ -1,6 +1,7 @@ { "owner": { "username": "lfom", + "email": "", "matrix": "@lfdev:envs.net" }, "record": { From ecaf545a44a2690d2999cad19ac4b8be3517e61b Mon Sep 17 00:00:00 2001 From: mihrpsah Date: Sun, 10 Sep 2023 20:29:53 +0530 Subject: [PATCH 276/330] feat(domain): mihrpsah.is-a.dev --- domains/mihrpsah.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mihrpsah.json diff --git a/domains/mihrpsah.json b/domains/mihrpsah.json new file mode 100644 index 000000000..10ef7db4e --- /dev/null +++ b/domains/mihrpsah.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mihrpsah", + "email": "smihirp1@gmail.com" + }, + "record": { + "A": ["185.199.108.153"] + } +} From 47d0ed243d525aafe6d81c3d23948341cc4148fe Mon Sep 17 00:00:00 2001 From: Mihir Pratap Sah Date: Sun, 10 Sep 2023 20:40:20 +0530 Subject: [PATCH 277/330] UPDATED: record in mihrpsah.json --- domains/mihrpsah.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mihrpsah.json b/domains/mihrpsah.json index 10ef7db4e..5349738c2 100644 --- a/domains/mihrpsah.json +++ b/domains/mihrpsah.json @@ -4,6 +4,6 @@ "email": "smihirp1@gmail.com" }, "record": { - "A": ["185.199.108.153"] + "CNAME": "mihrpsah.github.io" } } From b743a1f563c7201274acfe7f89ae5a2e49aa9e7b Mon Sep 17 00:00:00 2001 From: rtgamingwdt Date: Sun, 10 Sep 2023 12:02:59 -0400 Subject: [PATCH 278/330] feat(domain): yoitsrt.is-a.dev --- domains/yoitsrt.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yoitsrt.json diff --git a/domains/yoitsrt.json b/domains/yoitsrt.json new file mode 100644 index 000000000..4109556f7 --- /dev/null +++ b/domains/yoitsrt.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "rtgamingwdt", + "email": "rustytrim11@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 fa5e948e3a5fdc6840f3a910686fa7e4ede85eb1 Mon Sep 17 00:00:00 2001 From: neealdon3 Date: Sun, 10 Sep 2023 09:53:51 -0700 Subject: [PATCH 279/330] feat(domain): eternalnetwork.is-a.dev --- domains/eternalnetwork.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/eternalnetwork.json diff --git a/domains/eternalnetwork.json b/domains/eternalnetwork.json new file mode 100644 index 000000000..6520e9f8e --- /dev/null +++ b/domains/eternalnetwork.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "neealdon3", + "email": "neealdon3@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 59244913a4ec2b08b864712dbecf094aac39aded Mon Sep 17 00:00:00 2001 From: NotFenixio Date: Sun, 10 Sep 2023 22:06:06 +0200 Subject: [PATCH 280/330] feat(domain): notfenixio.is-a.dev --- domains/notfenixio.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/notfenixio.json diff --git a/domains/notfenixio.json b/domains/notfenixio.json new file mode 100644 index 000000000..f54e3ca4e --- /dev/null +++ b/domains/notfenixio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NotFenixio", + "email": "josueart40@gmail.com" + }, + "record": { + "CNAME": "notfenixio.github.io" + } +} From 3b814a69fa60bb6f0ad93ef5fbdb290caf4c198a Mon Sep 17 00:00:00 2001 From: RipAngelhacks Date: Sun, 10 Sep 2023 18:21:04 -0400 Subject: [PATCH 281/330] feat(domain): yourmom.is-a.dev --- domains/yourmom.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/yourmom.json diff --git a/domains/yourmom.json b/domains/yourmom.json new file mode 100644 index 000000000..8a6294146 --- /dev/null +++ b/domains/yourmom.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "RipAngelhacks", + "email": "ojedallopezangel@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 f0b7161190986965b00af71dd91fae05ae14a5d1 Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Mon, 11 Sep 2023 08:44:19 +0530 Subject: [PATCH 282/330] Update prtksunal.json --- domains/prtksunal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/prtksunal.json b/domains/prtksunal.json index a4e5ac574..3c1d11c83 100644 --- a/domains/prtksunal.json +++ b/domains/prtksunal.json @@ -4,6 +4,6 @@ "email": "prtksunal@gmail.com" }, "record": { - "CNAME": "prateekmedia.github.io" + "A": "185.199.108.153" } } From 6a3a5db8929e1776425153032b145741254697dd Mon Sep 17 00:00:00 2001 From: Prateek Sunal Date: Mon, 11 Sep 2023 08:46:03 +0530 Subject: [PATCH 283/330] Update prtksunal.json --- domains/prtksunal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/prtksunal.json b/domains/prtksunal.json index 3c1d11c83..0dbf69499 100644 --- a/domains/prtksunal.json +++ b/domains/prtksunal.json @@ -4,6 +4,6 @@ "email": "prtksunal@gmail.com" }, "record": { - "A": "185.199.108.153" + "A": ["185.199.108.153"] } } From aa7bc6cbc9caae4d3e9cdae187986d7c937972e4 Mon Sep 17 00:00:00 2001 From: Saurabh Kirve Date: Mon, 11 Sep 2023 12:12:04 +0530 Subject: [PATCH 284/330] Update saurabh-kirve.json --- domains/saurabh-kirve.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saurabh-kirve.json b/domains/saurabh-kirve.json index 07906eb42..7e949b97b 100644 --- a/domains/saurabh-kirve.json +++ b/domains/saurabh-kirve.json @@ -4,6 +4,6 @@ "email": "saurabhkirve@gmail.com" }, "record": { - "CNAME": "berzcode.github.io" + "A": "162.159.24.201" } } From f34b9ff7e5aca2bdc9621b35e5e15625c6323ce4 Mon Sep 17 00:00:00 2001 From: CnyAnime Date: Mon, 11 Sep 2023 10:24:39 +0200 Subject: [PATCH 285/330] feat(domain): littleneko.is-a.dev --- domains/littleneko.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/littleneko.json diff --git a/domains/littleneko.json b/domains/littleneko.json new file mode 100644 index 000000000..143add315 --- /dev/null +++ b/domains/littleneko.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CnyAnime", + "email": "mrdriveappstudios@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 8cfb546fe6f3aaa0e6c9cd8e0bd200e94014d635 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 11 Sep 2023 16:40:28 +0800 Subject: [PATCH 286/330] Discard changes to domains/note-lrmn.json --- domains/note-lrmn.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/note-lrmn.json diff --git a/domains/note-lrmn.json b/domains/note-lrmn.json deleted file mode 100644 index 2756262c9..000000000 --- a/domains/note-lrmn.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "lrmn7", - "email": "lrmnid@gmail.com" - }, - - "record": { - "URL": "https://github.com/lrmn7/blogs" - } -} From b656cf2ea9c69d215ba848679a963a1c82bec35a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 11 Sep 2023 16:40:33 +0800 Subject: [PATCH 287/330] Discard changes to domains/ohmycv.json --- domains/ohmycv.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/ohmycv.json diff --git a/domains/ohmycv.json b/domains/ohmycv.json deleted file mode 100644 index 0b349ba9d..000000000 --- a/domains/ohmycv.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "lrmn7", - "email": "lrmnid@gmail.com" - }, - - "record": { - "URL": "https://ohmycv.netlify.app" - } -} From e37b5cb1d4bf492c3800333481f39ea8ccccee56 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 11 Sep 2023 16:41:28 +0800 Subject: [PATCH 288/330] Update kayden.json --- domains/kayden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kayden.json b/domains/kayden.json index 3c601b422..b253da134 100644 --- a/domains/kayden.json +++ b/domains/kayden.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["a"] + "A": ["103.7.8.238"] } } From e81aa399b4822225a9b250794c554bb457dd2040 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 11 Sep 2023 16:42:38 +0800 Subject: [PATCH 289/330] Update firedemon.json --- domains/firedemon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/firedemon.json b/domains/firedemon.json index 165d567f3..5979a0f57 100644 --- a/domains/firedemon.json +++ b/domains/firedemon.json @@ -6,6 +6,6 @@ }, "record": { - "CNAME": "demon-briefly.github.io" + "CNAME": "shadowplayzyt22.github.io" } } From 17f48e3dab61ff17d9827b5281401728ac4b6cff Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 11 Sep 2023 16:46:01 +0800 Subject: [PATCH 290/330] Update saurabh-kirve.json --- domains/saurabh-kirve.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saurabh-kirve.json b/domains/saurabh-kirve.json index 7e949b97b..021ba8df4 100644 --- a/domains/saurabh-kirve.json +++ b/domains/saurabh-kirve.json @@ -4,6 +4,6 @@ "email": "saurabhkirve@gmail.com" }, "record": { - "A": "162.159.24.201" + "A": ["162.159.24.201"] } } From 4d8461146055c9d28280c100af7493d2c9a22945 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 11 Sep 2023 16:47:11 +0800 Subject: [PATCH 291/330] Update prtksunal.json --- domains/prtksunal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/prtksunal.json b/domains/prtksunal.json index 0dbf69499..a4e5ac574 100644 --- a/domains/prtksunal.json +++ b/domains/prtksunal.json @@ -4,6 +4,6 @@ "email": "prtksunal@gmail.com" }, "record": { - "A": ["185.199.108.153"] + "CNAME": "prateekmedia.github.io" } } From 5b79f9f90f99a5f9a601a544dfa6191313aef910 Mon Sep 17 00:00:00 2001 From: antithense Date: Mon, 11 Sep 2023 11:04:25 +0200 Subject: [PATCH 292/330] feat(domain): femboy.is-a.dev --- domains/femboy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/femboy.json diff --git a/domains/femboy.json b/domains/femboy.json new file mode 100644 index 000000000..dc7133f05 --- /dev/null +++ b/domains/femboy.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "antithense", + "email": "nuffimail33@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 dcff3aebf4ebd522b34e5613b22603dcd8dde3de Mon Sep 17 00:00:00 2001 From: BerzCode Date: Mon, 11 Sep 2023 14:40:39 +0530 Subject: [PATCH 293/330] feat(domain): saurabh-kirve.is-a.dev --- domains/saurabh-kirve.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/saurabh-kirve.json b/domains/saurabh-kirve.json index 021ba8df4..afd47a19a 100644 --- a/domains/saurabh-kirve.json +++ b/domains/saurabh-kirve.json @@ -4,6 +4,8 @@ "email": "saurabhkirve@gmail.com" }, "record": { - "A": ["162.159.24.201"] + "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 e52b43a940509d044f7556b8c2a64c8517c82f4f Mon Sep 17 00:00:00 2001 From: OhGodANoob Date: Mon, 11 Sep 2023 05:58:38 -0400 Subject: [PATCH 294/330] feat(domain): ohgodanoob.is-a.dev --- domains/ohgodanoob.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ohgodanoob.json diff --git a/domains/ohgodanoob.json b/domains/ohgodanoob.json new file mode 100644 index 000000000..b1a76a6e4 --- /dev/null +++ b/domains/ohgodanoob.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "OhGodANoob", + "email": "ohgodanoob@protonmail.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 6c1760d6f1e56b651812b51df08a4dd47e9b145a Mon Sep 17 00:00:00 2001 From: kramiikk Date: Mon, 11 Sep 2023 16:30:24 +0600 Subject: [PATCH 295/330] feat(domain): kramiikk.is-a.dev --- domains/kramiikk.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kramiikk.json diff --git a/domains/kramiikk.json b/domains/kramiikk.json new file mode 100644 index 000000000..92e7cb91e --- /dev/null +++ b/domains/kramiikk.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "kramiikk", + "email": "hifund@yandex.ru" + }, + "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 5ca5ef52b289ecd2933da869376d761119a2cdaf Mon Sep 17 00:00:00 2001 From: Hoot679 Date: Mon, 11 Sep 2023 20:48:42 +1000 Subject: [PATCH 296/330] feat(domain): minihoot.is-a.dev --- domains/minihoot.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/minihoot.json diff --git a/domains/minihoot.json b/domains/minihoot.json new file mode 100644 index 000000000..b3f5dde2c --- /dev/null +++ b/domains/minihoot.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Hoot679", + "email": "henrymahlberg65@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 980ecc6f49d08534212f99e50145decd8933b1d2 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 11 Sep 2023 18:49:44 +0800 Subject: [PATCH 297/330] Discard changes to domains/hoot.json --- domains/hoot.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/hoot.json diff --git a/domains/hoot.json b/domains/hoot.json deleted file mode 100644 index 4d8224aac..000000000 --- a/domains/hoot.json +++ /dev/null @@ -1,12 +0,0 @@ - - { - "owner": { - "username": "Hoot679", - "email": "hoottheowlshoot@gmail.com" - }, - - "record": { - "URL": "URL" - } - } - \ No newline at end of file From 9cd07bd995b96297e0af56f56ea33b9804df925a Mon Sep 17 00:00:00 2001 From: luqmanity Date: Mon, 11 Sep 2023 19:31:25 +0800 Subject: [PATCH 298/330] feat(domain): luqmanity.is-a.dev --- domains/luqmanity.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/luqmanity.json diff --git a/domains/luqmanity.json b/domains/luqmanity.json new file mode 100644 index 000000000..618bfe59a --- /dev/null +++ b/domains/luqmanity.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "luqmanity", + "email": "luqman.yazrie@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 cd206fc0399ca73ba0495a9c4e73197de875b5d7 Mon Sep 17 00:00:00 2001 From: milindmadhukar Date: Mon, 11 Sep 2023 18:38:51 +0530 Subject: [PATCH 299/330] feat(domain): milind.is-a.dev --- domains/milind.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/milind.json diff --git a/domains/milind.json b/domains/milind.json new file mode 100644 index 000000000..796b5eca4 --- /dev/null +++ b/domains/milind.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "milindmadhukar", + "email": "m.milind15@gmail.com" + }, + "record": { + "URL": "https://github.com/milindmadhukar" + } +} From 89a870103f410af950361852b4376048e8d5770b Mon Sep 17 00:00:00 2001 From: Stef-00012 Date: Mon, 11 Sep 2023 17:25:47 +0200 Subject: [PATCH 300/330] feat(domain): cdn.stefdp.is-a.dev --- domains/cdn.stefdp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cdn.stefdp.json diff --git a/domains/cdn.stefdp.json b/domains/cdn.stefdp.json new file mode 100644 index 000000000..8b3fe072d --- /dev/null +++ b/domains/cdn.stefdp.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "stefano.delprete.08@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 d3c16c2edee45a8aef46b4d177adb930a8aa294f Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Mon, 11 Sep 2023 17:27:53 +0200 Subject: [PATCH 301/330] Delete domains/ilxvmorkq245.stefdp.json --- domains/ilxvmorkq245.stefdp.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ilxvmorkq245.stefdp.json diff --git a/domains/ilxvmorkq245.stefdp.json b/domains/ilxvmorkq245.stefdp.json deleted file mode 100644 index d31a5b4a9..000000000 --- a/domains/ilxvmorkq245.stefdp.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com" - }, - "record": { - "CNAME": "gv-p4ut76elat43se.dv.googlehosted.com" - } -} From 322ccb2efe2679992ba234c7d234c5a04cccb00e Mon Sep 17 00:00:00 2001 From: GURU Date: Mon, 11 Sep 2023 21:38:48 +0530 Subject: [PATCH 302/330] Update gurubhai.json --- domains/gurubhai.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/domains/gurubhai.json b/domains/gurubhai.json index 813932e1f..ebec74778 100644 --- a/domains/gurubhai.json +++ b/domains/gurubhai.json @@ -5,7 +5,23 @@ }, "record": { "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "MX": [ + { + "host": "@", + "value": "mx1.improvmx.com", + "priority": 10 + }, + { + "host": "@", + "value": "mx2.improvmx.com", + "priority": 20 + } + ], + "TXT": [ + { + "host": "@", + "value": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" + } + ] } -} \ No newline at end of file +} From 13ae2457c3d3869fae0f689732787341a5ab2d5e Mon Sep 17 00:00:00 2001 From: soggycatalltheway Date: Mon, 11 Sep 2023 19:23:57 +0200 Subject: [PATCH 303/330] feat(domain): shiba.is-a.dev --- domains/shiba.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/shiba.json diff --git a/domains/shiba.json b/domains/shiba.json new file mode 100644 index 000000000..cc9d2f0cc --- /dev/null +++ b/domains/shiba.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "soggycatalltheway", + "email": "hurvzee+partizao@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 c444454af4cd412bb058110d55b6dd6f263ed7f8 Mon Sep 17 00:00:00 2001 From: soggycatalltheway Date: Mon, 11 Sep 2023 19:31:53 +0200 Subject: [PATCH 304/330] feat(domain): bread.is-a.dev --- domains/bread.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bread.json diff --git a/domains/bread.json b/domains/bread.json new file mode 100644 index 000000000..cc9d2f0cc --- /dev/null +++ b/domains/bread.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "soggycatalltheway", + "email": "hurvzee+partizao@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 d11612f0342c9e7404bacfcd653e7c9c04a6d2f3 Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Tue, 12 Sep 2023 00:51:02 +0200 Subject: [PATCH 305/330] Delete domains/cdn.stefdp.json --- domains/cdn.stefdp.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/cdn.stefdp.json diff --git a/domains/cdn.stefdp.json b/domains/cdn.stefdp.json deleted file mode 100644 index 8b3fe072d..000000000 --- a/domains/cdn.stefdp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "stefano.delprete.08@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 d1e7c0bb9df630b50c467e7131b7be4c130e5937 Mon Sep 17 00:00:00 2001 From: plu5 Date: Tue, 12 Sep 2023 03:47:32 +0300 Subject: [PATCH 306/330] Create _github-pages-challenge-plu5.ck.json --- domains/_github-pages-challenge-plu5.ck.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-plu5.ck.json diff --git a/domains/_github-pages-challenge-plu5.ck.json b/domains/_github-pages-challenge-plu5.ck.json new file mode 100644 index 000000000..ae7d218ab --- /dev/null +++ b/domains/_github-pages-challenge-plu5.ck.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/plu5/plu5.github.io", + "owner": { + "username": "plu5", + "email": "ctre@users.sourceforge.net", + "twitter": "preminster" + }, + "record": { + "TXT": "1d92c5eb70762c032ba6d32b9b631e" + } +} From fa9e3a76c128b2a0a3b7ad8f7fd72d01c1aaf80a Mon Sep 17 00:00:00 2001 From: MakeShiftArtist <47653736+MakeShiftArtist@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:06:23 -0500 Subject: [PATCH 307/330] Update makeshiftartist.json Added MX records and updated TXT records --- domains/makeshiftartist.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/makeshiftartist.json b/domains/makeshiftartist.json index 54c193f1f..ddcf47993 100644 --- a/domains/makeshiftartist.json +++ b/domains/makeshiftartist.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], + "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" } -} \ No newline at end of file +} From 350e12c51b833ecc3a123f6cc0997649df2ba551 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 12 Sep 2023 09:19:00 +0800 Subject: [PATCH 308/330] Update gurubhai.json --- domains/gurubhai.json | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/domains/gurubhai.json b/domains/gurubhai.json index ebec74778..95639cd76 100644 --- a/domains/gurubhai.json +++ b/domains/gurubhai.json @@ -6,22 +6,9 @@ "record": { "A": ["217.174.245.249"], "MX": [ - { - "host": "@", - "value": "mx1.improvmx.com", - "priority": 10 - }, - { - "host": "@", - "value": "mx2.improvmx.com", - "priority": 20 - } + "mx1.improvmx.com", + "mx2.improvmx.com", ], - "TXT": [ - { - "host": "@", - "value": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" - } - ] + "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" } } From 2d16c406e9983dc5a448362f82a8973043c80bc3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 12 Sep 2023 09:19:14 +0800 Subject: [PATCH 309/330] Update gurubhai.json --- domains/gurubhai.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gurubhai.json b/domains/gurubhai.json index 95639cd76..bd3a9672d 100644 --- a/domains/gurubhai.json +++ b/domains/gurubhai.json @@ -7,7 +7,7 @@ "A": ["217.174.245.249"], "MX": [ "mx1.improvmx.com", - "mx2.improvmx.com", + "mx2.improvmx.com" ], "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" } From 5f9a6033a74618ed66ee617965d729aad19bc139 Mon Sep 17 00:00:00 2001 From: joaozeiradev <144752334+joaozeiradev@users.noreply.github.com> Date: Tue, 12 Sep 2023 01:57:57 +0000 Subject: [PATCH 310/330] feat(domain): add `minion.is-a.dev` --- domains/minion.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/minion.json diff --git a/domains/minion.json b/domains/minion.json new file mode 100644 index 000000000..6c6b8d540 --- /dev/null +++ b/domains/minion.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "joaozeiradev", + "email": "joaofelipegamer24@gmail.com" + }, + + "record": { + "A": ["191.233.30.89"] + } +} From 3723abd6180562fdf9cf9c8ba57857ced8a68ac6 Mon Sep 17 00:00:00 2001 From: joaozeiradev Date: Tue, 12 Sep 2023 02:51:05 +0000 Subject: [PATCH 311/330] feat(domain): joaozeira.is-a.dev --- domains/joaozeira.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/joaozeira.json diff --git a/domains/joaozeira.json b/domains/joaozeira.json new file mode 100644 index 000000000..000eb3f77 --- /dev/null +++ b/domains/joaozeira.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "joaozeiradev", + "email": "joaofelipegamer24@gmail.com" + }, + "record": { + "A": ["191.233.29.127"] + } +} From aa8c9ed86aa81daffa5da3d467b001c3a4af5920 Mon Sep 17 00:00:00 2001 From: felipeiracloud Date: Tue, 12 Sep 2023 00:34:27 -0300 Subject: [PATCH 312/330] feat(domain): joao.is-a.dev --- domains/joao.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/joao.json diff --git a/domains/joao.json b/domains/joao.json new file mode 100644 index 000000000..1489c645b --- /dev/null +++ b/domains/joao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "felipeiracloud", + "email": "joaofelipegamer23@gmail.com" + }, + "record": { + "A": ["191.233.29.127"] + } +} From 5df4a1766eb9e14d55ed43c48e9c89d063399e15 Mon Sep 17 00:00:00 2001 From: kramiikk Date: Tue, 12 Sep 2023 10:38:21 +0600 Subject: [PATCH 313/330] feat(domain): wap.is-a.dev --- domains/wap.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/wap.json diff --git a/domains/wap.json b/domains/wap.json new file mode 100644 index 000000000..92e7cb91e --- /dev/null +++ b/domains/wap.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "kramiikk", + "email": "hifund@yandex.ru" + }, + "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 8b16683084e61927e4e50a885e3e55221094bb90 Mon Sep 17 00:00:00 2001 From: VonYuan Date: Tue, 12 Sep 2023 15:30:55 +0800 Subject: [PATCH 314/330] feat(domain): voonyuan.is-a.dev --- domains/voonyuan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/voonyuan.json diff --git a/domains/voonyuan.json b/domains/voonyuan.json new file mode 100644 index 000000000..61e408cf6 --- /dev/null +++ b/domains/voonyuan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "VonYuan", + "email": "voonyuan11@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 b4aff9d4715ee35c2032e4de4e6b729666a5740a Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 12 Sep 2023 13:58:09 +0530 Subject: [PATCH 315/330] Update vaibhavsys.json --- domains/vaibhavsys.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/vaibhavsys.json b/domains/vaibhavsys.json index f239ad6e4..83e06c559 100644 --- a/domains/vaibhavsys.json +++ b/domains/vaibhavsys.json @@ -1,9 +1,9 @@ { "owner": { "username": "VaibhavSys", - "email": "vaibhavdhi@proton.me" + "email": "vaibhavsys@protonmail.com" }, "record": { - "URL": "https://www.vaibhav.studio" + "URL": "https://www.thevaibhavway.pro/" } } From b1161fb524b1d8da428af8be2d670371b3872a71 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 12 Sep 2023 15:29:47 +0530 Subject: [PATCH 316/330] Update vaibhav.json --- domains/vaibhav.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/domains/vaibhav.json b/domains/vaibhav.json index efec635c1..83e06c559 100644 --- a/domains/vaibhav.json +++ b/domains/vaibhav.json @@ -1,11 +1,9 @@ { "owner": { - "username": "Vaibhav-Kashyap07", - "email": "", - "discord": "Vaibhav Kashyap#5747" + "username": "VaibhavSys", + "email": "vaibhavsys@protonmail.com" }, - "repo": "https://github.com/Vaibhav-Kashyap07/Vaibhav-Kashyap07.github.io", "record": { - "CNAME": "Vaibhav-Kashyap07.github.io" + "URL": "https://www.thevaibhavway.pro/" } } From 1f14a8b6b4200d4b1bfe705c0c76f27e6c5569f6 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 12 Sep 2023 15:46:36 +0530 Subject: [PATCH 317/330] Delete domains/vaibhavsys.json --- domains/vaibhavsys.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/vaibhavsys.json diff --git a/domains/vaibhavsys.json b/domains/vaibhavsys.json deleted file mode 100644 index 83e06c559..000000000 --- a/domains/vaibhavsys.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "VaibhavSys", - "email": "vaibhavsys@protonmail.com" - }, - "record": { - "URL": "https://www.thevaibhavway.pro/" - } -} From be8fd016d0d286327b0b594aa0501052e6df6875 Mon Sep 17 00:00:00 2001 From: Rudransh Shrivastava Date: Tue, 12 Sep 2023 15:49:33 +0530 Subject: [PATCH 318/330] added rudransh.json --- domains/rudransh.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/rudransh.json diff --git a/domains/rudransh.json b/domains/rudransh.json new file mode 100644 index 000000000..380dd0e4c --- /dev/null +++ b/domains/rudransh.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "rudransh-shrivastava", + "email": "rudransh.shr@gmail.com", + "discord": "rudransh.bf", + "twitter": "rudranshstwt" + }, + "description": "Domain for my personal portfolio written w/ Html, CSS and JavaScript", + "repo": "https://github.com/rudransh-shrivastava/rudransh-shrivastava.github.io/", + "record": { + "A": ["140.238.251.183"] + } +} From 1039b270a8da8a579238d10f2b3e85d0bc41d7fa Mon Sep 17 00:00:00 2001 From: GoodBoyNeon <93624576+GoodBoyNeon@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:38:46 +0545 Subject: [PATCH 319/330] create v1.neon.json and update discord username --- domains/neon.json | 2 +- domains/v1.neon.json | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 domains/v1.neon.json diff --git a/domains/neon.json b/domains/neon.json index 7531a0358..36721ad70 100644 --- a/domains/neon.json +++ b/domains/neon.json @@ -3,7 +3,7 @@ "repo": "https://github.com/GoodBoyNeon/goodboyneon.github.io", "owner": { "username": "GoodBoyNeon", - "discord": "GoodBoyNeon#2424", + "discord": "neonthedeveloper", "twitter": "NeonTheNerd", "email": "goodboyneon03@gmail.com" }, diff --git a/domains/v1.neon.json b/domains/v1.neon.json new file mode 100644 index 000000000..8dda5bc69 --- /dev/null +++ b/domains/v1.neon.json @@ -0,0 +1,13 @@ +{ + "description": "V1 of My Portfolio (neon.is-a.dev)", + "repo": "https://github.com/GoodBoyNeon/v1", + "owner": { + "username": "GoodBoyNeon", + "discord": "neonthedeveloper", + "twitter": "NeonTheNerd", + "email": "goodboyneon03@gmail.com" + }, + "record": { + "CNAME": "v1.neon.is-a.dev" + } +} \ No newline at end of file From a951e273d241ed59d762bd8495ad729056b56c7a Mon Sep 17 00:00:00 2001 From: GoodBoyNeon <93624576+GoodBoyNeon@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:02:32 +0545 Subject: [PATCH 320/330] Update v1.neon.json --- domains/v1.neon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/v1.neon.json b/domains/v1.neon.json index 8dda5bc69..560a95686 100644 --- a/domains/v1.neon.json +++ b/domains/v1.neon.json @@ -8,6 +8,6 @@ "email": "goodboyneon03@gmail.com" }, "record": { - "CNAME": "v1.neon.is-a.dev" + "CNAME": "goodboyneon.github.io" } -} \ No newline at end of file +} From b04c8af99038c9e2051ef0581a93f0105cd3f9b6 Mon Sep 17 00:00:00 2001 From: H <133486701+heatherdevx@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:43:03 +0000 Subject: [PATCH 321/330] Create hexxy.json --- domains/hexxy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/hexxy.json diff --git a/domains/hexxy.json b/domains/hexxy.json new file mode 100644 index 000000000..a9e8ff105 --- /dev/null +++ b/domains/hexxy.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "heatherdevx", + "email": "heather.sysdev@gmail.com" + }, + + "record": { + "A": ["129.151.221.53"] + } +} From f739ba48c73c77db579ec700730b7dcedec66951 Mon Sep 17 00:00:00 2001 From: carnotweat Date: Tue, 12 Sep 2023 17:16:37 +0530 Subject: [PATCH 322/330] feat(domain): sameer.is-a.dev --- domains/sameer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sameer.json diff --git a/domains/sameer.json b/domains/sameer.json new file mode 100644 index 000000000..000fd7678 --- /dev/null +++ b/domains/sameer.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "carnotweat", + "email": "jasitis@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 f95fbe6f94657de78d6be35804b4277e5e02a4ef Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 12 Sep 2023 17:40:04 +0530 Subject: [PATCH 323/330] Delete domains/used-to-be-daddy.json --- domains/used-to-be-daddy.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/used-to-be-daddy.json diff --git a/domains/used-to-be-daddy.json b/domains/used-to-be-daddy.json deleted file mode 100644 index 59f383846..000000000 --- a/domains/used-to-be-daddy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "I used to be daddy", - "owner": { - "username": "MouseMoosz", - "email": "mousemoosz@protonmail.com" - }, - "record": { - "URL": "https://mousemoosz.is-a.dev" - } -} From 10bded7680c24969c83e802ba54e2e87661cc77f Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 12 Sep 2023 17:42:14 +0530 Subject: [PATCH 324/330] Delete domains/ball.mousemoosz.json --- domains/ball.mousemoosz.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/ball.mousemoosz.json diff --git a/domains/ball.mousemoosz.json b/domains/ball.mousemoosz.json deleted file mode 100644 index 293d56209..000000000 --- a/domains/ball.mousemoosz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "The documentation website for Ball discord bot.", - "owner": { - "username": "MouseMoosz", - "email": "mousemoosz@protonmail.com" - }, - "record": { - "CNAME": "mousemoosz.github.io" - } -} From ae2011c0a07b6213b7a4cb007c4a665e23fa27d7 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 12 Sep 2023 17:44:58 +0530 Subject: [PATCH 325/330] Delete domains/mc.mousemoosz.json --- domains/mc.mousemoosz.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/mc.mousemoosz.json diff --git a/domains/mc.mousemoosz.json b/domains/mc.mousemoosz.json deleted file mode 100644 index df531cdad..000000000 --- a/domains/mc.mousemoosz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For my Minecraft server", - "owner": { - "username": "MouseMoosz", - "email": "mousemoosz@protonmail.com" - }, - "record": { - "CNAME": "ge.terohost.com" - } -} From c3f474fe1778450bd2af2ae0cdd8e03e72540033 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 12 Sep 2023 17:45:47 +0530 Subject: [PATCH 326/330] Delete domains/status.mousemoosz.json --- domains/status.mousemoosz.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/status.mousemoosz.json diff --git a/domains/status.mousemoosz.json b/domains/status.mousemoosz.json deleted file mode 100644 index 3cec0a3e2..000000000 --- a/domains/status.mousemoosz.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "For statuspage", - "owner": { - "username": "MouseMoosz", - "email": "mousemoosz@protonmail.com" - }, - "record": { - "CNAME": "mousemoosz.statuspage.io" - } -} From 344bb02ec873e5db9b9c66349b0305bb9fd7a854 Mon Sep 17 00:00:00 2001 From: joaozeiradev Date: Tue, 12 Sep 2023 13:28:51 +0000 Subject: [PATCH 327/330] feat(domain): joaozeira.is-a.dev --- domains/joaozeira.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/joaozeira.json b/domains/joaozeira.json index 000eb3f77..b0ef44d55 100644 --- a/domains/joaozeira.json +++ b/domains/joaozeira.json @@ -4,6 +4,8 @@ "email": "joaofelipegamer24@gmail.com" }, "record": { - "A": ["191.233.29.127"] + "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 0a5eceade570f456f3e55b6324452c7643a40907 Mon Sep 17 00:00:00 2001 From: nxrmqlly Date: Tue, 12 Sep 2023 22:36:08 +0530 Subject: [PATCH 328/330] feat(domain): nxrmqlly.is-a.dev --- domains/nxrmqlly.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nxrmqlly.json diff --git a/domains/nxrmqlly.json b/domains/nxrmqlly.json new file mode 100644 index 000000000..555499f81 --- /dev/null +++ b/domains/nxrmqlly.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "nxrmqlly", + "email": "ritam.das3110@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 fe9e6faa1062b71749c22eb46418d2506a30f60e Mon Sep 17 00:00:00 2001 From: SouperZ Date: Tue, 12 Sep 2023 19:38:45 +0200 Subject: [PATCH 329/330] feat(domain): soup.is-a.dev --- domains/soup.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/soup.json diff --git a/domains/soup.json b/domains/soup.json new file mode 100644 index 000000000..bea0a34c9 --- /dev/null +++ b/domains/soup.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "SouperZ", + "email": "slxtty.bxtchlol@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 41d00d687187bc5f3a2ef32534b4b2e0ee443868 Mon Sep 17 00:00:00 2001 From: sarcasternub Date: Tue, 12 Sep 2023 23:19:00 +0530 Subject: [PATCH 330/330] feat(domain): register sarcaster.is-a.dev --- domains/sarcaster.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/sarcaster.json diff --git a/domains/sarcaster.json b/domains/sarcaster.json new file mode 100644 index 000000000..a8c19e256 --- /dev/null +++ b/domains/sarcaster.json @@ -0,0 +1,13 @@ +{ + "description": "Personal Website of Sarcaster", + "repo": "https://github.com/sarcasterXO/sarcasterxo.github.io", + "owner": { + "username": "sarcasterXO", + "email": "sarcasteryt@gmail.com", + "twitter": "sarcasterXO", + "discord": "sarcasterxo" + }, + "record": { + "CNAME": "sarcasterxo.github.io" + } +}