From c1cd9477764ee6bd4ce94774b27e2b3cae2e8136 Mon Sep 17 00:00:00 2001 From: Sxurabh Date: Wed, 25 Oct 2023 18:19:42 +0530 Subject: [PATCH 001/152] feat(domain): sxurxbh.is-a.dev --- domains/sxurxbh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sxurxbh.json diff --git a/domains/sxurxbh.json b/domains/sxurxbh.json new file mode 100644 index 000000000..0f9937444 --- /dev/null +++ b/domains/sxurxbh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sxurabh", + "email": "saurabhkirve@gmail.com" + }, + "record": { + "CNAME": "sxurabh.github.io" + } +} From 5ca153528b400996f99ee3fe1d9bcc594becc81d Mon Sep 17 00:00:00 2001 From: chewieleaf Date: Wed, 29 Nov 2023 11:17:00 +0000 Subject: [PATCH 002/152] feat(domain): angel.is-a.dev --- domains/angel.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/angel.json diff --git a/domains/angel.json b/domains/angel.json new file mode 100644 index 000000000..4947639f7 --- /dev/null +++ b/domains/angel.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chewieleaf", + "email": "cchirrpy@outlook.com" + }, + "record": { + "TXT": "dh=440ef941b9b55391f86cf985e87ed861fc6e9512" + } +} From a596b0c5224dd26b5aef721b4b0d248bbfaf602f Mon Sep 17 00:00:00 2001 From: Angel <146998068+chewieleaf@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:28:36 +0000 Subject: [PATCH 003/152] Register chewieleaf.is-a.dev --- domains/chewieleaf.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/chewieleaf.json diff --git a/domains/chewieleaf.json b/domains/chewieleaf.json new file mode 100644 index 000000000..9766ecb60 --- /dev/null +++ b/domains/chewieleaf.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "chewieleaf", + "email": "cchirrpy@outlook.com", + "discord": "898255050592366642" + }, + + "record": { + "TXT": "dh=440ef941b9b55391f86cf985e87ed861fc6e9512" + } + } + \ No newline at end of file From 5ed059efe971dc5e2e1fbc9b1ce4184375e126df Mon Sep 17 00:00:00 2001 From: Angel <146998068+chewieleaf@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:58:28 +0000 Subject: [PATCH 004/152] Register fuwwy.is-a.dev --- domains/fuwwy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/fuwwy.json diff --git a/domains/fuwwy.json b/domains/fuwwy.json new file mode 100644 index 000000000..c185a3fc2 --- /dev/null +++ b/domains/fuwwy.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "chewieleaf", + "email": "cchirrpy@outlook.com", + "discord": "898255050592366642" + }, + + "record": { + "CNAME": "d1dc12970eb9f0805c289e8e63a63c" + } + } + \ No newline at end of file From 782c4c3852cd3238f8f0a25f926c57e344c6c32c Mon Sep 17 00:00:00 2001 From: gigwanoobstudios Date: Sat, 9 Dec 2023 10:34:09 +0600 Subject: [PATCH 005/152] feat(domain): mostafizur+rahman.is-a.dev --- domains/mostafizur+rahman.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mostafizur+rahman.json diff --git a/domains/mostafizur+rahman.json b/domains/mostafizur+rahman.json new file mode 100644 index 000000000..82c4e947b --- /dev/null +++ b/domains/mostafizur+rahman.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "gigwanoobstudios", + "email": "tplink3116@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 e8642dce1ff04e4bc4b0350151014671a01fc285 Mon Sep 17 00:00:00 2001 From: GigWaNoob <100742385+gigwanoobstudios@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:40:49 +0600 Subject: [PATCH 006/152] Rename mostafizur+rahman.json to mostafizur-rahman.json --- domains/{mostafizur+rahman.json => mostafizur-rahman.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{mostafizur+rahman.json => mostafizur-rahman.json} (99%) diff --git a/domains/mostafizur+rahman.json b/domains/mostafizur-rahman.json similarity index 99% rename from domains/mostafizur+rahman.json rename to domains/mostafizur-rahman.json index 82c4e947b..adbfaf950 100644 --- a/domains/mostafizur+rahman.json +++ b/domains/mostafizur-rahman.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 09aa89d2d38e0eaf03df92c6e8b774cb79770005 Mon Sep 17 00:00:00 2001 From: Avi Parshan Date: Mon, 11 Dec 2023 18:42:14 +0200 Subject: [PATCH 007/152] Create avi.json --- domains/avi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/avi.json diff --git a/domains/avi.json b/domains/avi.json new file mode 100644 index 000000000..ecabd2b20 --- /dev/null +++ b/domains/avi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "avipars", + "email": "avi.pars@gmail.com" + }, + "record": { + "CNAME": "avipars.github.io" + } +} From be0747ce4272fe521fd387f0991d46b9b8a18dbf Mon Sep 17 00:00:00 2001 From: mattiagrusio Date: Tue, 12 Dec 2023 10:15:57 +0100 Subject: [PATCH 008/152] feat(domain): grusio.is-a.dev --- domains/grusio.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/grusio.json diff --git a/domains/grusio.json b/domains/grusio.json new file mode 100644 index 000000000..96e9fa8ba --- /dev/null +++ b/domains/grusio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mattiagrusio", + "email": "mattiagrusio@gmail.com" + }, + "record": { + "A": ["2.231.198.113"] + } +} From eedc4a1f7466a7a5c6cefb2e494a4390660e3bac Mon Sep 17 00:00:00 2001 From: Johna Date: Tue, 12 Dec 2023 13:58:36 +0000 Subject: [PATCH 009/152] Create johna.json --- domains/johna.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/johna.json diff --git a/domains/johna.json b/domains/johna.json new file mode 100644 index 000000000..bde09e552 --- /dev/null +++ b/domains/johna.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website", + "repo": "https://github.com/Johna-123/Johna-123.github.io", + "owner": { + "username": "Johna-123", + "email": "j-verstraaten@hotmail.com" + }, + "record": { + "CNAME": "johna.pages.dev" + } +} From 06c1ee248b15604a2eb508f03a664f933017cddc Mon Sep 17 00:00:00 2001 From: amenm0 Date: Tue, 12 Dec 2023 20:05:23 +0300 Subject: [PATCH 010/152] feat(domain): amin.is-a.dev --- domains/amin.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/amin.json diff --git a/domains/amin.json b/domains/amin.json new file mode 100644 index 000000000..0b0be27cc --- /dev/null +++ b/domains/amin.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "amenm0", + "email": "mjmwtmjls@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 1ab63489c09e3ab931207f6e10cf3c37e806926c Mon Sep 17 00:00:00 2001 From: o-lumix Date: Tue, 12 Dec 2023 18:18:29 +0100 Subject: [PATCH 011/152] feat(domain): lumix.is-a.dev --- domains/lumix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lumix.json diff --git a/domains/lumix.json b/domains/lumix.json new file mode 100644 index 000000000..d9b480874 --- /dev/null +++ b/domains/lumix.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "o-lumix", + "email": "lumixofficiel@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 d82d03fa90e7f82068bdbdadf5619ca031bd0a79 Mon Sep 17 00:00:00 2001 From: ansh04196 Date: Tue, 12 Dec 2023 23:51:58 +0530 Subject: [PATCH 012/152] feat(domain): ansh.is-a.dev --- domains/ansh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ansh.json diff --git a/domains/ansh.json b/domains/ansh.json new file mode 100644 index 000000000..d1f123b0a --- /dev/null +++ b/domains/ansh.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ansh04196", + "email": "anshchouksey08@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 95967f886e67b1ae396063fa9ae4209099e10ae8 Mon Sep 17 00:00:00 2001 From: p1xeldust Date: Tue, 12 Dec 2023 21:29:22 +0300 Subject: [PATCH 013/152] feat(domain): pixeldust.is-a.dev --- domains/pixeldust.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/pixeldust.json diff --git a/domains/pixeldust.json b/domains/pixeldust.json new file mode 100644 index 000000000..4c16bfe08 --- /dev/null +++ b/domains/pixeldust.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "p1xeldust", + "email": "flutterw1ve@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 ab6d022ae6d78bd540c5eb5567e727bd1858dffe Mon Sep 17 00:00:00 2001 From: sexy-bullet Date: Tue, 12 Dec 2023 14:10:02 -0500 Subject: [PATCH 014/152] feat(domain): nova.is-a.dev --- domains/nova.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/nova.json diff --git a/domains/nova.json b/domains/nova.json new file mode 100644 index 000000000..5952faaa8 --- /dev/null +++ b/domains/nova.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "sexy-bullet", + "email": "e4nbullet@protonmail.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 3c106abcb586948ab8ad578e33e510c1c40e0544 Mon Sep 17 00:00:00 2001 From: olivi-r Date: Tue, 12 Dec 2023 20:51:46 +0000 Subject: [PATCH 015/152] feat(domain): olivia.is-a.dev --- domains/olivia.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/olivia.json diff --git a/domains/olivia.json b/domains/olivia.json new file mode 100644 index 000000000..a164c47f0 --- /dev/null +++ b/domains/olivia.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "olivi-r", + "email": "olivia.r.dev@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 3a87c25f9ccd7aac5829667ab69854e1190434d3 Mon Sep 17 00:00:00 2001 From: Johan le stickman Date: Tue, 12 Dec 2023 21:53:36 +0100 Subject: [PATCH 016/152] Delete domains/johan-stickman.json --- domains/johan-stickman.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/johan-stickman.json diff --git a/domains/johan-stickman.json b/domains/johan-stickman.json deleted file mode 100644 index 0877408d5..000000000 --- a/domains/johan-stickman.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "My personal website", - "owner": { - "username": "johan-perso", - "email": "johan_stickman@proton.me", - "twitter": "Johan_Stickman", - "discord": "jsuismoi" - }, - "record": { - "URL": "https://johanstick.fr" - } -} From da6512732242a0ebfbb60d75b9d81ee66df17301 Mon Sep 17 00:00:00 2001 From: Molret Date: Tue, 12 Dec 2023 18:59:18 -0300 Subject: [PATCH 017/152] feat(domain): idkmaxii.is-a.dev --- domains/idkmaxii.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/idkmaxii.json diff --git a/domains/idkmaxii.json b/domains/idkmaxii.json new file mode 100644 index 000000000..2d8a1a43f --- /dev/null +++ b/domains/idkmaxii.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Molret", + "email": "maximiliano.moldenhauer.r@marygraham.cl" + }, + "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 6b150c009fd1df511a583d04906fd1e813353d1f Mon Sep 17 00:00:00 2001 From: PassiveLemon Date: Tue, 12 Dec 2023 17:00:36 -0500 Subject: [PATCH 018/152] feat(domain): lemon.is-a.dev --- domains/lemon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lemon.json diff --git a/domains/lemon.json b/domains/lemon.json new file mode 100644 index 000000000..f395b54e8 --- /dev/null +++ b/domains/lemon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PassiveLemon", + "email": "lemonl3mn@protonmail.com" + }, + "record": { + "A": ["64.217.148.69"] + } +} From 9778cc00cca7c8eac242047fac72b42fe656f6c2 Mon Sep 17 00:00:00 2001 From: phoenix <85183285+PhoenixOrigin@users.noreply.github.com> Date: Tue, 12 Dec 2023 23:06:30 +0000 Subject: [PATCH 019/152] Update phoenix.json --- domains/phoenix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/phoenix.json b/domains/phoenix.json index 2df38dc56..5daca848e 100644 --- a/domains/phoenix.json +++ b/domains/phoenix.json @@ -5,7 +5,7 @@ }, "record": { "A": ["130.162.166.134"], - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], "TXT": "forward-email=phoenixorigin171@gmail.com" } } From a4b4b6d8563534ce5ba2ec3cae26f270f0aa2871 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 13 Dec 2023 07:20:37 +0800 Subject: [PATCH 020/152] Update phoenix.json --- domains/phoenix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/phoenix.json b/domains/phoenix.json index 5daca848e..440402966 100644 --- a/domains/phoenix.json +++ b/domains/phoenix.json @@ -5,7 +5,7 @@ }, "record": { "A": ["130.162.166.134"], - "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "forward-email=phoenixorigin171@gmail.com" } } From cacc858b56464fb1ce67314f7c90eded3669ec11 Mon Sep 17 00:00:00 2001 From: phoenix <85183285+PhoenixOrigin@users.noreply.github.com> Date: Tue, 12 Dec 2023 23:39:25 +0000 Subject: [PATCH 021/152] Update phoenix.json --- domains/phoenix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/phoenix.json b/domains/phoenix.json index 440402966..9422ae96a 100644 --- a/domains/phoenix.json +++ b/domains/phoenix.json @@ -6,6 +6,6 @@ "record": { "A": ["130.162.166.134"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "forward-email=phoenixorigin171@gmail.com" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 29fcefc9c904d202917f69d461492870285692c6 Mon Sep 17 00:00:00 2001 From: Novinity Date: Wed, 13 Dec 2023 12:10:40 +1100 Subject: [PATCH 022/152] feat(domain): novinity.is-a.dev --- domains/novinity.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/novinity.json diff --git a/domains/novinity.json b/domains/novinity.json new file mode 100644 index 000000000..b802a077f --- /dev/null +++ b/domains/novinity.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Novinity", + "email": "novinity63@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 82f92642a2bea446ab8a0d8d5e990f61f4327393 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Wed, 13 Dec 2023 09:12:54 +0200 Subject: [PATCH 023/152] Updated TXT because the last one expired --- domains/_github-challenge-yfadev-org.yfa.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-challenge-yfadev-org.yfa.json b/domains/_github-challenge-yfadev-org.yfa.json index 09477840e..99114f25d 100644 --- a/domains/_github-challenge-yfadev-org.yfa.json +++ b/domains/_github-challenge-yfadev-org.yfa.json @@ -9,6 +9,6 @@ "Mastodon": "@YouFoundAlpha@mastodon.social" }, "record": { - "TXT": "c136bd65da" + "TXT": "3436b41d67" } } From 7c0c422a2d6f9931bc52341e98d1bc4cb06ce903 Mon Sep 17 00:00:00 2001 From: Araon Date: Wed, 13 Dec 2023 14:35:54 +0530 Subject: [PATCH 024/152] feat(domain): araon.is-a.dev --- domains/araon.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/araon.json diff --git a/domains/araon.json b/domains/araon.json new file mode 100644 index 000000000..222b4817e --- /dev/null +++ b/domains/araon.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Araon", + "email": "soumik.ghosh1998@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 8ad13a4f64aa6b7f8cff3ee6e612c4aa58a1d4f4 Mon Sep 17 00:00:00 2001 From: adityaREDFLAG Date: Wed, 13 Dec 2023 16:06:56 +0530 Subject: [PATCH 025/152] feat(domain): adityaredflag.is-a.dev --- domains/adityaredflag.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/adityaredflag.json b/domains/adityaredflag.json index 777f21a73..c527f3892 100644 --- a/domains/adityaredflag.json +++ b/domains/adityaredflag.json @@ -1,12 +1,12 @@ { - "owner": { - "username": "adityaREDFLAG", - "email": "adi.redflag@gmail.com", - "discord": "983386510235680888" - }, - - "record": { - "CNAME": "adityaredflag.github.io" - } + "owner": { + "username": "adityaREDFLAG", + "email": "adi.redflag@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 9f71efb6cdf169fbd549ac721f8f34cbb903a918 Mon Sep 17 00:00:00 2001 From: Lumix <151382262+o-lumix@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:52:01 +0100 Subject: [PATCH 026/152] feat(domain): add `ziyad.is-a.dev` --- domains/ziyad.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ziyad.json diff --git a/domains/ziyad.json b/domains/ziyad.json new file mode 100644 index 000000000..c4c90a9c4 --- /dev/null +++ b/domains/ziyad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "o-lumix", + "email": "lumixofficiel@gmail.com" + }, + + "record": { + "CNAME": "https://o-lumix.github.io/" + } +} From e6109f78c2373fbcad8417d945bc1e5febc42506 Mon Sep 17 00:00:00 2001 From: Sxurabh Date: Wed, 13 Dec 2023 21:46:28 +0530 Subject: [PATCH 027/152] feat(domain): berztech.is-a.dev --- domains/berztech.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/berztech.json diff --git a/domains/berztech.json b/domains/berztech.json new file mode 100644 index 000000000..d7f43da5b --- /dev/null +++ b/domains/berztech.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sxurabh", + "email": "saurabhkirve@gmail.com" + }, + "record": { + "CNAME": "berztech.vercel.app" + } +} From 15b2996f516686dcbbd52023909b1040bfe7e030 Mon Sep 17 00:00:00 2001 From: xKotelek Date: Wed, 13 Dec 2023 22:02:23 +0100 Subject: [PATCH 028/152] feat(domain): xkotelek.is-a.dev --- domains/xkotelek.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/xkotelek.json diff --git a/domains/xkotelek.json b/domains/xkotelek.json new file mode 100644 index 000000000..5f3c854fe --- /dev/null +++ b/domains/xkotelek.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xKotelek", + "email": "contact@kotelek.dev" + }, + "record": { + "CNAME": "kotelek.dev" + } +} From ee520b552e8b278b2ceb3e0fdca06c56155df16b Mon Sep 17 00:00:00 2001 From: Allan Niles Date: Wed, 13 Dec 2023 16:31:57 -0700 Subject: [PATCH 029/152] Add files.allancoding.is-a.dev --- domains/files.allancoding.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/files.allancoding.json diff --git a/domains/files.allancoding.json b/domains/files.allancoding.json new file mode 100644 index 000000000..8590559c0 --- /dev/null +++ b/domains/files.allancoding.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "allancoding", + "email": "allancoding.dev@gmail.com", + "twitter": "allancoding", + "discord": "allancoding" + }, + "record": { + "CNAME": "allancoding.github.io" + } +} From 7f616791d2ee4f478a1e07d3787379feef207195 Mon Sep 17 00:00:00 2001 From: Allan Niles Date: Wed, 13 Dec 2023 16:34:25 -0700 Subject: [PATCH 030/152] Add app.allancoding.is-a.dev --- domains/app.allancoding.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/app.allancoding.json diff --git a/domains/app.allancoding.json b/domains/app.allancoding.json new file mode 100644 index 000000000..6637d5561 --- /dev/null +++ b/domains/app.allancoding.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "allancoding", + "email": "allancoding.dev@gmail.com", + "twitter": "allancoding", + "discord": "allancoding" + }, + "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 07f7d822b64eb74a923bc4ddbe2afc0fcd430a8a Mon Sep 17 00:00:00 2001 From: MDev123 Date: Wed, 13 Dec 2023 20:01:33 -0500 Subject: [PATCH 031/152] feat(domain): kno.is-a.dev --- domains/kno.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/kno.json diff --git a/domains/kno.json b/domains/kno.json new file mode 100644 index 000000000..16270d365 --- /dev/null +++ b/domains/kno.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "MDev123", + "email": "markbekech@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 19db229a4f4afc3c33127ff58603b12f316da1e6 Mon Sep 17 00:00:00 2001 From: pknw1 Date: Thu, 14 Dec 2023 02:22:10 +0000 Subject: [PATCH 032/152] feat(domain): pknw1.is-a.dev --- domains/pknw1.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/pknw1.json diff --git a/domains/pknw1.json b/domains/pknw1.json new file mode 100644 index 000000000..c6f0d0edd --- /dev/null +++ b/domains/pknw1.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "pknw1", + "email": "github@pknw1.co.uk" + }, + "record": { + "CNAME": "ks5.pknw1.co.uk" + } +} From 9a3c93434e608bb119a79a3f35ac3719b2cfdfa4 Mon Sep 17 00:00:00 2001 From: Zumwaltboi68 Date: Thu, 14 Dec 2023 10:23:59 -0500 Subject: [PATCH 033/152] feat(domain): doge-v4-proxy.is-a.dev --- domains/doge-v4-proxy.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/doge-v4-proxy.json diff --git a/domains/doge-v4-proxy.json b/domains/doge-v4-proxy.json new file mode 100644 index 000000000..91118dda8 --- /dev/null +++ b/domains/doge-v4-proxy.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Zumwaltboi68", + "email": "alexander662022@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 b39e553c72d91b441c0fe7a7d319778e886b3172 Mon Sep 17 00:00:00 2001 From: "is-a.dev Bot" Date: Thu, 14 Dec 2023 18:00:37 +0000 Subject: [PATCH 034/152] BETA EMAIL --- domains/stefdp.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/stefdp.json b/domains/stefdp.json index 62b2bcf6e..56c2fc2fd 100644 --- a/domains/stefdp.json +++ b/domains/stefdp.json @@ -9,12 +9,10 @@ "217.174.245.249" ], "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" + "mail.is-a.dev" ], "TXT": [ - "forward-email=admin:admin.main@mail.stefdp.is-a.dev", - "forward-email=/^(?!admin$).*/:main@mail.stefdp.is-a.dev" + " v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all" ] } } From 13547d62deb5f1de591e1aad51eb8af193e757f3 Mon Sep 17 00:00:00 2001 From: Arya Gummadi Date: Thu, 14 Dec 2023 14:34:47 -0800 Subject: [PATCH 035/152] Create _discord.bulkypanda.json --- domains/_discord.bulkypanda.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.bulkypanda.json diff --git a/domains/_discord.bulkypanda.json b/domains/_discord.bulkypanda.json new file mode 100644 index 000000000..c6bf8ea5e --- /dev/null +++ b/domains/_discord.bulkypanda.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bulkypanda", + "email": "arya@gummadi.net" + }, + "record": { + "TXT": "dh=b44771133966394ffba23bbd409696a6a58356b4" + } +} From 062b2986746ea0200fc15e40dc93e4088f7d8b82 Mon Sep 17 00:00:00 2001 From: nguyenkhanhhoa Date: Fri, 15 Dec 2023 15:15:03 +0700 Subject: [PATCH 036/152] feat(domain): nguyenkhanhhoa.is-a.dev --- domains/nguyenkhanhhoa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nguyenkhanhhoa.json diff --git a/domains/nguyenkhanhhoa.json b/domains/nguyenkhanhhoa.json new file mode 100644 index 000000000..6eea67047 --- /dev/null +++ b/domains/nguyenkhanhhoa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nguyenkhanhhoa", + "email": "coolie.itman@gmail.com" + }, + "record": { + "A": ["34.168.72.137"] + } +} From f786d4a7a008eb904c38f1f8c1f61da85ce3b9ab Mon Sep 17 00:00:00 2001 From: Nork Art <138743746+norkart1@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:19:10 +0530 Subject: [PATCH 037/152] Create norkart.json --- domains/norkart.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/norkart.json diff --git a/domains/norkart.json b/domains/norkart.json new file mode 100644 index 000000000..711b5d325 --- /dev/null +++ b/domains/norkart.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "norkart1", + "email": "navasforwork@gmail.com" + }, + "record": { + "CNAME": "personal-website-26y.pages.dev" + } +} From 5400c403057d4d150c39933d9d647a447b184866 Mon Sep 17 00:00:00 2001 From: Riviox <100956266+riviox@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:02:06 +0100 Subject: [PATCH 038/152] Update _github-pages-challenge-rivioxgaming.riviox.json --- domains/_github-pages-challenge-rivioxgaming.riviox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-rivioxgaming.riviox.json b/domains/_github-pages-challenge-rivioxgaming.riviox.json index 24de2a127..be8ce37c2 100644 --- a/domains/_github-pages-challenge-rivioxgaming.riviox.json +++ b/domains/_github-pages-challenge-rivioxgaming.riviox.json @@ -1,6 +1,6 @@ { "owner": { - "username": "RivioxGaming", + "username": "riviox", "email": "rivioxyt@hotmail.com" }, "record": { From 45345cfd865714fae9660f73970c25ddbb05d20c Mon Sep 17 00:00:00 2001 From: riviox Date: Fri, 15 Dec 2023 14:00:08 +0100 Subject: [PATCH 039/152] feat(domain): _github-pages-challenge-riviox.galaxytweaks.riviox.is-a.dev --- ...ithub-pages-challenge-riviox.galaxytweaks.riviox.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-riviox.galaxytweaks.riviox.json diff --git a/domains/_github-pages-challenge-riviox.galaxytweaks.riviox.json b/domains/_github-pages-challenge-riviox.galaxytweaks.riviox.json new file mode 100644 index 000000000..26f89e82a --- /dev/null +++ b/domains/_github-pages-challenge-riviox.galaxytweaks.riviox.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "riviox", + "email": "rivioxyt@hotmail.com" + }, + "record": { + "TXT": "15bce163359555d636e6bd2cc5903f" + } +} From d5b313b9d50b7811a09fd9ca2ac03bc2283f27e1 Mon Sep 17 00:00:00 2001 From: ayvacs Date: Fri, 15 Dec 2023 09:36:10 -0500 Subject: [PATCH 040/152] Create ave.json --- domains/ave.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ave.json diff --git a/domains/ave.json b/domains/ave.json new file mode 100644 index 000000000..456a3e924 --- /dev/null +++ b/domains/ave.json @@ -0,0 +1,11 @@ +{ + "description": "Personal website for @ayvacs", + "repo": "https://github.com/ayvacs/ayvacs.github.io", + "owner": { + "username": "ayvacs", + "email": "ayvacs@proton.me" + }, + "record": { + "CNAME": "ayvacs.github.io" + } +} From 80b4d8f75c27360e3392085c35657c08a55c6295 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Fri, 15 Dec 2023 23:12:33 +0530 Subject: [PATCH 041/152] Delete tests/url-validation.py --- tests/url-validation.py | 60 ----------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 tests/url-validation.py diff --git a/tests/url-validation.py b/tests/url-validation.py deleted file mode 100644 index 25d2f7b70..000000000 --- a/tests/url-validation.py +++ /dev/null @@ -1,60 +0,0 @@ -import os -import json -import requests -import concurrent.futures - -repository_directory = os.getcwd() -domains_directory = os.path.join(repository_directory, "domains") - -def has_url_field(file_path): - with open(file_path, "r") as file: - data = json.load(file) - record = data.get("record") - if record and "URL" in record: - return record["URL"] - return None - -def is_url_reachable(url: str): - try: - response = requests.head(url, allow_redirects=True) - return response.status_code // 100 in [1, 2, 3] # Check if status code is in the 1xx or 2xx or 3xx range (success) - except requests.exceptions.RequestException: - return False - -urls_data = { - "valid": {}, - "invalid": {}, - "non-http": {} -} - -def handle_url_validation(file_path): - url: str = has_url_field(file_path) - if url: - if url.startswith("http://") or url.startswith("https://"): - if is_url_reachable(url): - urls_data["valid"][file_path] = url - print(f"URL '{url}' in file '{file_path}' is reachable.") - else: - urls_data["invalid"][file_path] = url - print(f"URL '{url}' in file '{file_path}' is not reachable.") - else: - urls_data["non-http"][file_path] = url - print(f"URL '{url}' in file '{file_path}' is neither HTTP nor HTTPS.") - -max_threads = 20 - -with concurrent.futures.ThreadPoolExecutor(max_workers=max_threads) as executor: - file_paths = [] - - for root, _, files in os.walk(domains_directory): - for filename in files: - file_paths.append(os.path.join(root, filename)) - - for file_path in file_paths: - future = executor.submit(handle_url_validation, file_path) - -result_file_path = os.path.join(repository_directory, "url-validation-result.json") -with open(result_file_path, "w") as result_file: - json.dump(urls_data, result_file, indent=4) - -print(f"Results saved to {result_file_path}") From 0f7eeeaff864001d2c721c219035c31924da246e Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Fri, 15 Dec 2023 23:13:27 +0530 Subject: [PATCH 042/152] Delete .github/workflows/url-validation.yml --- .github/workflows/url-validation.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/url-validation.yml diff --git a/.github/workflows/url-validation.yml b/.github/workflows/url-validation.yml deleted file mode 100644 index 9818ba4f7..000000000 --- a/.github/workflows/url-validation.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: URL Validation -on: - schedule: - - cron: '0 0 * * 1' # At 00:00 on Monday - workflow_dispatch: - -jobs: - validation: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - - name: Setup Up Python - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - run: pip install requests - - run: python tests/url-validation.py - - name: Upload Artifact - uses: actions/upload-artifact@v3 - with: - name: URL Validiation Result - path: url-validation-result.json - retention-days: 7 From 828b9232fd4394e378a1b44def0e902f76e885fa Mon Sep 17 00:00:00 2001 From: ProfKrzys Date: Fri, 15 Dec 2023 21:53:09 +0100 Subject: [PATCH 043/152] feat(domain): querko.is-a.dev --- domains/querko.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/querko.json diff --git a/domains/querko.json b/domains/querko.json new file mode 100644 index 000000000..5c4b6ace6 --- /dev/null +++ b/domains/querko.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ProfKrzys", + "email": "krzysztof2011@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 c036c051a00db7a944bc658635b08070522a5a77 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 16 Dec 2023 08:50:43 +0800 Subject: [PATCH 044/152] Update ziyad.json --- domains/ziyad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ziyad.json b/domains/ziyad.json index c4c90a9c4..ffa2413b8 100644 --- a/domains/ziyad.json +++ b/domains/ziyad.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "https://o-lumix.github.io/" + "CNAME": "o-lumix.github.io" } } From a2d1a926b7e975f814608252e94166aeecbc7cf0 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 16 Dec 2023 12:08:03 +0800 Subject: [PATCH 045/152] Delete scripts/migrate.js --- scripts/migrate.js | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 scripts/migrate.js diff --git a/scripts/migrate.js b/scripts/migrate.js deleted file mode 100644 index 7ae1c3daa..000000000 --- a/scripts/migrate.js +++ /dev/null @@ -1,30 +0,0 @@ -const fs = require('fs'); -const path = require('path'); -const R = require('ramda'); -const { DOMAINS_PATH } = require('../utils/constants'); - -const migrate = ([file, domain]) => [ - file, - { - ...domain, - record: file !== '@.json' && /\.is-a\.dev$/.test(domain.record.URL || '') - ? R.dissoc('URL', domain.record) - : domain.record, - } -]; - -const main = async () => { - const domains = await fs.promises.readdir(DOMAINS_PATH).then(R.map(async file => [ - file, - JSON.parse(await fs.promises.readFile(path.join(DOMAINS_PATH, file), 'utf-8')), - ])).then(ps => Promise.all(ps)); - - const newDomains = domains.map(migrate); - - await Promise.all(newDomains.map(([file, json]) => { - return fs.promises.writeFile(path.join(DOMAINS_PATH, file), JSON.stringify(json, null, 2)); - })); -}; - -main(); - From 2b821c30c1bf56d57eaacae468638a5af6e6a751 Mon Sep 17 00:00:00 2001 From: cjolivier15 Date: Sat, 16 Dec 2023 13:30:15 +0200 Subject: [PATCH 046/152] feat(domain): senix.is-a.dev --- domains/senix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/senix.json diff --git a/domains/senix.json b/domains/senix.json new file mode 100644 index 000000000..895e87bbe --- /dev/null +++ b/domains/senix.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "cjolivier15", + "email": "oliviercj195@yahoo.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 4972b9a99917b817359037e2b85507dc75878b1a Mon Sep 17 00:00:00 2001 From: akasrai Date: Sat, 16 Dec 2023 22:16:35 +0545 Subject: [PATCH 047/152] feat(domain): akas.is-a.dev --- domains/akas.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/domains/akas.json b/domains/akas.json index f6826b605..60a942957 100644 --- a/domains/akas.json +++ b/domains/akas.json @@ -1,11 +1,12 @@ { - "description": "Akas Portfolio", - "repo": "https://github.com/akasrai/akasrai.github.io", "owner": { "username": "akasrai", "email": "akasky70@gmail.com" }, "record": { - "CNAME": "akasrai.github.io" + "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 8b7223589c195d7a8ac5179226a7370c86386c42 Mon Sep 17 00:00:00 2001 From: Shing <40325341+ShingSemicolon@users.noreply.github.com> Date: Sat, 16 Dec 2023 23:05:44 +0100 Subject: [PATCH 048/152] Create shing.json --- domains/shing.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/shing.json diff --git a/domains/shing.json b/domains/shing.json new file mode 100644 index 000000000..9f55651ab --- /dev/null +++ b/domains/shing.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "ShingSemicolon", + "email": "Shing.XD.0602@gmail.com" + }, + "record": { + "A": ["150.136.219.245"], + "AAAA": ["2603:c020:400d:3e89:1d29:bb65:78be:e8fa"] + } +} From b7aa4be486f483567cb479fdbc97856df34a727e Mon Sep 17 00:00:00 2001 From: Arya Gummadi Date: Sat, 16 Dec 2023 18:39:37 -0800 Subject: [PATCH 049/152] Delete domains/_discord.bulkypanda.json --- domains/_discord.bulkypanda.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_discord.bulkypanda.json diff --git a/domains/_discord.bulkypanda.json b/domains/_discord.bulkypanda.json deleted file mode 100644 index c6bf8ea5e..000000000 --- a/domains/_discord.bulkypanda.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "bulkypanda", - "email": "arya@gummadi.net" - }, - "record": { - "TXT": "dh=b44771133966394ffba23bbd409696a6a58356b4" - } -} From 3e445ce0a89e7aa7a8a71426abb016b19161273b Mon Sep 17 00:00:00 2001 From: Maverick00001 Date: Sun, 17 Dec 2023 09:14:38 +0530 Subject: [PATCH 050/152] feat(domain): shreya.is-a.dev --- domains/shreya.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/shreya.json diff --git a/domains/shreya.json b/domains/shreya.json new file mode 100644 index 000000000..8f55959b5 --- /dev/null +++ b/domains/shreya.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Maverick00001", + "email": "saksham.access@yahoo.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 105a966d31e48aab33520a5ec9ca6f6d2c44db68 Mon Sep 17 00:00:00 2001 From: d7dx Date: Sun, 17 Dec 2023 09:25:28 +0530 Subject: [PATCH 051/152] feat(domain): d7dx.is-a.dev --- domains/d7dx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/d7dx.json diff --git a/domains/d7dx.json b/domains/d7dx.json new file mode 100644 index 000000000..af635e002 --- /dev/null +++ b/domains/d7dx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "d7dx", + "email": "d7dx@proton.me" + }, + "record": { + "CNAME": "d7dx.github.io" + } +} From b637b9c89e8f5a477911e3425e6bea62ec43ebd7 Mon Sep 17 00:00:00 2001 From: gigwanoobstudios Date: Sun, 17 Dec 2023 10:53:16 +0600 Subject: [PATCH 052/152] feat(domain): mostafizur-rahman.is-a.dev --- domains/mostafizur-rahman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mostafizur-rahman.json b/domains/mostafizur-rahman.json index adbfaf950..82c4e947b 100644 --- a/domains/mostafizur-rahman.json +++ b/domains/mostafizur-rahman.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 3ec9571d1e6c7f6d124ed3b8721331e7e24c1db3 Mon Sep 17 00:00:00 2001 From: bobo Date: Sat, 16 Dec 2023 22:24:18 -0800 Subject: [PATCH 053/152] modified rmd.json --- domains/rmd.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/domains/rmd.json b/domains/rmd.json index 6b45b409f..16180ac45 100644 --- a/domains/rmd.json +++ b/domains/rmd.json @@ -1,12 +1,11 @@ { + "description": "This subdomain is for my personal website.", + "repo": "https://github.com/danknessdra/danknessdra.github.io", "owner": { "username": "danknessdra", "email": "danknessdra@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" + "CNAME": "danknessdra.github.io" } -} \ No newline at end of file +} From 3b8ea4d1bd06e0e43572318c3997c0780d9da8a0 Mon Sep 17 00:00:00 2001 From: d7dx Date: Sun, 17 Dec 2023 12:25:35 +0530 Subject: [PATCH 054/152] feat(domain): havoc.is-a.dev --- domains/havoc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/havoc.json diff --git a/domains/havoc.json b/domains/havoc.json new file mode 100644 index 000000000..af635e002 --- /dev/null +++ b/domains/havoc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "d7dx", + "email": "d7dx@proton.me" + }, + "record": { + "CNAME": "d7dx.github.io" + } +} From 75c261dca22e9a872022fecbf9853fd58c09f73f Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sun, 17 Dec 2023 12:31:18 +0530 Subject: [PATCH 055/152] Revert "BETA: Register d7dx.is-a.dev" --- domains/d7dx.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/d7dx.json diff --git a/domains/d7dx.json b/domains/d7dx.json deleted file mode 100644 index af635e002..000000000 --- a/domains/d7dx.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "d7dx", - "email": "d7dx@proton.me" - }, - "record": { - "CNAME": "d7dx.github.io" - } -} From af01985e62a8aabc58ba660ec1a7d7eb0159c8e5 Mon Sep 17 00:00:00 2001 From: d7dx Date: Sun, 17 Dec 2023 13:38:50 +0530 Subject: [PATCH 056/152] feat(domain): akshath.is-a.dev --- domains/akshath.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/akshath.json diff --git a/domains/akshath.json b/domains/akshath.json new file mode 100644 index 000000000..af635e002 --- /dev/null +++ b/domains/akshath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "d7dx", + "email": "d7dx@proton.me" + }, + "record": { + "CNAME": "d7dx.github.io" + } +} From 2fef2fdf45cc3fa5770095a60023c9ca34e0dd60 Mon Sep 17 00:00:00 2001 From: Santito Date: Sun, 17 Dec 2023 13:33:32 +0100 Subject: [PATCH 057/152] username changed --- domains/santito.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/santito.json b/domains/santito.json index be58bf2b6..5ca69d176 100644 --- a/domains/santito.json +++ b/domains/santito.json @@ -1,11 +1,11 @@ { "description": "Santito's Personal Site", - "repo": "https://github.com/DevSantito/devsantito.github.io", + "repo": "https://github.com/San-tito/san-tito.github.io", "owner": { - "username": "DevSantito", + "username": "San-tito", "email": "devsantito@gmail.com" }, "record": { - "CNAME": "devsantito.github.io" + "CNAME": "san-tito.github.io" } } From ff06c3fba569f3411674fa20b6db4bf13cc4d0aa Mon Sep 17 00:00:00 2001 From: Mc141 Date: Sun, 17 Dec 2023 23:04:07 +0200 Subject: [PATCH 058/152] feat(domain): mc-wolmarans.is-a.dev --- domains/mc-wolmarans.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mc-wolmarans.json diff --git a/domains/mc-wolmarans.json b/domains/mc-wolmarans.json new file mode 100644 index 000000000..7c534ad4d --- /dev/null +++ b/domains/mc-wolmarans.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Mc141", + "email": "marthinuswolmarans61@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 7d6b86253f99ef78b32a6b5aca669e1c561cdefb Mon Sep 17 00:00:00 2001 From: BreadGhoti1 Date: Sun, 17 Dec 2023 17:24:52 -0600 Subject: [PATCH 059/152] feat(domain): studythyme.is-a.dev --- domains/studythyme.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/studythyme.json diff --git a/domains/studythyme.json b/domains/studythyme.json new file mode 100644 index 000000000..52f0cf706 --- /dev/null +++ b/domains/studythyme.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "BreadGhoti1", + "email": "breadghoti@gmail.com" + }, + "record": { + "CNAME": "sitev2-cvm.pages.dev" + } +} From c8baab4858e550aee35cb548d6ec218644cae765 Mon Sep 17 00:00:00 2001 From: simuIates Date: Mon, 18 Dec 2023 00:35:54 +0000 Subject: [PATCH 060/152] feat(domain): ethan.is-a.dev --- domains/ethan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ethan.json diff --git a/domains/ethan.json b/domains/ethan.json new file mode 100644 index 000000000..2bf4c90eb --- /dev/null +++ b/domains/ethan.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "simuIates", + "email": "e@zurly.lol" + }, + "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 462f1bc67af51b02e1c9b3d3cbbec7cca2ca1b63 Mon Sep 17 00:00:00 2001 From: Edgar-4111 <89197888+Edgar-4111@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:44:35 +0530 Subject: [PATCH 061/152] Update edgar.json --- domains/edgar.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/edgar.json diff --git a/domains/edgar.json b/domains/edgar.json new file mode 100644 index 000000000..71794cbfa --- /dev/null +++ b/domains/edgar.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Edgar-4111", + "email": "", + "discord": "._edgar." + }, + "record": { + "CNAME": "proxy.private.danbot.host" + } +} From 312b6fdee9df6a39ee027c51b4927625abc9ce13 Mon Sep 17 00:00:00 2001 From: asma019 Date: Mon, 18 Dec 2023 17:00:52 +0600 Subject: [PATCH 062/152] feat(domain): mehedi.is-a.dev --- domains/mehedi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mehedi.json diff --git a/domains/mehedi.json b/domains/mehedi.json new file mode 100644 index 000000000..271cae80e --- /dev/null +++ b/domains/mehedi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asma019", + "email": "asmaparvin019@gmail.com" + }, + "record": { + "CNAME": "asma019.github.io" + } +} From bdf164506ea73578a57c2f36e564531eeed8cf73 Mon Sep 17 00:00:00 2001 From: asma019 Date: Mon, 18 Dec 2023 18:15:36 +0600 Subject: [PATCH 063/152] feat(domain): bd.is-a.dev --- domains/bd.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bd.json diff --git a/domains/bd.json b/domains/bd.json new file mode 100644 index 000000000..965c62d0b --- /dev/null +++ b/domains/bd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asma019", + "email": "asmaparvin019@gmail.com" + }, + "record": { + "A": ["172.104.43.107"] + } +} From f65153262a5e18147838ac3ccbc6e46a85a2fa00 Mon Sep 17 00:00:00 2001 From: asma019 Date: Mon, 18 Dec 2023 18:16:36 +0600 Subject: [PATCH 064/152] feat(domain): omg.is-a.dev --- domains/omg.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/omg.json diff --git a/domains/omg.json b/domains/omg.json new file mode 100644 index 000000000..965c62d0b --- /dev/null +++ b/domains/omg.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asma019", + "email": "asmaparvin019@gmail.com" + }, + "record": { + "A": ["172.104.43.107"] + } +} From 5f6a99c56a614dcd9e33b7f9ee48f551c4fa2800 Mon Sep 17 00:00:00 2001 From: asma019 Date: Mon, 18 Dec 2023 18:17:37 +0600 Subject: [PATCH 065/152] feat(domain): mehedibd.is-a.dev --- domains/mehedibd.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mehedibd.json diff --git a/domains/mehedibd.json b/domains/mehedibd.json new file mode 100644 index 000000000..965c62d0b --- /dev/null +++ b/domains/mehedibd.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asma019", + "email": "asmaparvin019@gmail.com" + }, + "record": { + "A": ["172.104.43.107"] + } +} From deda620efe9eb7c8fdab85218a9da7e10498b1a0 Mon Sep 17 00:00:00 2001 From: Wizq <87972700+Wizqdev@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:23:08 +0530 Subject: [PATCH 066/152] Register wizq.is-a.dev --- domains/wizq.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/wizq.json diff --git a/domains/wizq.json b/domains/wizq.json new file mode 100644 index 000000000..e39ce057b --- /dev/null +++ b/domains/wizq.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Wizqdev", + "email": "prajwal2079@gmail.com", + "discord": "778254181303451658" + }, + + "record": { + "CNAME": "proxy.private.danbot.host" + } + } + \ No newline at end of file From a458b3df7717f231dac350e7dd0b7c343e0a7891 Mon Sep 17 00:00:00 2001 From: NotAJocke Date: Sun, 17 Dec 2023 21:52:49 +0100 Subject: [PATCH 067/152] feat(domain): jocke.is-a.dev --- domains/jocke.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/jocke.json diff --git a/domains/jocke.json b/domains/jocke.json new file mode 100644 index 000000000..093524938 --- /dev/null +++ b/domains/jocke.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "NotAJocke", + "email": "jockerider199@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 abedc02bf0138d7827ebe8029c728a0c136a23ca Mon Sep 17 00:00:00 2001 From: XiaoXi_TW <68285469+jimmy20180130@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:07:39 +0800 Subject: [PATCH 068/152] Create hchs-bot.json --- domains/hchs-bot.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hchs-bot.json diff --git a/domains/hchs-bot.json b/domains/hchs-bot.json new file mode 100644 index 000000000..c04ade86e --- /dev/null +++ b/domains/hchs-bot.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "jimmy20180130", + "email": "jimmy20180130@gmail.com", + "twitter": "jimmyyo45639462", + "discord": "xiaoxi_tw#0" + }, + "record": { + "CNAME": "tw-node2.thisalesa.eu.org" + } +} From 587f4af7a28fd1cc07626b0312f645d66dc398bb Mon Sep 17 00:00:00 2001 From: xzzjs Date: Mon, 18 Dec 2023 11:32:30 -0500 Subject: [PATCH 069/152] feat(domain): xzz.is-a.dev --- domains/xzz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/xzz.json diff --git a/domains/xzz.json b/domains/xzz.json new file mode 100644 index 000000000..585244a4f --- /dev/null +++ b/domains/xzz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xzzjs", + "email": "andrea.andrea1009olp@gmail.com" + }, + "record": { + "A": ["34.111.254.92"] + } +} From 078b062123d46c2ac164d4405f7261ede782a3b4 Mon Sep 17 00:00:00 2001 From: orangecoding Date: Mon, 18 Dec 2023 18:59:23 +0100 Subject: [PATCH 070/152] feat(domain): chriz.is-a.dev --- domains/chriz.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/chriz.json diff --git a/domains/chriz.json b/domains/chriz.json new file mode 100644 index 000000000..e04e0c6fa --- /dev/null +++ b/domains/chriz.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "orangecoding", + "email": "weakmap@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 37e8b45564d71b6af2ffc7a4f23aa49c35fa5e9e Mon Sep 17 00:00:00 2001 From: AverageHelper Date: Mon, 18 Dec 2023 17:11:03 -0700 Subject: [PATCH 071/152] Updated avg.json --- domains/avg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/avg.json b/domains/avg.json index a518cb329..9eedf1aed 100644 --- a/domains/avg.json +++ b/domains/avg.json @@ -1,7 +1,8 @@ { "owner": { "username": "AverageHelper", - "email": "avghelper.5fh6g@simplelogin.co" + "email": "", + "mastodon": "@avghelper@average.name" }, "record": { "URL": "https://average.name" From 2a69dde876f0f973a347d2c6b14dd834babbd6ab Mon Sep 17 00:00:00 2001 From: realpeanut Date: Mon, 18 Dec 2023 19:17:58 -0500 Subject: [PATCH 072/152] feat(domain): peanut.is-a.dev --- domains/peanut.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/peanut.json diff --git a/domains/peanut.json b/domains/peanut.json new file mode 100644 index 000000000..b4e15e286 --- /dev/null +++ b/domains/peanut.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "realpeanut", + "email": "jacoboconnell27@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 a5ccab501db174ec763e6f525bfa23db6768fd45 Mon Sep 17 00:00:00 2001 From: Gabriel Lemus <49124491+gabolemus@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:47:18 -0600 Subject: [PATCH 073/152] Ammend domain to work with GitHub pages --- domains/gabolemus.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/domains/gabolemus.json b/domains/gabolemus.json index c8eb4db87..bbb7a65db 100644 --- a/domains/gabolemus.json +++ b/domains/gabolemus.json @@ -1,12 +1,11 @@ { + "description": "gabolemus personal website", + "repo": "https://github.com/gabolemus/gabolemus.github.io", "owner": { "username": "gabolemus", "email": "glemus.stuart@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" + "CNAME": "gabolemus.github.io" } -} \ No newline at end of file +} From 78760fc55fc4affa5e83e17c18fc59e694cf6679 Mon Sep 17 00:00:00 2001 From: CoderApuri Date: Mon, 18 Dec 2023 17:34:43 -0800 Subject: [PATCH 074/152] feat(domain): aarav-puri.is-a.dev --- domains/aarav-puri.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aarav-puri.json diff --git a/domains/aarav-puri.json b/domains/aarav-puri.json new file mode 100644 index 000000000..d2e72287a --- /dev/null +++ b/domains/aarav-puri.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "CoderApuri", + "email": "puri.aarav@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 040b5ebc1a1095bd9ca8d6bbc94abd925eedde53 Mon Sep 17 00:00:00 2001 From: zkwinkle Date: Mon, 18 Dec 2023 19:52:17 -0600 Subject: [PATCH 075/152] feat(domain): zkwinkle.is-a.dev --- domains/zkwinkle.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zkwinkle.json diff --git a/domains/zkwinkle.json b/domains/zkwinkle.json new file mode 100644 index 000000000..e5ce10b0f --- /dev/null +++ b/domains/zkwinkle.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zkwinkle", + "email": "ignaevc@gmail.com" + }, + "record": { + "A": ["198.74.54.85"] + } +} From cf0f29328aadd8ee7902deff6bcb0d8f56bb079f Mon Sep 17 00:00:00 2001 From: akpi816218 Date: Mon, 18 Dec 2023 19:04:11 -0800 Subject: [PATCH 076/152] Update akpi.json for is-a-dev mail --- domains/akpi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/akpi.json b/domains/akpi.json index e58898885..db18d1e9c 100644 --- a/domains/akpi.json +++ b/domains/akpi.json @@ -6,7 +6,7 @@ }, "record": { "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all", "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDmKWCucfCBImz9pOWBPV5+SO3KNqeQSt6Jusv+3Rbm8BbSv8H0x+E0TEe4JjfNNUmVQ7zNlZFJK4Hlv453aXBNbkk9kzsekW8qm4ZGjeQwMBo2f4V6tkxPFtcYnUfNskc3194C5gH4AusJ4WMbYOe9GNxCRhuok+5tIGciJXxbWQIDAQAB"] + "MX": ["mail.is-a.dev"], + "TXT": "y=spfi mx a:mail.is-a.dev ~all" } } From ddf5e6c3309a9f814012566597d37299803736c5 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 19 Dec 2023 11:07:16 +0800 Subject: [PATCH 077/152] Update akpi.json --- domains/akpi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/akpi.json b/domains/akpi.json index db18d1e9c..4464da685 100644 --- a/domains/akpi.json +++ b/domains/akpi.json @@ -6,7 +6,7 @@ }, "record": { "A": ["185.199.110.153", "185.199.108.153", "185.199.111.153", "185.199.109.153"], - "MX": ["mail.is-a.dev"], - "TXT": "y=spfi mx a:mail.is-a.dev ~all" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From b35318ecce2d8a614d8be0a9df14024101794c38 Mon Sep 17 00:00:00 2001 From: hxntaish Date: Tue, 19 Dec 2023 04:10:33 +0100 Subject: [PATCH 078/152] feat(domain): storm.is-a.dev --- domains/storm.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/storm.json diff --git a/domains/storm.json b/domains/storm.json new file mode 100644 index 000000000..157703835 --- /dev/null +++ b/domains/storm.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "hxntaish", + "email": "juliettepoisson3@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 f6d14869e246fbd78f5cda397788108b3922d7b6 Mon Sep 17 00:00:00 2001 From: theanandramakrishna Date: Mon, 18 Dec 2023 19:21:44 -0800 Subject: [PATCH 079/152] feat(domain): anand-ramakrishna.is-a.dev --- domains/anand-ramakrishna.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/anand-ramakrishna.json diff --git a/domains/anand-ramakrishna.json b/domains/anand-ramakrishna.json new file mode 100644 index 000000000..b92e498b6 --- /dev/null +++ b/domains/anand-ramakrishna.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "theanandramakrishna", + "email": "theanandramakrishna@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 87009bd62ae8141a02204a8058b4f41c32715681 Mon Sep 17 00:00:00 2001 From: EurekaMathSkillIssue Date: Mon, 18 Dec 2023 22:43:44 -0500 Subject: [PATCH 080/152] feat(domain): sanityless.is-a.dev --- domains/sanityless.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sanityless.json diff --git a/domains/sanityless.json b/domains/sanityless.json new file mode 100644 index 000000000..01a8daa78 --- /dev/null +++ b/domains/sanityless.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "EurekaMathSkillIssue", + "email": "ataharmolla@hotmail.com" + }, + "record": { + "A": ["34.135.42.207"] + } +} From 62ca6c59386ee40a0818e1114687e07a652af66c Mon Sep 17 00:00:00 2001 From: cheskoxd Date: Tue, 19 Dec 2023 01:45:58 -0600 Subject: [PATCH 081/152] feat(domain): chesko.is-a.dev --- domains/chesko.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/chesko.json diff --git a/domains/chesko.json b/domains/chesko.json new file mode 100644 index 000000000..c0d486501 --- /dev/null +++ b/domains/chesko.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "cheskoxd", + "email": "franchesko77lacayo@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 80b8b43cfa5dc65a3b87280f34958b1e89675c89 Mon Sep 17 00:00:00 2001 From: Shayer Mahmud Sowmik <69670910+sowmiksudo@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:11:38 +0600 Subject: [PATCH 082/152] Change Domain Record I had to change my is-a.dev subdomain DNS records, so I'm pushing this. --- domains/sowmik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sowmik.json b/domains/sowmik.json index 235607b91..2072afa9c 100644 --- a/domains/sowmik.json +++ b/domains/sowmik.json @@ -4,6 +4,6 @@ "email": "Xowmik@gmail.com" }, "record": { - "URL": "https://sowmiksudo.github.io/" + "CNAME": "sowmiksudo.github.io" } } From ab3c359855db9b45237814f35e9f4337dce6a2fc Mon Sep 17 00:00:00 2001 From: riviox Date: Tue, 19 Dec 2023 12:33:54 +0100 Subject: [PATCH 083/152] feat(domain): _github-pages-challenge-riviox.riviox.is-a.dev --- domains/_github-pages-challenge-riviox.riviox.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-riviox.riviox.json diff --git a/domains/_github-pages-challenge-riviox.riviox.json b/domains/_github-pages-challenge-riviox.riviox.json new file mode 100644 index 000000000..be8ce37c2 --- /dev/null +++ b/domains/_github-pages-challenge-riviox.riviox.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "riviox", + "email": "rivioxyt@hotmail.com" + }, + "record": { + "TXT": "2f2432d565a3e7e8f3a4577c0e4a90" + } +} From 3ad623561223a5467ed5d07322966705c7b02751 Mon Sep 17 00:00:00 2001 From: esa-zz Date: Tue, 19 Dec 2023 18:11:48 +0330 Subject: [PATCH 084/152] feat(domain): amirhossein-esanezhad.is-a.dev --- domains/amirhossein-esanezhad.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/amirhossein-esanezhad.json diff --git a/domains/amirhossein-esanezhad.json b/domains/amirhossein-esanezhad.json new file mode 100644 index 000000000..30ff0bcde --- /dev/null +++ b/domains/amirhossein-esanezhad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "esa-zz", + "email": "amirhossein6055@gmail.com" + }, + "record": { + "A": ["51.38.127.41"] + } +} From be3433181a8342997f380f696f8b910c8a74a712 Mon Sep 17 00:00:00 2001 From: coderGtm Date: Tue, 19 Dec 2023 21:40:05 +0530 Subject: [PATCH 085/152] feat(domain): gautam.is-a.dev --- domains/gautam.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/gautam.json diff --git a/domains/gautam.json b/domains/gautam.json new file mode 100644 index 000000000..996ceacfd --- /dev/null +++ b/domains/gautam.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "coderGtm", + "email": "gautammehta0000@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 ee0b83ac2ca3a3490ac140578aec115dc64af8c7 Mon Sep 17 00:00:00 2001 From: meteoritics-reii Date: Tue, 19 Dec 2023 22:53:20 +0530 Subject: [PATCH 086/152] feat(domain): mesmerica.is-a.dev --- domains/mesmerica.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mesmerica.json diff --git a/domains/mesmerica.json b/domains/mesmerica.json new file mode 100644 index 000000000..1bfe40601 --- /dev/null +++ b/domains/mesmerica.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "meteoritics-reii", + "email": "reii.meteoritics@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 48336a36da905daafcdbcb8fa3139d3065a9e363 Mon Sep 17 00:00:00 2001 From: anushkshape Date: Tue, 19 Dec 2023 17:37:42 +0000 Subject: [PATCH 087/152] feat(domain): foxsophia.is-a.dev --- domains/foxsophia.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/foxsophia.json diff --git a/domains/foxsophia.json b/domains/foxsophia.json new file mode 100644 index 000000000..2f0167ebd --- /dev/null +++ b/domains/foxsophia.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "anushkshape", + "email": "cchirrpy@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 d1a1a7ef7941780a14603aae892f5aea04433783 Mon Sep 17 00:00:00 2001 From: klarkc Date: Tue, 19 Dec 2023 15:32:47 -0300 Subject: [PATCH 088/152] feat(domain): klarkc.is-a.dev --- domains/klarkc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/klarkc.json diff --git a/domains/klarkc.json b/domains/klarkc.json new file mode 100644 index 000000000..d91fb3702 --- /dev/null +++ b/domains/klarkc.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "klarkc", + "email": "walkerleite490@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 b09ccaddbfe40dfada05ff4bc2d89da2575327a8 Mon Sep 17 00:00:00 2001 From: aryan-212 Date: Wed, 20 Dec 2023 00:41:47 +0530 Subject: [PATCH 089/152] feat(domain): 0xaryan.is-a.dev --- domains/0xaryan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/0xaryan.json diff --git a/domains/0xaryan.json b/domains/0xaryan.json new file mode 100644 index 000000000..4938bd95a --- /dev/null +++ b/domains/0xaryan.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "aryan-212", + "email": "aryananandxic07@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 8e29c7a40c900ec54195afa2d524b6a61668e24e Mon Sep 17 00:00:00 2001 From: andrewstech Date: Tue, 19 Dec 2023 19:19:25 +0000 Subject: [PATCH 090/152] UNFORMATTED --- domains/fuwwy.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/fuwwy.json diff --git a/domains/fuwwy.json b/domains/fuwwy.json deleted file mode 100644 index c185a3fc2..000000000 --- a/domains/fuwwy.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "chewieleaf", - "email": "cchirrpy@outlook.com", - "discord": "898255050592366642" - }, - - "record": { - "CNAME": "d1dc12970eb9f0805c289e8e63a63c" - } - } - \ No newline at end of file From 325156976333049650f5c62db28565318d2b6594 Mon Sep 17 00:00:00 2001 From: "is-a.dev Bot" Date: Tue, 19 Dec 2023 19:27:50 +0000 Subject: [PATCH 091/152] Update suki.json --- domains/suki.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/suki.json b/domains/suki.json index 1299ab5a7..f5804c0b2 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx include:spf.improvmx.com ~all", - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + "TXT": "v=spf1 a mx include:mail.is-a.dev ~all", + "MX": ["mail.is-a.dev"] } } From e4f46cc603e3cdf586bd3ecce6725cc35eafe42f Mon Sep 17 00:00:00 2001 From: EurekaMathSkillIssue Date: Tue, 19 Dec 2023 16:38:26 -0500 Subject: [PATCH 092/152] feat(domain): 4kh0.is-a.dev --- domains/4kh0.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/4kh0.json diff --git a/domains/4kh0.json b/domains/4kh0.json new file mode 100644 index 000000000..95cc03948 --- /dev/null +++ b/domains/4kh0.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "EurekaMathSkillIssue", + "email": "ataharmolla@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 24cd99d462b817867812f56db43f2dac1a4f21f4 Mon Sep 17 00:00:00 2001 From: arhammusheer Date: Tue, 19 Dec 2023 16:57:02 -0500 Subject: [PATCH 093/152] feat(domain): arhammusheer.is-a.dev --- domains/arhammusheer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/arhammusheer.json diff --git a/domains/arhammusheer.json b/domains/arhammusheer.json new file mode 100644 index 000000000..6faa7e728 --- /dev/null +++ b/domains/arhammusheer.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arhammusheer", + "email": "arhammusheer@gmail.com" + }, + "record": { + "CNAME": "croissant.one" + } +} From 617bf7ac11c79456642b1f07909f42f42fbbad27 Mon Sep 17 00:00:00 2001 From: zepip Date: Tue, 19 Dec 2023 22:19:45 +0000 Subject: [PATCH 094/152] feat(domain): spidey.is-a.dev --- domains/spidey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/spidey.json diff --git a/domains/spidey.json b/domains/spidey.json new file mode 100644 index 000000000..925c2fccd --- /dev/null +++ b/domains/spidey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zepip", + "email": "zigzaglm13@proton.me" + }, + "record": { + "CNAME": "zepip.github.io" + } +} From b09bf1d168d02ee942bffd911e7beb967e3cabff Mon Sep 17 00:00:00 2001 From: Aliezan Date: Wed, 20 Dec 2023 05:26:59 +0700 Subject: [PATCH 095/152] feat(domain): aliezan.is-a.dev --- domains/aliezan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aliezan.json diff --git a/domains/aliezan.json b/domains/aliezan.json new file mode 100644 index 000000000..dacfaacd2 --- /dev/null +++ b/domains/aliezan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aliezan", + "email": "muhammadalieza4@gmail.com" + }, + "record": { + "CNAME": "aliezan.github.io" + } +} From bdabd1b0772342260c118e6563b1ee84586cf526 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Tue, 19 Dec 2023 23:55:47 +0000 Subject: [PATCH 096/152] Update ciaobot.json Beta --- domains/ciaobot.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/ciaobot.json b/domains/ciaobot.json index 7b7d783bc..696fc63a1 100644 --- a/domains/ciaobot.json +++ b/domains/ciaobot.json @@ -9,9 +9,8 @@ "84.46.245.191" ], "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" + "mail.is-a.dev" ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": "v=spf1 include:mail.is-a.dev ~all" } } From 154487fa45d53322f1227353b674d50744ee07b3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 20 Dec 2023 07:59:21 +0800 Subject: [PATCH 097/152] Update neki.json --- domains/neki.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/neki.json b/domains/neki.json index db15b1adf..a79a51670 100644 --- a/domains/neki.json +++ b/domains/neki.json @@ -11,10 +11,7 @@ "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From d727ec49459f36510c6fba9af345f531e143f07a Mon Sep 17 00:00:00 2001 From: "is-a.dev Bot" Date: Wed, 20 Dec 2023 00:09:23 +0000 Subject: [PATCH 098/152] Update foxsophia.json BETA --- domains/foxsophia.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/foxsophia.json b/domains/foxsophia.json index 2f0167ebd..87c0d0645 100644 --- a/domains/foxsophia.json +++ b/domains/foxsophia.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": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} \ No newline at end of file +} From 55b04dba5101cfbd29ffad0221f47bb198330ff2 Mon Sep 17 00:00:00 2001 From: "is-a.dev Bot" Date: Wed, 20 Dec 2023 00:37:30 +0000 Subject: [PATCH 099/152] Update gattinhosbot.json --- domains/gattinhosbot.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/gattinhosbot.json b/domains/gattinhosbot.json index 6eee783e6..5cfa42dad 100644 --- a/domains/gattinhosbot.json +++ b/domains/gattinhosbot.json @@ -9,11 +9,10 @@ "84.46.245.191" ], "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" + "mail.is-a.dev" ], "TXT": [ - "forward-email=support:support.gattinhosbot@mail.stefdp.is-a.dev" + "v=spf1 mx a:mail.is-a.dev ~all" ] } } From 8e124ac0fac96f7d633b5f06712465872face3fe Mon Sep 17 00:00:00 2001 From: marceljsh Date: Wed, 20 Dec 2023 08:19:36 +0700 Subject: [PATCH 100/152] feat(domain): marcel.is-a.dev --- domains/marcel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/marcel.json diff --git a/domains/marcel.json b/domains/marcel.json new file mode 100644 index 000000000..c3f8b0c48 --- /dev/null +++ b/domains/marcel.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "marceljsh", + "email": "marceljoshua69@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 05c3c493f37c4dc5f30afaf071c73f1b971d3f9e Mon Sep 17 00:00:00 2001 From: victorgeel Date: Wed, 20 Dec 2023 08:44:31 +0630 Subject: [PATCH 101/152] feat(domain): yes.is-a.dev --- domains/yes.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/yes.json diff --git a/domains/yes.json b/domains/yes.json new file mode 100644 index 000000000..d489d828b --- /dev/null +++ b/domains/yes.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "victorgeel", + "email": "freevpn537@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 ecd5378c10d13eb90bbbd7afc12dcdf43a78f1ec Mon Sep 17 00:00:00 2001 From: victorgeel Date: Wed, 20 Dec 2023 08:46:44 +0630 Subject: [PATCH 102/152] feat(domain): victoris.is-a.dev --- domains/victoris.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/victoris.json diff --git a/domains/victoris.json b/domains/victoris.json new file mode 100644 index 000000000..d489d828b --- /dev/null +++ b/domains/victoris.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "victorgeel", + "email": "freevpn537@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 9abfaf0e16938eaae0d59798465490d1b663a5fe Mon Sep 17 00:00:00 2001 From: victorgeel Date: Wed, 20 Dec 2023 08:47:27 +0630 Subject: [PATCH 103/152] feat(domain): victorisgeek.is-a.dev --- domains/victorisgeek.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/victorisgeek.json diff --git a/domains/victorisgeek.json b/domains/victorisgeek.json new file mode 100644 index 000000000..d489d828b --- /dev/null +++ b/domains/victorisgeek.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "victorgeel", + "email": "freevpn537@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 9976d2ca79a8c3f7fe84daeb0ea682fc32513c4b Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Wed, 20 Dec 2023 04:03:21 +0100 Subject: [PATCH 104/152] Create ss.stefdp.json --- domains/ss.stefdp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ss.stefdp.json diff --git a/domains/ss.stefdp.json b/domains/ss.stefdp.json new file mode 100644 index 000000000..ac75435d3 --- /dev/null +++ b/domains/ss.stefdp.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" + }, + "record": { + "A": [ + "84.46.245.191" + ] + } +} From b306d0ba071c48d726c87a8cce5c6343acafb70e Mon Sep 17 00:00:00 2001 From: Olivia Date: Wed, 20 Dec 2023 04:06:40 +0000 Subject: [PATCH 105/152] Update olivia.json --- domains/olivia.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/domains/olivia.json b/domains/olivia.json index a164c47f0..6b571539d 100644 --- a/domains/olivia.json +++ b/domains/olivia.json @@ -1,12 +1,13 @@ { "owner": { "username": "olivi-r", - "email": "olivia.r.dev@gmail.com" + "email": "olivia.r.dev@gmail.com", + "discord": "723626729247342662" }, "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": ["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 2504ae05343b1aa4b6f0ddc6fe94dea93fa702d5 Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:52:27 +0200 Subject: [PATCH 106/152] Update cutedog5695.json --- domains/cutedog5695.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json index 04e39c760..62f522060 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -6,6 +6,16 @@ "twitter": "cutedog5695" }, "record": { - "CNAME": "cutedog5695.pages.dev" + "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 7bc6ae51873dbc41c926f295653edd79b187c175 Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:53:46 +0200 Subject: [PATCH 107/152] Update cutedog5695.json --- domains/cutedog5695.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/domains/cutedog5695.json b/domains/cutedog5695.json index 62f522060..50cf88caa 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -12,10 +12,7 @@ "185.199.110.153", "185.199.111.153" ] - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "MX": ["mail.is-a.dev"] + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From 7eace411a31655975615e297dfc0f4191594b15f Mon Sep 17 00:00:00 2001 From: CuteDog5695 <69630113+CuteDog5695@users.noreply.github.com> Date: Wed, 20 Dec 2023 06:56:20 +0200 Subject: [PATCH 108/152] 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 50cf88caa..eba498c23 100644 --- a/domains/cutedog5695.json +++ b/domains/cutedog5695.json @@ -11,8 +11,8 @@ "185.199.109.153", "185.199.110.153", "185.199.111.153" - ] - "MX": ["mail.is-a.dev"] + ], + "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From f118b5a14672c4bbd8e628a77b261536e0050aca Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 20 Dec 2023 14:20:52 +0800 Subject: [PATCH 109/152] Update olivia.json --- domains/olivia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/olivia.json b/domains/olivia.json index 6b571539d..a37affc50 100644 --- a/domains/olivia.json +++ b/domains/olivia.json @@ -8,6 +8,6 @@ "A": ["217.174.245.249"], "AAAA": ["2a00:da00:1800:83a4::1"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 1487a71f8d4f671d00a4d371457341616e2c19de Mon Sep 17 00:00:00 2001 From: ToastedToast <50563138+ToastedDev@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:29:55 +0800 Subject: [PATCH 110/152] Update toasted.json --- domains/toasted.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/toasted.json b/domains/toasted.json index 7e62e0afb..ddf8e8eb1 100644 --- a/domains/toasted.json +++ b/domains/toasted.json @@ -1,13 +1,13 @@ { "description": "official website of toastedtoast", - "repo": "https://github.com/ToastedDev/toastify.tk-v2", + "repo": "https://github.com/ToastedDev/toasted.dev", "owner": { - "username": "ToastifyDev", - "email": "hey@toastify.tk", + "username": "ToastedDev", + "email": "hey@toasted.dev", "twitter": "toasteddev", - "discord": "plasticaxolotl" + "discord": "nottca" }, "record": { - "CNAME": "toasted.pages.dev" + "URL": "https://toasted.dev" } } From 1221fd3baf045c60ecc17c2d10fb7fa27b56e9e0 Mon Sep 17 00:00:00 2001 From: ryameeloveme <115863200+dusiadudusia@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:30:58 +0500 Subject: [PATCH 111/152] Update ggio.json --- domains/ggio.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/ggio.json b/domains/ggio.json index a8d2f8970..808efe0d1 100644 --- a/domains/ggio.json +++ b/domains/ggio.json @@ -8,5 +8,7 @@ "AAAA": ["2a00:da00:1800:83a4::1"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} \ No newline at end of file +} From 359242e9a5b1e8d3cc37d88dcaca51451f354589 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:37:55 +0800 Subject: [PATCH 112/152] Delete domains/gg.io.json --- domains/gg.io.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/gg.io.json diff --git a/domains/gg.io.json b/domains/gg.io.json deleted file mode 100644 index a8d2f8970..000000000 --- a/domains/gg.io.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "dusiadudusia", - "email": "ds4667861@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 340874a640293ed49fb8fe8cd60d07c7aecd9b02 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 20 Dec 2023 15:11:00 +0800 Subject: [PATCH 113/152] Update ggio.json --- domains/ggio.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/ggio.json b/domains/ggio.json index 808efe0d1..8b361e725 100644 --- a/domains/ggio.json +++ b/domains/ggio.json @@ -6,8 +6,6 @@ "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": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } From 2a0a55123e97ab18efca65434569904a5701c014 Mon Sep 17 00:00:00 2001 From: KrazyKleb Date: Wed, 20 Dec 2023 18:16:18 +1100 Subject: [PATCH 114/152] Update kleb.json --- domains/kleb.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/kleb.json b/domains/kleb.json index 1c0c33d68..efc883752 100644 --- a/domains/kleb.json +++ b/domains/kleb.json @@ -1,9 +1,11 @@ { "owner": { "username": "KrazyKleb", - "email": "krazyklebyt@gmail.com" + "email": "krazykleb@outlook.com" }, "record": { "CNAME": "proxy.private.danbot.host" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From 1f1c3e9ea2593f6b86ad20e990bf0bd9c17e761d Mon Sep 17 00:00:00 2001 From: Chirag Nahata <63905783+chiragnahata@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:51:53 +0530 Subject: [PATCH 115/152] Create noteswallah.json --- domains/noteswallah.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/noteswallah.json diff --git a/domains/noteswallah.json b/domains/noteswallah.json new file mode 100644 index 000000000..a23664d55 --- /dev/null +++ b/domains/noteswallah.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + "record": { + "A": ["129.213.151.29"] + } +} From 445fd2e1324353feb08f58480ef16976c3d30f45 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 20 Dec 2023 15:39:33 +0800 Subject: [PATCH 116/152] Update kleb.json --- domains/kleb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kleb.json b/domains/kleb.json index efc883752..1c8c894b5 100644 --- a/domains/kleb.json +++ b/domains/kleb.json @@ -4,7 +4,7 @@ "email": "krazykleb@outlook.com" }, "record": { - "CNAME": "proxy.private.danbot.host" + "A": ["69.197.129.206"], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } From 494e0c7bd970e0f0078b0aa48612974898de2d30 Mon Sep 17 00:00:00 2001 From: Integr-0 Date: Wed, 20 Dec 2023 08:41:24 +0100 Subject: [PATCH 117/152] feat(domain): integr.is-a.dev --- domains/integr.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/integr.json diff --git a/domains/integr.json b/domains/integr.json new file mode 100644 index 000000000..e989aac51 --- /dev/null +++ b/domains/integr.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Integr-0", + "email": "erik.reitbauer@outlook.de" + }, + "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 fbd2459e9614e2862ebc764d3e416ffe4e37de81 Mon Sep 17 00:00:00 2001 From: icmecodes Date: Wed, 20 Dec 2023 14:51:08 +0700 Subject: [PATCH 118/152] feat(domain): icmecodes.is-a.dev --- domains/icmecodes.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/icmecodes.json diff --git a/domains/icmecodes.json b/domains/icmecodes.json new file mode 100644 index 000000000..7ef02e980 --- /dev/null +++ b/domains/icmecodes.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "icmecodes", + "email": "icmedev@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 fd3e5e20a61b12ffedc170c0fc7b4b3691b7505a Mon Sep 17 00:00:00 2001 From: vaginessa Date: Wed, 20 Dec 2023 08:44:19 +0000 Subject: [PATCH 119/152] feat(domain): vaginessa.is-a.dev --- domains/vaginessa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/vaginessa.json diff --git a/domains/vaginessa.json b/domains/vaginessa.json new file mode 100644 index 000000000..b928488e0 --- /dev/null +++ b/domains/vaginessa.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "vaginessa", + "email": "vanni@f5.si" + }, + "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 74ebbd86002eacd2888616f8c1c9db7a028efbeb Mon Sep 17 00:00:00 2001 From: phoenix <85183285+PhoenixOrigin@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:31:58 +0000 Subject: [PATCH 120/152] Update phoenix.json --- domains/phoenix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/phoenix.json b/domains/phoenix.json index 9422ae96a..5e23cc4d1 100644 --- a/domains/phoenix.json +++ b/domains/phoenix.json @@ -5,7 +5,7 @@ }, "record": { "A": ["130.162.166.134"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From 56345724543172eb8b76d9d7079d1bc2285ab5c1 Mon Sep 17 00:00:00 2001 From: phoenix <85183285+PhoenixOrigin@users.noreply.github.com> Date: Wed, 20 Dec 2023 10:26:25 +0000 Subject: [PATCH 121/152] Update phoenix.json --- domains/phoenix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/phoenix.json b/domains/phoenix.json index 5e23cc4d1..a3b11cfac 100644 --- a/domains/phoenix.json +++ b/domains/phoenix.json @@ -6,6 +6,6 @@ "record": { "A": ["130.162.166.134"], "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + "TXT": "v=spf1 mx a:mail.is-a.dev ~include:_spf.google.com ~all" } } From a2054e39cccef0bafc084263cd7bc24eddaf7846 Mon Sep 17 00:00:00 2001 From: SHays24 Date: Wed, 20 Dec 2023 22:33:24 +1100 Subject: [PATCH 122/152] feat(domain): meerkats.shays.is-a.dev --- domains/meerkats.shays.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/meerkats.shays.json diff --git a/domains/meerkats.shays.json b/domains/meerkats.shays.json new file mode 100644 index 000000000..0941e259b --- /dev/null +++ b/domains/meerkats.shays.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SHays24", + "email": "SHays24@student.sacs.nsw.edu.au" + }, + "record": { + "CNAME": "shays24.gitlab.io" + } +} From 8e5e4bc43172ceeeda0876d1fcd162822f2ef364 Mon Sep 17 00:00:00 2001 From: SHays24 Date: Wed, 20 Dec 2023 22:34:39 +1100 Subject: [PATCH 123/152] feat(domain): _gitlab-pages-verification-code.meerkat.shays.is-a.dev --- .../_gitlab-pages-verification-code.meerkat.shays.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_gitlab-pages-verification-code.meerkat.shays.json diff --git a/domains/_gitlab-pages-verification-code.meerkat.shays.json b/domains/_gitlab-pages-verification-code.meerkat.shays.json new file mode 100644 index 000000000..4e0a216bb --- /dev/null +++ b/domains/_gitlab-pages-verification-code.meerkat.shays.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SHays24", + "email": "SHays24@student.sacs.nsw.edu.au" + }, + "record": { + "TXT": "gitlab-pages-verification-code=00296b7edb3f68b7fc695a2cba328169" + } +} From 7296f02ac4fe4ab321182e90ddd8cdec5b453388 Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:39:21 +1100 Subject: [PATCH 124/152] Update/fix meerkats.shays.json --- domains/meerkats.shays.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/meerkats.shays.json b/domains/meerkats.shays.json index 0941e259b..0f4b27799 100644 --- a/domains/meerkats.shays.json +++ b/domains/meerkats.shays.json @@ -4,6 +4,6 @@ "email": "SHays24@student.sacs.nsw.edu.au" }, "record": { - "CNAME": "shays24.gitlab.io" + "CNAME": "shays24.gitlab.io/The-Meerkats-Projects" } } From 026627171eb5caab22f1d0eb9fc10f3c4afe191c Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:10:11 +0530 Subject: [PATCH 125/152] Update mail.enderpoint.json --- domains/mail.enderpoint.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json index 8725e52e8..de563bac5 100644 --- a/domains/mail.enderpoint.json +++ b/domains/mail.enderpoint.json @@ -1,5 +1,5 @@ { - "description": "EnderPoint's dev site", + "description": "EnderPoint's mail", "owner": { "username": "EnderPoint07", "email": "", @@ -7,11 +7,7 @@ "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" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From 46a4b60eb75024648733c48add73f87fc22ea11a Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:10:30 +0530 Subject: [PATCH 126/152] Update mail.enderpoint.json --- domains/mail.enderpoint.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json index de563bac5..bf402c935 100644 --- a/domains/mail.enderpoint.json +++ b/domains/mail.enderpoint.json @@ -2,9 +2,7 @@ "description": "EnderPoint's mail", "owner": { "username": "EnderPoint07", - "email": "", "discord": "DotM38#5497", - "instagram": "enderpoint07" }, "record": { "MX": ["mail.is-a.dev"], From c6737c2272af97fd92c65da4e564b8959c496376 Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:15:20 +0530 Subject: [PATCH 127/152] extra 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 bf402c935..e205a0f2a 100644 --- a/domains/mail.enderpoint.json +++ b/domains/mail.enderpoint.json @@ -2,7 +2,7 @@ "description": "EnderPoint's mail", "owner": { "username": "EnderPoint07", - "discord": "DotM38#5497", + "discord": "DotM38#5497" }, "record": { "MX": ["mail.is-a.dev"], From a37e16544ba0a555f62a5765e4d48b8a9abd2386 Mon Sep 17 00:00:00 2001 From: CookieTriste <73716013+CookieTriste@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:48:56 +0100 Subject: [PATCH 128/152] Update block.json --- domains/block.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/block.json b/domains/block.json index dc3827c88..2ed61d8bf 100644 --- a/domains/block.json +++ b/domains/block.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": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} \ No newline at end of file +} From 0521b071dd6f2a0c5e909447556d5acdd6a4e7e6 Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:54:29 +1100 Subject: [PATCH 129/152] Update meerkats.shays.json Hopefully this fixes it --- domains/meerkats.shays.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/meerkats.shays.json b/domains/meerkats.shays.json index 0f4b27799..b60af84b6 100644 --- a/domains/meerkats.shays.json +++ b/domains/meerkats.shays.json @@ -4,6 +4,6 @@ "email": "SHays24@student.sacs.nsw.edu.au" }, "record": { - "CNAME": "shays24.gitlab.io/The-Meerkats-Projects" + "CNAME": "the-meerkats-projects-shays24-90484013ec4c0067187cd3a154c706ad6.gitlab.io" } } From ee4968ba6b473e80041f55fe73f40efb58f990ce Mon Sep 17 00:00:00 2001 From: EnderPoint07 Date: Wed, 20 Dec 2023 17:30:08 +0530 Subject: [PATCH 130/152] feat(domain): _discord.enderpoint.is-a.dev --- domains/_discord.enderpoint.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.enderpoint.json diff --git a/domains/_discord.enderpoint.json b/domains/_discord.enderpoint.json new file mode 100644 index 000000000..76a6146b4 --- /dev/null +++ b/domains/_discord.enderpoint.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "EnderPoint07", + "email": "anshhd64@hotmail.com" + }, + "record": { + "TXT": "dh=1ad21660e3db8fba8f5f18150a89514bee83350e" + } +} From 80039ed66b43dd788ab12ef1236621aed3d24f04 Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:40:02 +0530 Subject: [PATCH 131/152] Update _discord.enderpoint.json --- domains/_discord.enderpoint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_discord.enderpoint.json b/domains/_discord.enderpoint.json index 76a6146b4..d45a6ad43 100644 --- a/domains/_discord.enderpoint.json +++ b/domains/_discord.enderpoint.json @@ -1,7 +1,7 @@ { "owner": { "username": "EnderPoint07", - "email": "anshhd64@hotmail.com" + "discord": "DotM38#5497" }, "record": { "TXT": "dh=1ad21660e3db8fba8f5f18150a89514bee83350e" From 8cb8b70cf1b8d38f28c1a44f2782436815037265 Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:41:48 +0530 Subject: [PATCH 132/152] Update mail.enderpoint.json --- domains/mail.enderpoint.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json index e205a0f2a..19e25fc3e 100644 --- a/domains/mail.enderpoint.json +++ b/domains/mail.enderpoint.json @@ -1,11 +1,10 @@ { - "description": "EnderPoint's mail", "owner": { "username": "EnderPoint07", "discord": "DotM38#5497" }, "record": { - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From 3b8ae6d2bd63c0007fc8a81a58351e72f5acbeaa Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:44:37 +0530 Subject: [PATCH 133/152] Update _discord.enderpoint.json From ebc27ba4e7cc3fc330fb361892f3f55595fec851 Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:47:34 +0530 Subject: [PATCH 134/152] Update _discord.enderpoint.json --- domains/_discord.enderpoint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/_discord.enderpoint.json b/domains/_discord.enderpoint.json index d45a6ad43..760e1edb2 100644 --- a/domains/_discord.enderpoint.json +++ b/domains/_discord.enderpoint.json @@ -1,6 +1,7 @@ { "owner": { "username": "EnderPoint07", + "email": "", "discord": "DotM38#5497" }, "record": { From aebfaee69e361eeaf346c4094d1cd46e03d2e3d2 Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:48:04 +0530 Subject: [PATCH 135/152] Update mail.enderpoint.json --- domains/mail.enderpoint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json index 19e25fc3e..1a1a452f9 100644 --- a/domains/mail.enderpoint.json +++ b/domains/mail.enderpoint.json @@ -1,7 +1,8 @@ { "owner": { "username": "EnderPoint07", - "discord": "DotM38#5497" + "email": "", + "discord": "dotm38" }, "record": { "MX": ["mail.is-a.dev"], From 8c8aafaf16e5af678ba800cede7744fc851ac487 Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:36:27 +1100 Subject: [PATCH 136/152] Update meerkats.shays.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fingers crossed🤞 --- domains/meerkats.shays.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/meerkats.shays.json b/domains/meerkats.shays.json index b60af84b6..a1e5d97f1 100644 --- a/domains/meerkats.shays.json +++ b/domains/meerkats.shays.json @@ -1,9 +1,10 @@ { "owner": { "username": "SHays24", - "email": "SHays24@student.sacs.nsw.edu.au" + "email": "shays24@student.sacs.nsw.edu.au" }, "record": { - "CNAME": "the-meerkats-projects-shays24-90484013ec4c0067187cd3a154c706ad6.gitlab.io" + "CNAME": "the-meerkats-projects-shays24-90484013ec4c0067187cd3a154c706ad6.gitlab.io", + "TXT": "gitlab-pages-verification-code=00296b7edb3f68b7fc695a2cba328169" } } From e001be2c5120de57170570eb5234162dc7574244 Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:37:38 +1100 Subject: [PATCH 137/152] Update _gitlab-pages-verification-code.meerkat.shays.json --- .../_gitlab-pages-verification-code.meerkat.shays.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/domains/_gitlab-pages-verification-code.meerkat.shays.json b/domains/_gitlab-pages-verification-code.meerkat.shays.json index 4e0a216bb..8b1378917 100644 --- a/domains/_gitlab-pages-verification-code.meerkat.shays.json +++ b/domains/_gitlab-pages-verification-code.meerkat.shays.json @@ -1,9 +1 @@ -{ - "owner": { - "username": "SHays24", - "email": "SHays24@student.sacs.nsw.edu.au" - }, - "record": { - "TXT": "gitlab-pages-verification-code=00296b7edb3f68b7fc695a2cba328169" - } -} + From dc0f57eac4857d8a4524d3949ceefc1ba729ca3f Mon Sep 17 00:00:00 2001 From: vpt-dev Date: Wed, 20 Dec 2023 12:40:34 +0000 Subject: [PATCH 138/152] feat(domain): veer.is-a.dev --- domains/veer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/veer.json diff --git a/domains/veer.json b/domains/veer.json new file mode 100644 index 000000000..3f593c9de --- /dev/null +++ b/domains/veer.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "vpt-dev", + "email": "veerhp@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 fb7a9a9d33849888a761d4ff3ec3463d19e1c918 Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:41:58 +1100 Subject: [PATCH 139/152] Delete domains/_gitlab-pages-verification-code.meerkat.shays.json --- domains/_gitlab-pages-verification-code.meerkat.shays.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 domains/_gitlab-pages-verification-code.meerkat.shays.json diff --git a/domains/_gitlab-pages-verification-code.meerkat.shays.json b/domains/_gitlab-pages-verification-code.meerkat.shays.json deleted file mode 100644 index 8b1378917..000000000 --- a/domains/_gitlab-pages-verification-code.meerkat.shays.json +++ /dev/null @@ -1 +0,0 @@ - From b2c92f9f66ba9ebb222f8f6cc99b740b43dffc51 Mon Sep 17 00:00:00 2001 From: hideko-dev Date: Wed, 20 Dec 2023 22:44:56 +0900 Subject: [PATCH 140/152] feat(domain): hideko.is-a.dev --- domains/hideko.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/hideko.json diff --git a/domains/hideko.json b/domains/hideko.json new file mode 100644 index 000000000..a0dc32514 --- /dev/null +++ b/domains/hideko.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "hideko-dev", + "email": "hideko332200@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 1aa0a85e68eb0be62d3abbb530c7f57f85fe96a0 Mon Sep 17 00:00:00 2001 From: 0SneaX0 Date: Wed, 20 Dec 2023 18:08:25 +0100 Subject: [PATCH 141/152] feat(domain): sneax.is-a.dev --- domains/sneax.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sneax.json diff --git a/domains/sneax.json b/domains/sneax.json new file mode 100644 index 000000000..4a63eeac4 --- /dev/null +++ b/domains/sneax.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "0SneaX0", + "email": "illuminater3000@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 d28f38716633866972dfe8771f5a6e74061e5df8 Mon Sep 17 00:00:00 2001 From: anushkshape Date: Wed, 20 Dec 2023 17:28:35 +0000 Subject: [PATCH 142/152] feat(domain): contact.foxsophia.is-a.dev --- domains/contact.foxsophia.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/contact.foxsophia.json diff --git a/domains/contact.foxsophia.json b/domains/contact.foxsophia.json new file mode 100644 index 000000000..2f0167ebd --- /dev/null +++ b/domains/contact.foxsophia.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "anushkshape", + "email": "cchirrpy@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 cd69fc59964bbb96bf7a471f008bc4b12226e939 Mon Sep 17 00:00:00 2001 From: ruben-as <86617352+ruben-as@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:44:51 +0100 Subject: [PATCH 143/152] 'A record' for email use --- domains/integra.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/integra.json diff --git a/domains/integra.json b/domains/integra.json new file mode 100644 index 000000000..9dc9857e6 --- /dev/null +++ b/domains/integra.json @@ -0,0 +1,11 @@ +{ + "owner":{ + "username":"ruben-as", + "email":"ruben.aja.85@gmail.com" + }, + "record":{ + "A":[ + "212.227.32.105" + ] + } +} From b5a3af38e47fc09c3a69596af26fee7e045cd528 Mon Sep 17 00:00:00 2001 From: zenjahid Date: Thu, 21 Dec 2023 00:26:18 +0600 Subject: [PATCH 144/152] feat(domain): zenjahid.is-a.dev --- domains/zenjahid.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zenjahid.json diff --git a/domains/zenjahid.json b/domains/zenjahid.json new file mode 100644 index 000000000..85e1bb0e2 --- /dev/null +++ b/domains/zenjahid.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "zenjahid", + "email": "mdjahidul.haque.7@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 fdcc02d9b0616d5397b637d8556656f9d156ef0e Mon Sep 17 00:00:00 2001 From: ss-29 Date: Thu, 21 Dec 2023 00:12:56 +0530 Subject: [PATCH 145/152] feat(domain): shashank.is-a.dev --- domains/shashank.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/shashank.json diff --git a/domains/shashank.json b/domains/shashank.json new file mode 100644 index 000000000..024bcd73a --- /dev/null +++ b/domains/shashank.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ss-29", + "email": "shekhar2906@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 5563a02a214f4a0b62126c8c3efe0eceec01d20b Mon Sep 17 00:00:00 2001 From: AshvaniRaman Date: Thu, 21 Dec 2023 00:17:03 +0530 Subject: [PATCH 146/152] feat(domain): ashvani-kumar.is-a.dev --- domains/ashvani-kumar.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ashvani-kumar.json diff --git a/domains/ashvani-kumar.json b/domains/ashvani-kumar.json new file mode 100644 index 000000000..3df406dc2 --- /dev/null +++ b/domains/ashvani-kumar.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "AshvaniRaman", + "email": "ashvani.gcpublic@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 7f3d8c50c9ba47e41f0d7222c78f896155d10fbd Mon Sep 17 00:00:00 2001 From: byKeksYT Date: Wed, 20 Dec 2023 19:56:40 +0100 Subject: [PATCH 147/152] feat(domain): verstandlxs.is-a.dev --- domains/verstandlxs.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/verstandlxs.json diff --git a/domains/verstandlxs.json b/domains/verstandlxs.json new file mode 100644 index 000000000..0650f2ee9 --- /dev/null +++ b/domains/verstandlxs.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "byKeksYT", + "email": "community@verstandlxs.de" + }, + "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 eff005f6ed50ea5b75f31ce66cbce2789a752858 Mon Sep 17 00:00:00 2001 From: Trix3l Date: Wed, 20 Dec 2023 20:31:19 +0100 Subject: [PATCH 148/152] feat(domain): kamilbienkowski.is-a.dev --- domains/kamilbienkowski.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/kamilbienkowski.json diff --git a/domains/kamilbienkowski.json b/domains/kamilbienkowski.json new file mode 100644 index 000000000..1abe53c00 --- /dev/null +++ b/domains/kamilbienkowski.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Trix3l", + "email": "kamiljan.bienkowski@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 6e28b80380543f682f41737be8ae2f4408023259 Mon Sep 17 00:00:00 2001 From: InfinityLoop <127774659+InfinityLoop1@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:37:20 -0600 Subject: [PATCH 149/152] Create infinityloop.json --- domains/infinityloop.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/infinityloop.json diff --git a/domains/infinityloop.json b/domains/infinityloop.json new file mode 100644 index 000000000..a68816347 --- /dev/null +++ b/domains/infinityloop.json @@ -0,0 +1,11 @@ +{ + "description": "Short link for sharing", + "repo": "https://github.com/InfinityLoop1/InfinityLoop", + "owner": { + "username": "InfinityLoop", + "discord": "infinityloopdev" + } + "record": { + "URL": "https://infinityloop1.netlify.app" + } +} From 28d99b393bf5bfd65423fa7c8d306a7c21ffc38c Mon Sep 17 00:00:00 2001 From: SHays24 <81133539+SHays24@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:42:54 +1100 Subject: [PATCH 150/152] Update meerkats.shays.json --- domains/meerkats.shays.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/meerkats.shays.json b/domains/meerkats.shays.json index a1e5d97f1..19b709877 100644 --- a/domains/meerkats.shays.json +++ b/domains/meerkats.shays.json @@ -4,7 +4,6 @@ "email": "shays24@student.sacs.nsw.edu.au" }, "record": { - "CNAME": "the-meerkats-projects-shays24-90484013ec4c0067187cd3a154c706ad6.gitlab.io", - "TXT": "gitlab-pages-verification-code=00296b7edb3f68b7fc695a2cba328169" + "CNAME": "the-meerkats-projects-shays24-90484013ec4c0067187cd3a154c706ad6.gitlab.io" } } From 40250f7bdc0191a9348edfd3108f7647d3e02e28 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 21 Dec 2023 07:48:56 +0800 Subject: [PATCH 151/152] Update infinityloop.json --- domains/infinityloop.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/infinityloop.json b/domains/infinityloop.json index a68816347..5e76e0ccd 100644 --- a/domains/infinityloop.json +++ b/domains/infinityloop.json @@ -3,6 +3,7 @@ "repo": "https://github.com/InfinityLoop1/InfinityLoop", "owner": { "username": "InfinityLoop", + "email": "", "discord": "infinityloopdev" } "record": { From 87b4cbe5b71d2b9e14d31f0e04cec11586b15db3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 21 Dec 2023 08:22:15 +0800 Subject: [PATCH 152/152] Update infinityloop.json --- domains/infinityloop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/infinityloop.json b/domains/infinityloop.json index 5e76e0ccd..3a57b4392 100644 --- a/domains/infinityloop.json +++ b/domains/infinityloop.json @@ -5,7 +5,7 @@ "username": "InfinityLoop", "email": "", "discord": "infinityloopdev" - } + }, "record": { "URL": "https://infinityloop1.netlify.app" }