From 4f2435df80d6efe9da4da22951d72243b4a979f9 Mon Sep 17 00:00:00 2001 From: IamTheDefender <72926871+IamTheDefender@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:41:27 +0530 Subject: [PATCH 001/121] Added iamthedefender --- domains/iamthedefender.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/iamthedefender.json diff --git a/domains/iamthedefender.json b/domains/iamthedefender.json new file mode 100644 index 000000000..040627f91 --- /dev/null +++ b/domains/iamthedefender.json @@ -0,0 +1,11 @@ + + { + "owner": { + "username": "IamTheDefender", + "email": "nitishparmar23@gmail.com" + }, + "record": { + "A": ["135.148.226.33"] + } + } + \ No newline at end of file From 3fa7f8664232762b47888f3a78b078df29e34184 Mon Sep 17 00:00:00 2001 From: FabianMeerveld Date: Mon, 13 Nov 2023 13:32:37 +0100 Subject: [PATCH 002/121] feat(domain): meerveld.is-a.dev --- domains/meerveld.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/meerveld.json b/domains/meerveld.json index 0396c32d9..793fd38c6 100644 --- a/domains/meerveld.json +++ b/domains/meerveld.json @@ -4,6 +4,9 @@ "email": "fabian.meerveld@student.hu.nl" }, "record": { - "A": ["20.160.193.51"] + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file From e46c17a8fb60dd3f60e0cbe80b1eff9819f61856 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Wed, 15 Nov 2023 12:50:01 +0200 Subject: [PATCH 003/121] Create server.alpha.json --- domains/server.alpha.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/server.alpha.json diff --git a/domains/server.alpha.json b/domains/server.alpha.json new file mode 100644 index 000000000..4622bb504 --- /dev/null +++ b/domains/server.alpha.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "YouFoundAlpha", + "email": "sweepalf@gmail.com" + }, + "record": { + "CNAME": "serveo.net", + "TXT": ["_serveo-authkey.alpha.is-a.dev=SHA256:bdFHNWD246po9Ryu2M7JEpnqZgCNFRygDTUD6pHCP+E"] + } +} From 4415de20252ef775512809a694d71c9e2f3057b0 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Wed, 15 Nov 2023 13:17:52 +0200 Subject: [PATCH 004/121] Update server.alpha.json --- domains/server.alpha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/server.alpha.json b/domains/server.alpha.json index 4622bb504..178496cee 100644 --- a/domains/server.alpha.json +++ b/domains/server.alpha.json @@ -5,6 +5,6 @@ }, "record": { "CNAME": "serveo.net", - "TXT": ["_serveo-authkey.alpha.is-a.dev=SHA256:bdFHNWD246po9Ryu2M7JEpnqZgCNFRygDTUD6pHCP+E"] + "TXT": "_serveo-authkey.alpha.is-a.dev=SHA256:bdFHNWD246po9Ryu2M7JEpnqZgCNFRygDTUD6pHCP+E" } } From ca4047908ca1b5aecc20bed0ac3475211b7a0a84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=95=E3=82=A1=E3=83=8F=E3=83=89=E3=83=BB=E3=83=AA?= =?UTF-8?q?=E3=82=BA=E3=83=AF=E3=83=B3?= <59868973+Raiden-16F7@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:34:50 +0500 Subject: [PATCH 005/121] Update retr0xraiden.json Changed record Type from URL to CNAME for Github pages --- domains/retr0xraiden.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/retr0xraiden.json b/domains/retr0xraiden.json index 477cd382a..d45d32c38 100644 --- a/domains/retr0xraiden.json +++ b/domains/retr0xraiden.json @@ -1,9 +1,11 @@ { + "description": "My Portfolio", + "repo": "https://github.com/raiden-16f7/raiden-16f7.github.io", "owner": { "username": "Raiden-16F7", "email": "fahad.rizwan07@gmail.com" }, "record": { - "URL": "https://raiden-16f7.github.io/Portfolio/" + "CNAME": "raiden-16f7.github.io" } -} +} From 857587c84cc2b4b4360d74169387fe4b99215586 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Thu, 16 Nov 2023 11:22:54 +0200 Subject: [PATCH 006/121] Update server.alpha.json --- domains/server.alpha.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/server.alpha.json b/domains/server.alpha.json index 178496cee..42733e679 100644 --- a/domains/server.alpha.json +++ b/domains/server.alpha.json @@ -4,7 +4,6 @@ "email": "sweepalf@gmail.com" }, "record": { - "CNAME": "serveo.net", - "TXT": "_serveo-authkey.alpha.is-a.dev=SHA256:bdFHNWD246po9Ryu2M7JEpnqZgCNFRygDTUD6pHCP+E" + "URL": "https://alpha.is-a.dev" } } From 7a3e1f4b24525cc9e702224e7461f4baf3826b67 Mon Sep 17 00:00:00 2001 From: devraiin Date: Thu, 16 Nov 2023 14:42:49 +0100 Subject: [PATCH 007/121] feat(domain): rain.is-a.dev --- domains/rain.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/rain.json diff --git a/domains/rain.json b/domains/rain.json new file mode 100644 index 000000000..6c74bd5b7 --- /dev/null +++ b/domains/rain.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "devraiin", + "email": "amarbajrif@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 46aad95e15e94e6f097c3f9389edcca8a943633d Mon Sep 17 00:00:00 2001 From: Anandkrishna34 Date: Thu, 16 Nov 2023 20:28:02 +0530 Subject: [PATCH 008/121] feat(domain): haruki.py.is-a.dev --- domains/haruki.py.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/haruki.py.json diff --git a/domains/haruki.py.json b/domains/haruki.py.json new file mode 100644 index 000000000..f22198314 --- /dev/null +++ b/domains/haruki.py.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Anandkrishna34", + "email": "aanandkrishna344@gmail.com" + }, + "record": { + "CNAME": "proxy.private.danbot.host" + } +} From f27530de52b1433e66d4d7e8f64dcf1e94ee2c11 Mon Sep 17 00:00:00 2001 From: MattiaCro Date: Thu, 16 Nov 2023 17:05:56 +0100 Subject: [PATCH 009/121] feat(domain): poliwhirl.is-a.dev --- domains/poliwhirl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/poliwhirl.json diff --git a/domains/poliwhirl.json b/domains/poliwhirl.json new file mode 100644 index 000000000..ea473b8d0 --- /dev/null +++ b/domains/poliwhirl.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "MattiaCro", + "email": "mattia.crosato@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From aa6ab0c063d10377600137f34b7ccbfb8b6cb621 Mon Sep 17 00:00:00 2001 From: AviDevs31 Date: Thu, 16 Nov 2023 22:28:11 +0100 Subject: [PATCH 010/121] feat(domain): avidevs31.is-a.dev --- domains/avidevs31.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/avidevs31.json diff --git a/domains/avidevs31.json b/domains/avidevs31.json new file mode 100644 index 000000000..62dacdc06 --- /dev/null +++ b/domains/avidevs31.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AviDevs31", + "email": "josealbertotaverazz@gmail.com" + }, + "record": { + "CNAME": "avidevs31.github.io" + } +} From b50afa4c33619325b554bca9cd2e8486dd8f2233 Mon Sep 17 00:00:00 2001 From: AviDevs31 Date: Thu, 16 Nov 2023 22:30:41 +0100 Subject: [PATCH 011/121] feat(domain): hackerman.is-a.dev --- domains/hackerman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hackerman.json diff --git a/domains/hackerman.json b/domains/hackerman.json new file mode 100644 index 000000000..62dacdc06 --- /dev/null +++ b/domains/hackerman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AviDevs31", + "email": "josealbertotaverazz@gmail.com" + }, + "record": { + "CNAME": "avidevs31.github.io" + } +} From 554e56cbcd9b363d83441b811c162118e3e1452f Mon Sep 17 00:00:00 2001 From: divinewrites Date: Thu, 16 Nov 2023 17:02:39 -0500 Subject: [PATCH 012/121] feat(domain): divine.is-a.dev --- domains/divine.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/divine.json diff --git a/domains/divine.json b/domains/divine.json new file mode 100644 index 000000000..50d7c0839 --- /dev/null +++ b/domains/divine.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "divinewrites", + "email": "adivinecit21@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 700e75d73a589f1181649156829b097a84d173ad Mon Sep 17 00:00:00 2001 From: TrivCodez Date: Fri, 17 Nov 2023 10:25:15 +1000 Subject: [PATCH 013/121] feat(domain): in3pire.is-a.dev --- domains/in3pire.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/in3pire.json diff --git a/domains/in3pire.json b/domains/in3pire.json new file mode 100644 index 000000000..7a8246433 --- /dev/null +++ b/domains/in3pire.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "TrivCodez", + "email": "Jayeshpoudel+ha@outlook.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From aeb9e6ee660aef7b9eb2844b12bc95811e19ce6a Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Fri, 17 Nov 2023 09:32:02 +0200 Subject: [PATCH 014/121] Update server.alpha.json --- domains/server.alpha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/server.alpha.json b/domains/server.alpha.json index 42733e679..639b3b856 100644 --- a/domains/server.alpha.json +++ b/domains/server.alpha.json @@ -4,6 +4,6 @@ "email": "sweepalf@gmail.com" }, "record": { - "URL": "https://alpha.is-a.dev" + "URL": "https://alpha.is-a.dev/server" } } From 6e7c81799c868082253390c96b5fefd2310b5990 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Fri, 17 Nov 2023 09:52:47 +0200 Subject: [PATCH 015/121] Update server.alpha.json --- domains/server.alpha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/server.alpha.json b/domains/server.alpha.json index 639b3b856..d03d39188 100644 --- a/domains/server.alpha.json +++ b/domains/server.alpha.json @@ -4,6 +4,6 @@ "email": "sweepalf@gmail.com" }, "record": { - "URL": "https://alpha.is-a.dev/server" + "URL": "https://alpha.is-a.dev/ngrok" } } From 20318ccebc0d67665c1e0be9bb09329d4e1627a8 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Fri, 17 Nov 2023 10:08:00 +0200 Subject: [PATCH 016/121] Update server.alpha.json --- domains/server.alpha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/server.alpha.json b/domains/server.alpha.json index d03d39188..639b3b856 100644 --- a/domains/server.alpha.json +++ b/domains/server.alpha.json @@ -4,6 +4,6 @@ "email": "sweepalf@gmail.com" }, "record": { - "URL": "https://alpha.is-a.dev/ngrok" + "URL": "https://alpha.is-a.dev/server" } } From 32d96a3ea872d0e1df73608ab84398f734084c6f Mon Sep 17 00:00:00 2001 From: Mukesh Kumar Date: Fri, 17 Nov 2023 19:58:28 +0530 Subject: [PATCH 017/121] Update mukesh.json --- domains/mukesh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mukesh.json b/domains/mukesh.json index 16c71f8cb..f95232fe1 100644 --- a/domains/mukesh.json +++ b/domains/mukesh.json @@ -4,6 +4,6 @@ "email": "hakxcore@gmail.com" }, "record": { - "URL": "https://hakxcore.github.io/" + "URL": "hakxcore.github.io/" } } From 8b4139fe81b255d277b19f9517f09319bb80147a Mon Sep 17 00:00:00 2001 From: Mukesh Kumar Date: Fri, 17 Nov 2023 19:59:09 +0530 Subject: [PATCH 018/121] Update mukesh.json --- domains/mukesh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mukesh.json b/domains/mukesh.json index f95232fe1..6af2d05d9 100644 --- a/domains/mukesh.json +++ b/domains/mukesh.json @@ -4,6 +4,6 @@ "email": "hakxcore@gmail.com" }, "record": { - "URL": "hakxcore.github.io/" + "URL": "hakxcore.github.io" } } From c32b7035784ece4a1f54277946b76d126e543e60 Mon Sep 17 00:00:00 2001 From: f4ruk1453decodex Date: Fri, 17 Nov 2023 18:56:44 +0300 Subject: [PATCH 019/121] feat(domain): zizibibi.is-a.dev --- domains/zizibibi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zizibibi.json diff --git a/domains/zizibibi.json b/domains/zizibibi.json new file mode 100644 index 000000000..e8a17aa6c --- /dev/null +++ b/domains/zizibibi.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "f4ruk1453decodex", + "email": "furk4ncrowley@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 50181f57fee8269637c9cf01cbec22df03c0c966 Mon Sep 17 00:00:00 2001 From: Smartlinuxcoder Date: Fri, 17 Nov 2023 19:37:50 +0100 Subject: [PATCH 020/121] feat(domain): smartlinuxcoder.is-a.dev --- domains/smartlinuxcoder.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/smartlinuxcoder.json diff --git a/domains/smartlinuxcoder.json b/domains/smartlinuxcoder.json new file mode 100644 index 000000000..798737b53 --- /dev/null +++ b/domains/smartlinuxcoder.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Smartlinuxcoder", + "email": "smartcoder@linuxmail.org" + }, + "record": { + "CNAME": "smartlinuxcoder.github.io" + } +} From aca4cba399194d2e6800170c31aac5b28ab5f2d2 Mon Sep 17 00:00:00 2001 From: Fbhfvj Date: Fri, 17 Nov 2023 22:05:31 +0200 Subject: [PATCH 021/121] feat(domain): futurex.is-a.dev --- domains/futurex.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/futurex.json diff --git a/domains/futurex.json b/domains/futurex.json new file mode 100644 index 000000000..805ef4a64 --- /dev/null +++ b/domains/futurex.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Fbhfvj", + "email": "bebogeorge2008@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From b30f9b95d99a9c222efb782d8a78e05d48d29a4c Mon Sep 17 00:00:00 2001 From: Creeper76 Date: Fri, 17 Nov 2023 17:48:29 -0500 Subject: [PATCH 022/121] feat(domain): code.creeper76.is-a.dev --- domains/code.creeper76.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/code.creeper76.json diff --git a/domains/code.creeper76.json b/domains/code.creeper76.json new file mode 100644 index 000000000..1510e554f --- /dev/null +++ b/domains/code.creeper76.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Creeper76", + "email": "maxreinartz76@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From c4b4b66ad1359d821134b9fa43c5af5338117b4f Mon Sep 17 00:00:00 2001 From: Creeper76 <86135033+Creeper76@users.noreply.github.com> Date: Fri, 17 Nov 2023 17:49:31 -0500 Subject: [PATCH 023/121] Update code.creeper76.json --- domains/code.creeper76.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/code.creeper76.json b/domains/code.creeper76.json index 1510e554f..394bff3c4 100644 --- a/domains/code.creeper76.json +++ b/domains/code.creeper76.json @@ -1,7 +1,8 @@ { "owner": { "username": "Creeper76", - "email": "maxreinartz76@gmail.com" + "email": "", + "discord": "777694273319469057" }, "record": { "A": ["217.174.245.249"], @@ -9,4 +10,4 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +} From 887d1b4f9fa3d1d2d5037e565ca66e86af829e0b Mon Sep 17 00:00:00 2001 From: Chirag Nahata <63905783+chiragnahata@users.noreply.github.com> Date: Sat, 18 Nov 2023 12:19:29 +0530 Subject: [PATCH 024/121] Create community2.syntaxloopers.json --- domains/community2.syntaxloopers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/community2.syntaxloopers.json diff --git a/domains/community2.syntaxloopers.json b/domains/community2.syntaxloopers.json new file mode 100644 index 000000000..324dfe7e2 --- /dev/null +++ b/domains/community2.syntaxloopers.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + + "record": { + "A": ["129.213.151.29"] + } +} From e5ce194c6ec5c439344f849588d6d6ac33c89f26 Mon Sep 17 00:00:00 2001 From: Chirag Nahata <63905783+chiragnahata@users.noreply.github.com> Date: Sat, 18 Nov 2023 12:20:08 +0530 Subject: [PATCH 025/121] Create pricing.syntaxloopers.json --- domains/pricing.syntaxloopers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/pricing.syntaxloopers.json diff --git a/domains/pricing.syntaxloopers.json b/domains/pricing.syntaxloopers.json new file mode 100644 index 000000000..324dfe7e2 --- /dev/null +++ b/domains/pricing.syntaxloopers.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + + "record": { + "A": ["129.213.151.29"] + } +} From 75d91938e2f7e1a1d64feecf2ee232b4523b5e86 Mon Sep 17 00:00:00 2001 From: Chirag Nahata <63905783+chiragnahata@users.noreply.github.com> Date: Sat, 18 Nov 2023 12:24:14 +0530 Subject: [PATCH 026/121] Create blog.syntaxloopers.json --- domains/blog.syntaxloopers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/blog.syntaxloopers.json diff --git a/domains/blog.syntaxloopers.json b/domains/blog.syntaxloopers.json new file mode 100644 index 000000000..324dfe7e2 --- /dev/null +++ b/domains/blog.syntaxloopers.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + + "record": { + "A": ["129.213.151.29"] + } +} From e297b4e8fcbf38d09e00e76135cb7d2f2c6f0297 Mon Sep 17 00:00:00 2001 From: Shobhit9945 Date: Sat, 18 Nov 2023 14:21:55 +0530 Subject: [PATCH 027/121] feat(domain): shobhitb.is-a.dev --- domains/shobhitb.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shobhitb.json diff --git a/domains/shobhitb.json b/domains/shobhitb.json new file mode 100644 index 000000000..c0ac98fb9 --- /dev/null +++ b/domains/shobhitb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Shobhit9945", + "email": "shobhitbaijal5@gmail.com" + }, + "record": { + "CNAME": "shobhit9945.github.io" + } +} From 1f796afc3b51ef438203f2c1497fc1f9087f58c1 Mon Sep 17 00:00:00 2001 From: f4ruk1453decodex Date: Sat, 18 Nov 2023 12:09:46 +0300 Subject: [PATCH 028/121] feat(domain): jjhjkhk.is-a.dev --- domains/jjhjkhk.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/jjhjkhk.json diff --git a/domains/jjhjkhk.json b/domains/jjhjkhk.json new file mode 100644 index 000000000..e8a17aa6c --- /dev/null +++ b/domains/jjhjkhk.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "f4ruk1453decodex", + "email": "furk4ncrowley@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 1958b79f8b994ba0286f9359b43e4c98d327930e Mon Sep 17 00:00:00 2001 From: Lamger Date: Sat, 18 Nov 2023 18:42:21 +0530 Subject: [PATCH 029/121] feat(domain): lamgerxd.is-a.dev --- domains/lamgerxd.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lamgerxd.json diff --git a/domains/lamgerxd.json b/domains/lamgerxd.json new file mode 100644 index 000000000..afe110d00 --- /dev/null +++ b/domains/lamgerxd.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Lamger", + "email": "ns6192295@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 305417fdda306ba920f9dedda8441dac7aa8040d Mon Sep 17 00:00:00 2001 From: Lamger Date: Sat, 18 Nov 2023 18:43:43 +0530 Subject: [PATCH 030/121] feat(domain): lamgerr.is-a.dev --- domains/lamgerr.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lamgerr.json diff --git a/domains/lamgerr.json b/domains/lamgerr.json new file mode 100644 index 000000000..afe110d00 --- /dev/null +++ b/domains/lamgerr.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Lamger", + "email": "ns6192295@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From b57039a3d1c6acdbc7277fb646e2512f48265a89 Mon Sep 17 00:00:00 2001 From: Lamger Date: Sat, 18 Nov 2023 18:49:23 +0530 Subject: [PATCH 031/121] feat(domain): lamger.is-a.dev --- domains/lamger.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lamger.json diff --git a/domains/lamger.json b/domains/lamger.json new file mode 100644 index 000000000..afe110d00 --- /dev/null +++ b/domains/lamger.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Lamger", + "email": "ns6192295@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 0fb89e9f92b01f7e1a3a500f8ae14cb42950999c Mon Sep 17 00:00:00 2001 From: Lamger Date: Sat, 18 Nov 2023 18:50:32 +0530 Subject: [PATCH 032/121] feat(domain): lamfun.is-a.dev --- domains/lamfun.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lamfun.json diff --git a/domains/lamfun.json b/domains/lamfun.json new file mode 100644 index 000000000..afe110d00 --- /dev/null +++ b/domains/lamfun.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Lamger", + "email": "ns6192295@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 322bb42ab2102cb1cd22669dd2563e6a390ed8c2 Mon Sep 17 00:00:00 2001 From: salsabilaananditaputri Date: Sat, 18 Nov 2023 20:33:17 +0700 Subject: [PATCH 033/121] feat(domain): salsa.is-a.dev --- domains/salsa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/salsa.json diff --git a/domains/salsa.json b/domains/salsa.json new file mode 100644 index 000000000..fe85ebf2e --- /dev/null +++ b/domains/salsa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "salsabilaananditaputri", + "email": "salsabilaananditaputri.5@gmail.com" + }, + "record": { + "CNAME": "salsabilaananditaputri.github.io" + } +} From c02c3d3e0a708f79a21f4633cef9d65724131db2 Mon Sep 17 00:00:00 2001 From: chaiyen123 Date: Sat, 18 Nov 2023 22:08:57 +0700 Subject: [PATCH 034/121] feat(domain): api.autoplay88.xyz.is-a.dev --- domains/api.autoplay88.xyz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/api.autoplay88.xyz.json diff --git a/domains/api.autoplay88.xyz.json b/domains/api.autoplay88.xyz.json new file mode 100644 index 000000000..94ba451e8 --- /dev/null +++ b/domains/api.autoplay88.xyz.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "chaiyen123", + "email": "pasakornpakjeera@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From cb197e267655b2483798f1e857292d36923cfa03 Mon Sep 17 00:00:00 2001 From: ClicpoW Date: Sat, 18 Nov 2023 18:02:12 +0100 Subject: [PATCH 035/121] feat(domain): verse.is-a.dev --- domains/verse.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/verse.json diff --git a/domains/verse.json b/domains/verse.json new file mode 100644 index 000000000..bb6c9d1ab --- /dev/null +++ b/domains/verse.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ClicpoW", + "email": "clicpowytb@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 03623950b292c928e53423721a19ab101aaf160c Mon Sep 17 00:00:00 2001 From: dklesev Date: Sat, 18 Nov 2023 21:34:03 +0100 Subject: [PATCH 036/121] feat(domain): dimi.is-a.dev --- domains/dimi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dimi.json diff --git a/domains/dimi.json b/domains/dimi.json new file mode 100644 index 000000000..7a640e04a --- /dev/null +++ b/domains/dimi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dklesev", + "email": "dimitrij.klesev@gmail.com" + }, + "record": { + "CNAME": "audk.at" + } +} From 407e5d4de85ba199b1dd09015318de3ff9840f25 Mon Sep 17 00:00:00 2001 From: Sharmasrijan1 Date: Sat, 18 Nov 2023 15:38:42 -0500 Subject: [PATCH 037/121] feat(domain): shinytool.is-a.dev --- domains/shinytool.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shinytool.json diff --git a/domains/shinytool.json b/domains/shinytool.json new file mode 100644 index 000000000..bfdf7183d --- /dev/null +++ b/domains/shinytool.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sharmasrijan1", + "email": "sharmasri3@mylcsd.org" + }, + "record": { + "URL": "https://shinytool.onish.dev" + } +} From d75091ef39b88505242796f85a08f282439712bd Mon Sep 17 00:00:00 2001 From: HilmySakti Date: Sun, 19 Nov 2023 11:21:03 +0700 Subject: [PATCH 038/121] feat(domain): hilmysakti.is-a.dev --- domains/hilmysakti.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/hilmysakti.json diff --git a/domains/hilmysakti.json b/domains/hilmysakti.json new file mode 100644 index 000000000..863c6a003 --- /dev/null +++ b/domains/hilmysakti.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "HilmySakti", + "email": "abandel09@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 39b6b0e550d572a86fbf3f5d04d48b85eae0e1c6 Mon Sep 17 00:00:00 2001 From: Caiden-P Date: Sun, 19 Nov 2023 06:22:51 +0200 Subject: [PATCH 039/121] feat(domain): lodestone.is-a.dev --- domains/lodestone.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lodestone.json diff --git a/domains/lodestone.json b/domains/lodestone.json new file mode 100644 index 000000000..d768ac98c --- /dev/null +++ b/domains/lodestone.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Caiden-P", + "email": "iididhejejdj@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From c56abd8348580601e8aafd4d2be53a9f6775dca0 Mon Sep 17 00:00:00 2001 From: Chirag Nahata <63905783+chiragnahata@users.noreply.github.com> Date: Sun, 19 Nov 2023 10:17:47 +0530 Subject: [PATCH 040/121] Create objectrecognisation.syntaxloopers.json --- domains/objectrecognisation.syntaxloopers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/objectrecognisation.syntaxloopers.json diff --git a/domains/objectrecognisation.syntaxloopers.json b/domains/objectrecognisation.syntaxloopers.json new file mode 100644 index 000000000..324dfe7e2 --- /dev/null +++ b/domains/objectrecognisation.syntaxloopers.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + + "record": { + "A": ["129.213.151.29"] + } +} From e0dad3d07ffc640122611344fa35eefc76abc849 Mon Sep 17 00:00:00 2001 From: Aniket Raj Singh <65419450+AniketRajSingh@users.noreply.github.com> Date: Sun, 19 Nov 2023 15:30:14 +0530 Subject: [PATCH 041/121] Create aniketrajsingh.json Please Review the commit and merge, been waiting for a week trying again and again. --- domains/aniketrajsingh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aniketrajsingh.json diff --git a/domains/aniketrajsingh.json b/domains/aniketrajsingh.json new file mode 100644 index 000000000..432de6374 --- /dev/null +++ b/domains/aniketrajsingh.json @@ -0,0 +1,12 @@ +{ + "description": "The Domain is going to be used for my Portfolio", + "repo": "https://github.com/aniketrajsingh/aniketrajsingh.github.io", + "owner": { + "username": "aniketrajsingh", + "email": "aniket@tfug-ghaziabad.tech", + "twitter": "aniketrajsingh_" + }, + "record": { + "CNAME": "aniketrajsingh.github.io" + } +} From 9c99c28b9bdeabda748d702aab0e9c08f729b4e8 Mon Sep 17 00:00:00 2001 From: thedeveloper03 Date: Sun, 19 Nov 2023 18:05:11 +0300 Subject: [PATCH 042/121] feat(domain): thedeveloper03 .is-a.dev --- domains/thedeveloper03 .json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/thedeveloper03 .json diff --git a/domains/thedeveloper03 .json b/domains/thedeveloper03 .json new file mode 100644 index 000000000..0be975953 --- /dev/null +++ b/domains/thedeveloper03 .json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "thedeveloper03", + "email": "trishtrix01@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From afcccebd9165f35ba92d232e88b049b164e0f9b9 Mon Sep 17 00:00:00 2001 From: notashleel Date: Sun, 19 Nov 2023 21:14:06 +0530 Subject: [PATCH 043/121] feat(domain): ashey.is-a.dev --- domains/ashey.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ashey.json diff --git a/domains/ashey.json b/domains/ashey.json new file mode 100644 index 000000000..0e734012f --- /dev/null +++ b/domains/ashey.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "notashleel", + "email": "aumanshk@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From d33a01cfd94fc883c30b9abb8921bd0ab06f7527 Mon Sep 17 00:00:00 2001 From: notashleel Date: Sun, 19 Nov 2023 21:16:11 +0530 Subject: [PATCH 044/121] feat(domain): asheyxd.is-a.dev --- domains/asheyxd.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/asheyxd.json diff --git a/domains/asheyxd.json b/domains/asheyxd.json new file mode 100644 index 000000000..0e734012f --- /dev/null +++ b/domains/asheyxd.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "notashleel", + "email": "aumanshk@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 63bffca366e12ee71f9f6a689350e58910f6b359 Mon Sep 17 00:00:00 2001 From: zTraxDev Date: Sun, 19 Nov 2023 17:12:40 +0100 Subject: [PATCH 045/121] feat(domain): ztraxdev.is-a.dev --- domains/ztraxdev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ztraxdev.json diff --git a/domains/ztraxdev.json b/domains/ztraxdev.json new file mode 100644 index 000000000..e82d9a953 --- /dev/null +++ b/domains/ztraxdev.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "zTraxDev", + "email": "bernardmartinez241@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From e9241d2a76d6afadc0118b4c69ad9f80e57bc5e2 Mon Sep 17 00:00:00 2001 From: zTraxDev Date: Sun, 19 Nov 2023 17:14:05 +0100 Subject: [PATCH 046/121] feat(domain): ztrax.is-a.dev --- domains/ztrax.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ztrax.json diff --git a/domains/ztrax.json b/domains/ztrax.json new file mode 100644 index 000000000..e82d9a953 --- /dev/null +++ b/domains/ztrax.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "zTraxDev", + "email": "bernardmartinez241@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 57b121f3a306864dae0e3dfdb2251240d7115c21 Mon Sep 17 00:00:00 2001 From: zTraxDev <109986711+zTraxDev@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:16:13 +0100 Subject: [PATCH 047/121] Delete domains/ztraxdev.json a --- domains/ztraxdev.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/ztraxdev.json diff --git a/domains/ztraxdev.json b/domains/ztraxdev.json deleted file mode 100644 index e82d9a953..000000000 --- a/domains/ztraxdev.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "zTraxDev", - "email": "bernardmartinez241@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file From 63cf36b6fa786708a72f02350a6ebf6678469b62 Mon Sep 17 00:00:00 2001 From: mikaaamoe Date: Sun, 19 Nov 2023 11:45:15 -0500 Subject: [PATCH 048/121] feat(domain): moonmachine.is-a.dev --- domains/moonmachine.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/moonmachine.json diff --git a/domains/moonmachine.json b/domains/moonmachine.json new file mode 100644 index 000000000..69f5426a7 --- /dev/null +++ b/domains/moonmachine.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "mikaaamoe", + "email": "itzmerinz.dc@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 976e4248821997f8262d65860cd3e294f929f4dd Mon Sep 17 00:00:00 2001 From: fuentez145 Date: Mon, 20 Nov 2023 00:52:39 +0800 Subject: [PATCH 049/121] feat(domain): fuentes.is-a.dev --- domains/fuentes.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/fuentes.json diff --git a/domains/fuentes.json b/domains/fuentes.json new file mode 100644 index 000000000..f93b621e7 --- /dev/null +++ b/domains/fuentes.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "fuentez145", + "email": "gilbert.fuentes@ctu.edu.ph" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From fb3bda8e74115c93d64d662384452af430ac923f Mon Sep 17 00:00:00 2001 From: imakittymeow Date: Sun, 19 Nov 2023 18:37:04 +0100 Subject: [PATCH 050/121] feat(domain): mono.is-a.dev --- domains/mono.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mono.json diff --git a/domains/mono.json b/domains/mono.json new file mode 100644 index 000000000..54a41ee13 --- /dev/null +++ b/domains/mono.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "imakittymeow", + "email": "iamakitty@interia.pl" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 3ed51d563dbd0d0fbb26c62e4a490411d8579ffa Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:06:56 +0200 Subject: [PATCH 051/121] Added more records --- domains/cutedog5695.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json index d20914773..041a963ae 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -6,6 +6,11 @@ "twitter": "cutedog5695" }, "record": { - "CNAME": "cutedog5695.github.io" - } + "CNAME": "cutedog5695.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From d927362c87defb365739c2cc266931533e7008cb Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:07:40 +0200 Subject: [PATCH 052/121] Update cutedog5695.json --- domains/cutedog5695.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json index 041a963ae..bd9918e95 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -8,9 +8,9 @@ "record": { "CNAME": "cutedog5695.github.io", "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], + "mx1.improvmx.com", + "mx2.improvmx.com" + ] "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 58bcc2f1c93cdd3b44699bf37d0b57bfc7590273 Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:08:04 +0200 Subject: [PATCH 053/121] Update cutedog5695.json --- domains/cutedog5695.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json index bd9918e95..fc5e5e908 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -10,7 +10,7 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 669bffea24e80dd5171b682592be4b1c5b67f342 Mon Sep 17 00:00:00 2001 From: Oh64-UwU Date: Sun, 19 Nov 2023 23:21:25 +0100 Subject: [PATCH 054/121] feat(domain): oh64.is-a.dev --- domains/oh64.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/oh64.json diff --git a/domains/oh64.json b/domains/oh64.json new file mode 100644 index 000000000..6a71cc402 --- /dev/null +++ b/domains/oh64.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Oh64-UwU", + "email": "Oh64_UwU@pm.me" + }, + "record": { + "URL": "https://oh64.42web.io" + } +} From 6d8dd7809c60670a08a7299fe71839c34049a776 Mon Sep 17 00:00:00 2001 From: 2vg Date: Mon, 20 Nov 2023 17:13:18 +0900 Subject: [PATCH 055/121] feat(domain): lalafell.is-a.dev --- domains/lalafell.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lalafell.json diff --git a/domains/lalafell.json b/domains/lalafell.json new file mode 100644 index 000000000..34105e151 --- /dev/null +++ b/domains/lalafell.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "2vg", + "email": "mail@nyaa.gg" + }, + "record": { + "CNAME": "lalafell.moe" + } +} From 808cad8b0b2dcafea13c9193b4a0996543bca9e6 Mon Sep 17 00:00:00 2001 From: ztztmc <2timessharp@gmail.com> Date: Mon, 20 Nov 2023 16:15:38 +0530 Subject: [PATCH 056/121] feat(domain): ztzt.is-a.dev --- domains/ztzt.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ztzt.json diff --git a/domains/ztzt.json b/domains/ztzt.json new file mode 100644 index 000000000..2f9697c3e --- /dev/null +++ b/domains/ztzt.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ztztmc", + "email": "2timessharp@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 3e16ccc4ca546a3a2a8cc2e01e6c174caf953c78 Mon Sep 17 00:00:00 2001 From: ztzt <113851739+ztztmc@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:46:35 +0530 Subject: [PATCH 057/121] Add files via upload --- domains/ztzt.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/domains/ztzt.json b/domains/ztzt.json index 2f9697c3e..6175a1fe6 100644 --- a/domains/ztzt.json +++ b/domains/ztzt.json @@ -1,12 +1,12 @@ -{ - "owner": { - "username": "ztztmc", - "email": "2timessharp@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } +{ + "description": "ztzt.is-a.dev", + "repo": "https://github.com/ztztmc/ztztmc.github.io", + "owner": { + "username": "ztztmc", + "email": "2timessharp@gmail.com". + "discord": "ztzt" + }, + "record": { + "CNAME": "ztztmc.github.io" + } } \ No newline at end of file From 7f267f61daa3f72f93b71d358dc1349e94c90549 Mon Sep 17 00:00:00 2001 From: LaviArzi Date: Mon, 20 Nov 2023 22:21:53 +0200 Subject: [PATCH 058/121] feat(domain): lavi.is-a.dev --- domains/lavi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lavi.json diff --git a/domains/lavi.json b/domains/lavi.json new file mode 100644 index 000000000..d37f593c5 --- /dev/null +++ b/domains/lavi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LaviArzi", + "email": "lavi.arzi@gmail.com" + }, + "record": { + "CNAME": "lavirz.com" + } +} From c6a2da94aef413623fe2b79815ae251886d9753d Mon Sep 17 00:00:00 2001 From: PRODEFIX Date: Tue, 21 Nov 2023 05:18:46 +0100 Subject: [PATCH 059/121] feat(domain): rocky.is-a.dev --- domains/rocky.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rocky.json diff --git a/domains/rocky.json b/domains/rocky.json new file mode 100644 index 000000000..7947a57a7 --- /dev/null +++ b/domains/rocky.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PRODEFIX", + "email": "prodefix.ytb@gmail.com" + }, + "record": { + "CNAME": "rockybots.betteruptime.com" + } +} From 1fd1d71c278257d0bbb988c369aa86af5dcad387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=95=E3=82=A1=E3=83=8F=E3=83=89=E3=83=BB=E3=83=AA?= =?UTF-8?q?=E3=82=BA=E3=83=AF=E3=83=B3?= <59868973+Raiden-16F7@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:30:14 +0500 Subject: [PATCH 060/121] Update retr0xraiden.json --- domains/retr0xraiden.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/retr0xraiden.json b/domains/retr0xraiden.json index d45d32c38..91cf17508 100644 --- a/domains/retr0xraiden.json +++ b/domains/retr0xraiden.json @@ -1,5 +1,5 @@ { - "description": "My Portfolio", + "description": "My Developer Portfolio", "repo": "https://github.com/raiden-16f7/raiden-16f7.github.io", "owner": { "username": "Raiden-16F7", From 51f640af342a7fdfe4dac4d11c4dab998ffb8e67 Mon Sep 17 00:00:00 2001 From: Online13 Date: Tue, 21 Nov 2023 08:23:37 +0300 Subject: [PATCH 061/121] feat(domain): rayane.is-a.dev --- domains/rayane.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rayane.json diff --git a/domains/rayane.json b/domains/rayane.json new file mode 100644 index 000000000..6eb0461c9 --- /dev/null +++ b/domains/rayane.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Online13", + "email": "Rratiarivelo@gmail.com" + }, + "record": { + "CNAME": "www.online13.github.io" + } +} From 61085d0e0386f724f067a689863be076902e8855 Mon Sep 17 00:00:00 2001 From: Online13 Date: Tue, 21 Nov 2023 08:29:54 +0300 Subject: [PATCH 062/121] feat(domain): rayane-nekena.is-a.dev --- domains/rayane-nekena.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rayane-nekena.json diff --git a/domains/rayane-nekena.json b/domains/rayane-nekena.json new file mode 100644 index 000000000..873baf51c --- /dev/null +++ b/domains/rayane-nekena.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Online13", + "email": "Rratiarivelo@gmail.com" + }, + "record": { + "CNAME": "online13.github.io" + } +} From bbff31e6caf35d6d4e715df2fefdbc3346626c13 Mon Sep 17 00:00:00 2001 From: Ratiarivelo Nekena Rayane <50442872+Online13@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:38:46 +0300 Subject: [PATCH 063/121] Delete domains/rayane.json --- domains/rayane.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/rayane.json diff --git a/domains/rayane.json b/domains/rayane.json deleted file mode 100644 index 6eb0461c9..000000000 --- a/domains/rayane.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Online13", - "email": "Rratiarivelo@gmail.com" - }, - "record": { - "CNAME": "www.online13.github.io" - } -} From 863204228d49c7711a498ef820c464f57c1ae125 Mon Sep 17 00:00:00 2001 From: Jonathan0827 Date: Tue, 21 Nov 2023 16:20:36 +0900 Subject: [PATCH 064/121] feat(domain): human.is-a.dev --- domains/human.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/human.json diff --git a/domains/human.json b/domains/human.json new file mode 100644 index 000000000..36319b6ab --- /dev/null +++ b/domains/human.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Jonathan0827", + "email": "limjunehyeop@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 35492024ce31aa4365bf82da50293f6050eeb5b5 Mon Sep 17 00:00:00 2001 From: 0x0jx <0x0jx@proton.me> Date: Tue, 21 Nov 2023 11:33:36 +0400 Subject: [PATCH 065/121] feat(domain): yousefzidan.is-a.dev --- domains/yousefzidan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/yousefzidan.json diff --git a/domains/yousefzidan.json b/domains/yousefzidan.json new file mode 100644 index 000000000..f05ff5a5a --- /dev/null +++ b/domains/yousefzidan.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "0x0jx", + "email": "0x0jx@proton.me" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From dbf95bd557ad344b138d5118bb6a165afdc9928c Mon Sep 17 00:00:00 2001 From: Hipolit Badowski Date: Tue, 21 Nov 2023 15:36:43 +0100 Subject: [PATCH 066/121] feat(domain): hipo.is-a.dev --- domains/hipo.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hipo.json diff --git a/domains/hipo.json b/domains/hipo.json new file mode 100644 index 000000000..cfa0252f3 --- /dev/null +++ b/domains/hipo.json @@ -0,0 +1,11 @@ +{ + "description": "badowhp blog page", + "repo": "https://github.com/badowhp/badowhp.github.io", + "owner": { + "username": "badowhp", + "email": "badowhp@gmail.com", + }, + "record": { + "CNAME": "badowhp.github.io" + } +} From 264c40bc5ded3c189dd0bc4766289b7ef995b247 Mon Sep 17 00:00:00 2001 From: xoronium Date: Tue, 21 Nov 2023 21:53:40 +0500 Subject: [PATCH 067/121] feat(domain): xoronium.is-a.dev --- domains/xoronium.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/xoronium.json diff --git a/domains/xoronium.json b/domains/xoronium.json new file mode 100644 index 000000000..2742affe7 --- /dev/null +++ b/domains/xoronium.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "xoronium", + "email": "theglocksaint1535@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 72200c588d3eaeccf2cc1e5909fab3c188f8ca1d Mon Sep 17 00:00:00 2001 From: Sumit Jha <7sumitjha@gmail.com> Date: Tue, 21 Nov 2023 22:57:51 +0530 Subject: [PATCH 068/121] feat(domain): add `sumit.is-a.dev` --- domains/sumit.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sumit.json diff --git a/domains/sumit.json b/domains/sumit.json new file mode 100644 index 000000000..b2f308f31 --- /dev/null +++ b/domains/sumit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "isumitjha", + "email": "7sumitjha@gmail.com" + }, + + "record": { + "CNAME": "isumitjha.github.io" + } +} From ae4dd502ff17e71cef81aa18f85b20db59ac64f3 Mon Sep 17 00:00:00 2001 From: 1ly4s0 Date: Tue, 21 Nov 2023 21:12:43 +0100 Subject: [PATCH 069/121] feat(domain): 1ly4s0.is-a.dev --- domains/1ly4s0.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/1ly4s0.json diff --git a/domains/1ly4s0.json b/domains/1ly4s0.json new file mode 100644 index 000000000..53fd19f82 --- /dev/null +++ b/domains/1ly4s0.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "1ly4s0", + "email": "ilyaslamzouri2@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 4e8660756ee0e4beddd204a664ff424ae431f2a1 Mon Sep 17 00:00:00 2001 From: Luca Tamagnini <151396032+MrDaPoyo@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:15:24 +0100 Subject: [PATCH 070/121] Create poyo.json --- domains/poyo.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/poyo.json diff --git a/domains/poyo.json b/domains/poyo.json new file mode 100644 index 000000000..f5d93abea --- /dev/null +++ b/domains/poyo.json @@ -0,0 +1,10 @@ +{ + "description": "I'll use this sub-domain for my portfolio website.", + "owner": { + "username": "MrDaPoyo", + "email": "wiiuforever25@gmail.com" + }, + "record": { + "CNAME": "dapoyo.neocities.org" + } +} From 42d71c5224c53ed590220749544ef339eacfac36 Mon Sep 17 00:00:00 2001 From: Luca Tamagnini <151396032+MrDaPoyo@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:24:20 +0100 Subject: [PATCH 071/121] Update poyo.json I messed up lmao --- domains/poyo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/poyo.json b/domains/poyo.json index f5d93abea..5b634ba18 100644 --- a/domains/poyo.json +++ b/domains/poyo.json @@ -5,6 +5,6 @@ "email": "wiiuforever25@gmail.com" }, "record": { - "CNAME": "dapoyo.neocities.org" + "URL": "dapoyo.neocities.org" } } From 4647d28a43f4a452f1535b54f64884aac74a7069 Mon Sep 17 00:00:00 2001 From: lordwolfyy Date: Tue, 21 Nov 2023 20:28:05 +0000 Subject: [PATCH 072/121] feat(domain): lordwolfy.is-a.dev --- domains/lordwolfy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lordwolfy.json diff --git a/domains/lordwolfy.json b/domains/lordwolfy.json new file mode 100644 index 000000000..f206ffbbc --- /dev/null +++ b/domains/lordwolfy.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "lordwolfyy", + "email": "jaialders2009@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From a20a2786bbc3911c29fa8479c409fc6b67895f03 Mon Sep 17 00:00:00 2001 From: Coding4Hours Date: Tue, 21 Nov 2023 12:52:19 -0800 Subject: [PATCH 073/121] feat(domain): hydrogen.is-a.dev --- domains/hydrogen.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/hydrogen.json diff --git a/domains/hydrogen.json b/domains/hydrogen.json new file mode 100644 index 000000000..4ffc5d847 --- /dev/null +++ b/domains/hydrogen.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Coding4Hours", + "email": "neealdon3@gmail.com" + }, + "record": { + "CNAME": "brrrrrr.pages.dev" + } +} From cc76e7f13ce2287d8df05d0f523636fd26c8c010 Mon Sep 17 00:00:00 2001 From: RivioxGaming Date: Tue, 21 Nov 2023 22:31:45 +0100 Subject: [PATCH 074/121] feat(domain): galaxyfps.riviox.is-a.dev --- domains/galaxyfps.riviox.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/galaxyfps.riviox.json diff --git a/domains/galaxyfps.riviox.json b/domains/galaxyfps.riviox.json new file mode 100644 index 000000000..508aaa0c2 --- /dev/null +++ b/domains/galaxyfps.riviox.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "RivioxGaming", + "email": "rivioxyt@hotmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From dd1887d7a5d7fbf7e0506c4ae66819a7079d5298 Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Tue, 21 Nov 2023 23:45:44 +0200 Subject: [PATCH 075/121] Update cutedog5695.json --- domains/cutedog5695.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json index fc5e5e908..11088e643 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -6,11 +6,6 @@ "twitter": "cutedog5695" }, "record": { - "CNAME": "cutedog5695.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "cutedog5695.github.io" } } From 6d49d62894aa9c5e026be0b691075075d441e1de Mon Sep 17 00:00:00 2001 From: dasdebanna Date: Wed, 22 Nov 2023 03:22:06 +0530 Subject: [PATCH 076/121] feat(domain): dasdebanna.is-a.dev --- domains/dasdebanna.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dasdebanna.json diff --git a/domains/dasdebanna.json b/domains/dasdebanna.json new file mode 100644 index 000000000..919e09fc1 --- /dev/null +++ b/domains/dasdebanna.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "dasdebanna", + "email": "dasdebanna8@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 3232547f811479bb4736e691b06514270b06363e Mon Sep 17 00:00:00 2001 From: sandiskyy Date: Wed, 22 Nov 2023 05:44:52 +0700 Subject: [PATCH 077/121] feat(domain): sandi.is-a.dev --- domains/sandi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sandi.json diff --git a/domains/sandi.json b/domains/sandi.json new file mode 100644 index 000000000..c39b237d4 --- /dev/null +++ b/domains/sandi.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "sandiskyy", + "email": "sandimixyz@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 33a67cfa88308303ed37816a2881e775c2612a98 Mon Sep 17 00:00:00 2001 From: Coding4Hours <138321129+Coding4Hours@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:50:25 -0800 Subject: [PATCH 078/121] a From ab21ab78f7fcb16e95062bf9d835abcfa1e78a07 Mon Sep 17 00:00:00 2001 From: dulackmwas Date: Wed, 22 Nov 2023 05:55:10 +0300 Subject: [PATCH 079/121] feat(domain): dulackmugi.is-a.dev --- domains/dulackmugi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dulackmugi.json diff --git a/domains/dulackmugi.json b/domains/dulackmugi.json new file mode 100644 index 000000000..45f59e8e8 --- /dev/null +++ b/domains/dulackmugi.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "dulackmwas", + "email": "dulackmugi@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From a1772f7bd3dd6af582feeb25a10f9ef42025018b Mon Sep 17 00:00:00 2001 From: AdamOusmer Date: Tue, 21 Nov 2023 22:08:42 -0500 Subject: [PATCH 080/121] feat(domain): adamousmer.is-a.dev --- domains/adamousmer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/adamousmer.json diff --git a/domains/adamousmer.json b/domains/adamousmer.json new file mode 100644 index 000000000..40dedcbc5 --- /dev/null +++ b/domains/adamousmer.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "AdamOusmer", + "email": "aousmer03@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From e2a925f6cab3841f0393252aea5957bea4ad0ae5 Mon Sep 17 00:00:00 2001 From: esemv07 Date: Wed, 22 Nov 2023 16:03:00 +1100 Subject: [PATCH 081/121] feat(domain): esemv-evan.is-a.dev --- domains/esemv-evan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/esemv-evan.json diff --git a/domains/esemv-evan.json b/domains/esemv-evan.json new file mode 100644 index 000000000..a60699054 --- /dev/null +++ b/domains/esemv-evan.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "esemv07", + "email": "ruby.semaganda@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 720f022f232adcf3529e8bd5cc4f7e5407f6f59c Mon Sep 17 00:00:00 2001 From: Adam Ousmer <114683902+AdamOusmer@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:40:35 -0500 Subject: [PATCH 082/121] Update adamousmer.json --- domains/adamousmer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/adamousmer.json b/domains/adamousmer.json index 40dedcbc5..a106d07e2 100644 --- a/domains/adamousmer.json +++ b/domains/adamousmer.json @@ -6,7 +6,7 @@ "record": { "A": ["217.174.245.249"], "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "MX": ["mx01.mail.icloud.com", "mx02.mail.icloud.com"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 include:icloud.com ~all" } -} \ No newline at end of file +} From a1fccb26f44866240a13de6b76ab0090e00e9123 Mon Sep 17 00:00:00 2001 From: Minkxx <114978467+minkxx@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:58:19 +0530 Subject: [PATCH 083/121] Create minkxx.json --- domains/minkxx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/minkxx.json diff --git a/domains/minkxx.json b/domains/minkxx.json new file mode 100644 index 000000000..bfa37a224 --- /dev/null +++ b/domains/minkxx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "minkxx", + "email": "aryuokk@gmail.com" + }, + "record": { + "URL": "https://minkxx.onrender.com" + } +} From a12abce70789fb969c38fc7a50b60145fb0ddb77 Mon Sep 17 00:00:00 2001 From: Luca Tamagnini <151396032+MrDaPoyo@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:23:41 +0100 Subject: [PATCH 084/121] Update poyo.json I added the MX servers --- domains/poyo.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/domains/poyo.json b/domains/poyo.json index 5b634ba18..f0365b631 100644 --- a/domains/poyo.json +++ b/domains/poyo.json @@ -5,6 +5,12 @@ "email": "wiiuforever25@gmail.com" }, "record": { - "URL": "dapoyo.neocities.org" + "URL": "dapoyo.neocities.org", + "TXT": "v=spf1 include:spf.improvmx.com ~all", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] } + } From 2eac5cb7151831f16cef705b02a87e2b4c0f903a Mon Sep 17 00:00:00 2001 From: Rizvan <94932577+MRizvank@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:02:54 +0530 Subject: [PATCH 085/121] Update rizvan.json changed url to cname --- domains/rizvan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rizvan.json b/domains/rizvan.json index dc3102ce7..6dd41af68 100644 --- a/domains/rizvan.json +++ b/domains/rizvan.json @@ -4,6 +4,6 @@ "email": "rizvankurungattil@gmail.com" }, "record": { - "URL": "https://github.com/mrizvank" + "CNAME": "Mrizvank.github.io" } } From f6472d9e96eb83691c60eba13b395dc635e5f6ad Mon Sep 17 00:00:00 2001 From: IamTheDefender <72926871+IamTheDefender@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:07:11 +0530 Subject: [PATCH 086/121] Update iamthedefender.json --- domains/iamthedefender.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/iamthedefender.json b/domains/iamthedefender.json index 040627f91..9eb2fcd24 100644 --- a/domains/iamthedefender.json +++ b/domains/iamthedefender.json @@ -2,10 +2,10 @@ { "owner": { "username": "IamTheDefender", - "email": "nitishparmar23@gmail.com" + "discord": "iamthedefender" }, "record": { - "A": ["135.148.226.33"] + "CNAME": ["portfolio-one-ecru-11.vercel.app"] } } - \ No newline at end of file + From 991a5e1fb9e2bd1207fe1182c24de5d1e22cca6d Mon Sep 17 00:00:00 2001 From: IamTheDefender <72926871+IamTheDefender@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:08:27 +0530 Subject: [PATCH 087/121] Update iamthedefender.json --- domains/iamthedefender.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamthedefender.json b/domains/iamthedefender.json index 9eb2fcd24..fc6023571 100644 --- a/domains/iamthedefender.json +++ b/domains/iamthedefender.json @@ -5,7 +5,7 @@ "discord": "iamthedefender" }, "record": { - "CNAME": ["portfolio-one-ecru-11.vercel.app"] + "URL": ["portfolio-one-ecru-11.vercel.app"] } } From d5141fe3b7980c2cea1becaec20d8e826574ee1a Mon Sep 17 00:00:00 2001 From: WebMarshalls Date: Wed, 22 Nov 2023 18:41:46 +0300 Subject: [PATCH 088/121] feat(domain): webmarshalls .is-a.dev --- domains/webmarshalls .json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/webmarshalls .json diff --git a/domains/webmarshalls .json b/domains/webmarshalls .json new file mode 100644 index 000000000..ad033700d --- /dev/null +++ b/domains/webmarshalls .json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "WebMarshalls", + "email": "ndirangusteven131@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From e0c6f9250240a4a3279bc3abf03b4545e9634ff7 Mon Sep 17 00:00:00 2001 From: fahmifareed Date: Wed, 22 Nov 2023 19:36:11 +0200 Subject: [PATCH 089/121] feat(domain): fahmifareed.is-a.dev --- domains/fahmifareed.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/fahmifareed.json diff --git a/domains/fahmifareed.json b/domains/fahmifareed.json new file mode 100644 index 000000000..09d687371 --- /dev/null +++ b/domains/fahmifareed.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "fahmifareed", + "email": "fahmifareed@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From fa0ab0d9744584e7f0afc65331c8a58ed7678bde Mon Sep 17 00:00:00 2001 From: Glqch <60012409+Glqch404@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:48:37 +0200 Subject: [PATCH 090/121] Update glqch.json --- domains/glqch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/glqch.json b/domains/glqch.json index 1679a75ca..8e97ded1e 100644 --- a/domains/glqch.json +++ b/domains/glqch.json @@ -1,6 +1,6 @@ { "owner": { - "username": "joythejoystick1", + "username": "Glqch404", "email": "midoayoub778@gmail.com" }, "record": { From 5b76c211a4c9c08ad3259f9f777065f0adb56c98 Mon Sep 17 00:00:00 2001 From: jckli Date: Wed, 22 Nov 2023 14:34:19 -0700 Subject: [PATCH 091/121] feat(domain): jckli.is-a.dev --- domains/jckli.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jckli.json diff --git a/domains/jckli.json b/domains/jckli.json new file mode 100644 index 000000000..02176fcc2 --- /dev/null +++ b/domains/jckli.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jckli", + "email": "notjackhli@gmail.com" + }, + "record": { + "URL": "https://github.com/jckli" + } +} From 6832d09428056da4b5a71928f266a8e002d8f897 Mon Sep 17 00:00:00 2001 From: vWinter Date: Thu, 23 Nov 2023 01:01:35 +0200 Subject: [PATCH 092/121] move mail.winter.json to the second server --- domains/mail.winter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.winter.json b/domains/mail.winter.json index c66bfeb86..c38e3fac2 100644 --- a/domains/mail.winter.json +++ b/domains/mail.winter.json @@ -5,7 +5,7 @@ "discord": "vwinter" }, "record": { - "A": ["45.83.205.48"] + "A": ["45.83.205.110"] } } From bc0b24fcc4d3866c418492f674acf0f75550d052 Mon Sep 17 00:00:00 2001 From: vWinter Date: Thu, 23 Nov 2023 01:01:51 +0200 Subject: [PATCH 093/121] Create srv2.winter.json --- domains/srv2.winter.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/srv2.winter.json diff --git a/domains/srv2.winter.json b/domains/srv2.winter.json new file mode 100644 index 000000000..c38e3fac2 --- /dev/null +++ b/domains/srv2.winter.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "virtualWinter", + "email": "v1rtualWinter@outlook.com", + "discord": "vwinter" + }, + "record": { + "A": ["45.83.205.110"] + } + +} From e76e1ee7c85fdd6e6614a926647238d0485565a9 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:15:14 -0500 Subject: [PATCH 094/121] Update mukesh.json --- domains/mukesh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mukesh.json b/domains/mukesh.json index 6af2d05d9..16c71f8cb 100644 --- a/domains/mukesh.json +++ b/domains/mukesh.json @@ -4,6 +4,6 @@ "email": "hakxcore@gmail.com" }, "record": { - "URL": "hakxcore.github.io" + "URL": "https://hakxcore.github.io/" } } From 038e88befa1fcfc3cd642f9d8c744b91849cb639 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:32:40 -0500 Subject: [PATCH 095/121] Update hipo.json --- domains/hipo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hipo.json b/domains/hipo.json index cfa0252f3..296e02cd4 100644 --- a/domains/hipo.json +++ b/domains/hipo.json @@ -3,7 +3,7 @@ "repo": "https://github.com/badowhp/badowhp.github.io", "owner": { "username": "badowhp", - "email": "badowhp@gmail.com", + "email": "badowhp@gmail.com" }, "record": { "CNAME": "badowhp.github.io" From cb0ecd89fc219a12ba753bc5906dedd7cfc23432 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:34:35 -0500 Subject: [PATCH 096/121] Rename thedeveloper03 .json to thedeveloper03.json --- domains/{thedeveloper03 .json => thedeveloper03.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{thedeveloper03 .json => thedeveloper03.json} (99%) diff --git a/domains/thedeveloper03 .json b/domains/thedeveloper03.json similarity index 99% rename from domains/thedeveloper03 .json rename to domains/thedeveloper03.json index 0be975953..61c8a52e5 100644 --- a/domains/thedeveloper03 .json +++ b/domains/thedeveloper03.json @@ -9,4 +9,4 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +} From 673df36b238d24bc36960dc8c128eb59866e76ce Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:36:56 -0500 Subject: [PATCH 097/121] Update poyo.json --- domains/poyo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/poyo.json b/domains/poyo.json index f0365b631..5f7c03b1a 100644 --- a/domains/poyo.json +++ b/domains/poyo.json @@ -5,7 +5,7 @@ "email": "wiiuforever25@gmail.com" }, "record": { - "URL": "dapoyo.neocities.org", + "URL": "https://dapoyo.neocities.org", "TXT": "v=spf1 include:spf.improvmx.com ~all", "MX": [ "mx1.improvmx.com", From 80039203dc35a4f6e640f8c2ee9e4375a9aef652 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:37:42 -0500 Subject: [PATCH 098/121] Rename webmarshalls .json to webmarshalls.json --- domains/{webmarshalls .json => webmarshalls.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{webmarshalls .json => webmarshalls.json} (99%) diff --git a/domains/webmarshalls .json b/domains/webmarshalls.json similarity index 99% rename from domains/webmarshalls .json rename to domains/webmarshalls.json index ad033700d..6fc4bf84b 100644 --- a/domains/webmarshalls .json +++ b/domains/webmarshalls.json @@ -9,4 +9,4 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +} From d269dfda62b5a79132e4fbc007c9c0a8bdc80c3a Mon Sep 17 00:00:00 2001 From: Creeper76 <86135033+Creeper76@users.noreply.github.com> Date: Wed, 22 Nov 2023 18:44:38 -0500 Subject: [PATCH 099/121] Update code.creeper76.json --- domains/code.creeper76.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/code.creeper76.json b/domains/code.creeper76.json index 394bff3c4..976545341 100644 --- a/domains/code.creeper76.json +++ b/domains/code.creeper76.json @@ -5,9 +5,6 @@ "discord": "777694273319469057" }, "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "pnode2.danbot.host:6356" } } From d7d8407edb63c958d8145bf07c2bda249ca644c5 Mon Sep 17 00:00:00 2001 From: Creeper76 <86135033+Creeper76@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:14:46 -0500 Subject: [PATCH 100/121] Update code.creeper76.json From 2df041b051b0e4ca0cdd81783cc1d2bbe410874c Mon Sep 17 00:00:00 2001 From: IamTheDefender <72926871+IamTheDefender@users.noreply.github.com> Date: Thu, 23 Nov 2023 07:06:54 +0530 Subject: [PATCH 101/121] Update iamthedefender.json --- domains/iamthedefender.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/domains/iamthedefender.json b/domains/iamthedefender.json index fc6023571..7b93ad3f2 100644 --- a/domains/iamthedefender.json +++ b/domains/iamthedefender.json @@ -1,11 +1,10 @@ - - { +{ "owner": { "username": "IamTheDefender", "discord": "iamthedefender" }, "record": { - "URL": ["portfolio-one-ecru-11.vercel.app"] + "URL": "portfolio-one-ecru-11.vercel.app" } - } +} From 78a4e39b53a23f961c1ee23734acd05358876ce4 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:41:02 -0500 Subject: [PATCH 102/121] Update iamthedefender.json --- domains/iamthedefender.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamthedefender.json b/domains/iamthedefender.json index 7b93ad3f2..0d4610c5b 100644 --- a/domains/iamthedefender.json +++ b/domains/iamthedefender.json @@ -4,7 +4,7 @@ "discord": "iamthedefender" }, "record": { - "URL": "portfolio-one-ecru-11.vercel.app" + "URL": "https://portfolio-one-ecru-11.vercel.app" } } From d6ee51537eae5c2faf5a952542646ee79ee0b7b3 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:42:30 -0500 Subject: [PATCH 103/121] Update iamthedefender.json --- domains/iamthedefender.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/iamthedefender.json b/domains/iamthedefender.json index 0d4610c5b..866fba4d5 100644 --- a/domains/iamthedefender.json +++ b/domains/iamthedefender.json @@ -1,7 +1,8 @@ { "owner": { "username": "IamTheDefender", - "discord": "iamthedefender" + "discord": "iamthedefender", + "email: "" }, "record": { "URL": "https://portfolio-one-ecru-11.vercel.app" From 0c53b5ff28fea7f54074def0bbff8935dd3fe64c Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:42:49 -0500 Subject: [PATCH 104/121] Update iamthedefender.json --- domains/iamthedefender.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamthedefender.json b/domains/iamthedefender.json index 866fba4d5..2590c6531 100644 --- a/domains/iamthedefender.json +++ b/domains/iamthedefender.json @@ -2,7 +2,7 @@ "owner": { "username": "IamTheDefender", "discord": "iamthedefender", - "email: "" + "email": "" }, "record": { "URL": "https://portfolio-one-ecru-11.vercel.app" From caad85199c3f316a873e3d0e1d9ba9d55a000432 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:43:47 -0500 Subject: [PATCH 105/121] Update ztzt.json --- domains/ztzt.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/ztzt.json b/domains/ztzt.json index 6175a1fe6..676909dbe 100644 --- a/domains/ztzt.json +++ b/domains/ztzt.json @@ -3,10 +3,10 @@ "repo": "https://github.com/ztztmc/ztztmc.github.io", "owner": { "username": "ztztmc", - "email": "2timessharp@gmail.com". - "discord": "ztzt" + "email": "2timessharp@gmail.com", + "discord": "ztzt" }, "record": { "CNAME": "ztztmc.github.io" } -} \ No newline at end of file +} From a1f107dec0938f6159e44cc92b0b733754dc2c20 Mon Sep 17 00:00:00 2001 From: Creeper76 <86135033+Creeper76@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:50:32 -0500 Subject: [PATCH 106/121] Update code.creeper76.json --- domains/code.creeper76.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/code.creeper76.json b/domains/code.creeper76.json index 976545341..df1e79986 100644 --- a/domains/code.creeper76.json +++ b/domains/code.creeper76.json @@ -5,6 +5,6 @@ "discord": "777694273319469057" }, "record": { - "CNAME": "pnode2.danbot.host:6356" + "CNAME": "proxy.private.danbot.host" } } From 33357398f15327f5206fcf1debbe5713d2d3266a Mon Sep 17 00:00:00 2001 From: Luca Tamagnini <151396032+MrDaPoyo@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:29:08 +0100 Subject: [PATCH 107/121] Update poyo.json --- domains/poyo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/poyo.json b/domains/poyo.json index 5f7c03b1a..606d202c7 100644 --- a/domains/poyo.json +++ b/domains/poyo.json @@ -5,12 +5,12 @@ "email": "wiiuforever25@gmail.com" }, "record": { - "URL": "https://dapoyo.neocities.org", "TXT": "v=spf1 include:spf.improvmx.com ~all", "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ] + "CNAME": "mrdapoyo.github.io" } } From d880bcd522fa81cd6b512107d4100118dd8c7c2c Mon Sep 17 00:00:00 2001 From: Luca Tamagnini <151396032+MrDaPoyo@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:46:11 +0100 Subject: [PATCH 108/121] Thanks Mr.Shiba --- domains/poyo.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/poyo.json b/domains/poyo.json index 606d202c7..d22cf6357 100644 --- a/domains/poyo.json +++ b/domains/poyo.json @@ -10,7 +10,12 @@ "mx1.improvmx.com", "mx2.improvmx.com" ] - "CNAME": "mrdapoyo.github.io" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } From 999e2ac058c38ac55df466329e6855c346d48424 Mon Sep 17 00:00:00 2001 From: Luca Tamagnini <151396032+MrDaPoyo@users.noreply.github.com> Date: Thu, 23 Nov 2023 12:47:28 +0100 Subject: [PATCH 109/121] The comma --- domains/poyo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/poyo.json b/domains/poyo.json index d22cf6357..595daa2d4 100644 --- a/domains/poyo.json +++ b/domains/poyo.json @@ -9,7 +9,7 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ], "A": [ "185.199.108.153", "185.199.109.153", From 38cc238466a6572a1e7320953747eb0bbe826d70 Mon Sep 17 00:00:00 2001 From: AayushBharti Date: Thu, 23 Nov 2023 17:22:32 +0530 Subject: [PATCH 110/121] feat(domain): aayushbharti.is-a.dev --- domains/aayushbharti.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aayushbharti.json diff --git a/domains/aayushbharti.json b/domains/aayushbharti.json new file mode 100644 index 000000000..bc6a210e8 --- /dev/null +++ b/domains/aayushbharti.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "AayushBharti", + "email": "aayushbh2002@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 4843cce67cbc7b5df6e599338bf646732ac60766 Mon Sep 17 00:00:00 2001 From: tashviks Date: Thu, 23 Nov 2023 17:40:44 +0530 Subject: [PATCH 111/121] feat(domain): tashvik.is-a.dev --- domains/tashvik.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/tashvik.json diff --git a/domains/tashvik.json b/domains/tashvik.json new file mode 100644 index 000000000..8c628ef7f --- /dev/null +++ b/domains/tashvik.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "tashviks", + "email": "tashvik.12112279@lpu.in" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 1cb00fadefd47309e0c5504ed3ff1592401e0ffc Mon Sep 17 00:00:00 2001 From: thi3rry Date: Thu, 23 Nov 2023 13:25:01 +0100 Subject: [PATCH 112/121] feat(domain): thi3rry.is-a.dev --- domains/thi3rry.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thi3rry.json diff --git a/domains/thi3rry.json b/domains/thi3rry.json new file mode 100644 index 000000000..2b9df9d37 --- /dev/null +++ b/domains/thi3rry.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thi3rry", + "email": "poinot.thierry@gmail.com" + }, + "record": { + "CNAME": "thi3rry-is-a-dev.shoot-shoot.dev" + } +} From e7f1f0a99d65d83de3c4cb3815ecb1c083d81f43 Mon Sep 17 00:00:00 2001 From: AayushBharti Date: Thu, 23 Nov 2023 17:57:54 +0530 Subject: [PATCH 113/121] feat(domain): aayush bharti.is-a.dev --- domains/aayush bharti.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aayush bharti.json diff --git a/domains/aayush bharti.json b/domains/aayush bharti.json new file mode 100644 index 000000000..bc6a210e8 --- /dev/null +++ b/domains/aayush bharti.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "AayushBharti", + "email": "aayushbh2002@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 91aee9047d7f804bb90822f2ad8efc2148bf7ca8 Mon Sep 17 00:00:00 2001 From: AayushBharti Date: Thu, 23 Nov 2023 17:59:00 +0530 Subject: [PATCH 114/121] feat(domain): aayushbh.is-a.dev --- domains/aayushbh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aayushbh.json diff --git a/domains/aayushbh.json b/domains/aayushbh.json new file mode 100644 index 000000000..bc6a210e8 --- /dev/null +++ b/domains/aayushbh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "AayushBharti", + "email": "aayushbh2002@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 7e51b9af0c71a68638893bb398d83896e849a122 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 23 Nov 2023 08:29:06 -0500 Subject: [PATCH 115/121] Rename aayush bharti.json to aayush-bharti.json --- domains/{aayush bharti.json => aayush-bharti.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{aayush bharti.json => aayush-bharti.json} (99%) diff --git a/domains/aayush bharti.json b/domains/aayush-bharti.json similarity index 99% rename from domains/aayush bharti.json rename to domains/aayush-bharti.json index bc6a210e8..e155e8054 100644 --- a/domains/aayush bharti.json +++ b/domains/aayush-bharti.json @@ -9,4 +9,4 @@ "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +} From 507fa344abb1fecf9557b2e4a518e95b6b48b0e0 Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:40:24 +0200 Subject: [PATCH 116/121] Added MX, TXT and A Record --- domains/cutedog5695.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json index 11088e643..0409b738a 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -6,6 +6,16 @@ "twitter": "cutedog5695" }, "record": { - "CNAME": "cutedog5695.github.io" + "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 06ec3b7a5d598292451f20757894e4ff4581ce8b Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:50:16 +0200 Subject: [PATCH 117/121] Update cutedog5695.json --- domains/cutedog5695.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json index 0409b738a..a8529a544 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -11,11 +11,11 @@ "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 29eb4f8c71615fca62cdb59ba0271e63cce6feed Mon Sep 17 00:00:00 2001 From: ALBINPRAVEEN Date: Thu, 23 Nov 2023 09:12:57 -0500 Subject: [PATCH 118/121] feat(domain): alby.is-a.dev --- domains/alby.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/alby.json diff --git a/domains/alby.json b/domains/alby.json new file mode 100644 index 000000000..566d44eb0 --- /dev/null +++ b/domains/alby.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ALBINPRAVEEN", + "email": "albinpraveen135790@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file From 29acd2996d4bb5ea12ac2237d5027fd3d9922fd2 Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:47:22 +0200 Subject: [PATCH 119/121] Create _github-pages-challenge-CuteDog5695.cutedog5695 --- .../_github-pages-challenge-CuteDog5695.cutedog5695 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-CuteDog5695.cutedog5695 diff --git a/domains/_github-pages-challenge-CuteDog5695.cutedog5695 b/domains/_github-pages-challenge-CuteDog5695.cutedog5695 new file mode 100644 index 000000000..838943fcc --- /dev/null +++ b/domains/_github-pages-challenge-CuteDog5695.cutedog5695 @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CuteDog5695", + "email": "cutedog5695@gmail.com", + "discord": "cutedog5695", + "twitter": "cutedog5695" + }, + "record": { + "TXT": "cd8aac10494e4b5b76656163a11508" + } +} From 7081d4572b9de0a1c4b304279779a60a3745f465 Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:01:09 +0200 Subject: [PATCH 120/121] Rename _github-pages-challenge-CuteDog5695.cutedog5695 to _github-pages-challenge-CuteDog5695.cutedog5695.json --- ...g5695 => _github-pages-challenge-CuteDog5695.cutedog5695.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-CuteDog5695.cutedog5695 => _github-pages-challenge-CuteDog5695.cutedog5695.json} (100%) diff --git a/domains/_github-pages-challenge-CuteDog5695.cutedog5695 b/domains/_github-pages-challenge-CuteDog5695.cutedog5695.json similarity index 100% rename from domains/_github-pages-challenge-CuteDog5695.cutedog5695 rename to domains/_github-pages-challenge-CuteDog5695.cutedog5695.json From 98cf6c745857b35b5e72106355559fa5de0cf0d6 Mon Sep 17 00:00:00 2001 From: ayushmann025 Date: Thu, 23 Nov 2023 21:34:03 +0530 Subject: [PATCH 121/121] feat(domain): ayushmann.is-a.dev --- domains/ayushmann.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ayushmann.json diff --git a/domains/ayushmann.json b/domains/ayushmann.json new file mode 100644 index 000000000..0cfc927ac --- /dev/null +++ b/domains/ayushmann.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ayushmann025", + "email": "aayush.srivastava25@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file