From 355f69e8aaf5d242ace97a8adb1f59b7f72c3f89 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:39:16 -0800 Subject: [PATCH 01/17] Create hs.oxmc.json --- domains/hs.oxmc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/hs.oxmc.json diff --git a/domains/hs.oxmc.json b/domains/hs.oxmc.json new file mode 100644 index 000000000..1124488a9 --- /dev/null +++ b/domains/hs.oxmc.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com", + "discord": "oxmc7769" + }, + "record": { + "A": ["73.140.108.118"], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" + } +} From 0aa7a30c6c2e2f1311808a59ae1253b560ffc06d Mon Sep 17 00:00:00 2001 From: mynameistito Date: Thu, 18 Jan 2024 18:01:49 +1300 Subject: [PATCH 02/17] feat(domain): mynameistito.is-a.dev --- domains/mynameistito.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mynameistito.json diff --git a/domains/mynameistito.json b/domains/mynameistito.json new file mode 100644 index 000000000..ad5c405e5 --- /dev/null +++ b/domains/mynameistito.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mynameistito", + "email": "tito@kzg.gg" + }, + "record": { + "URL": "mynameistito.com" + } +} From 00431f081695b96dd755b236b5922cb90da42170 Mon Sep 17 00:00:00 2001 From: Tito Date: Thu, 18 Jan 2024 18:06:00 +1300 Subject: [PATCH 03/17] Update mynameistito.json --- domains/mynameistito.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mynameistito.json b/domains/mynameistito.json index ad5c405e5..ed8b7f2ec 100644 --- a/domains/mynameistito.json +++ b/domains/mynameistito.json @@ -1,9 +1,9 @@ { "owner": { "username": "mynameistito", - "email": "tito@kzg.gg" + "email": "contact@mynameistito.com" }, "record": { - "URL": "mynameistito.com" + "URL": "https://twitter.com/mynameistito" } } From 58951307710c6154887604b0cdf340d74db0c8eb Mon Sep 17 00:00:00 2001 From: ohdy518 Date: Thu, 18 Jan 2024 16:35:18 +0900 Subject: [PATCH 04/17] feat(domain): ohdy.is-a.dev --- domains/ohdy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ohdy.json diff --git a/domains/ohdy.json b/domains/ohdy.json new file mode 100644 index 000000000..674daed6b --- /dev/null +++ b/domains/ohdy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ohdy518", + "email": "ohdy518@gmail.com" + }, + "record": { + "CNAME": "ohdy518.pages.dev" + } +} From a03d6ec059f46f5e12be32905f384d8c267fd253 Mon Sep 17 00:00:00 2001 From: MUHAMMAD-FARMAN Date: Thu, 18 Jan 2024 13:23:35 +0500 Subject: [PATCH 05/17] feat(domain): farman.is-a.dev --- domains/farman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/farman.json diff --git a/domains/farman.json b/domains/farman.json new file mode 100644 index 000000000..57c4196b8 --- /dev/null +++ b/domains/farman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MUHAMMAD-FARMAN", + "email": "muhammadfarman7654@gmail.com" + }, + "record": { + "A": ["66.29.153.55"] + } +} From 05944051378b3a76da11e10fcc814a82f29c57bf Mon Sep 17 00:00:00 2001 From: Glqch <60012409+Glqch404@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:58:54 +0200 Subject: [PATCH 06/17] Create glqch404.json --- domains/glqch404.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/glqch404.json diff --git a/domains/glqch404.json b/domains/glqch404.json new file mode 100644 index 000000000..599884a97 --- /dev/null +++ b/domains/glqch404.json @@ -0,0 +1,12 @@ +{ + "description": "Subdomain to put my portfolio website online", + "repo": "https://github.com/Glqch404/Glqch404.github.io", + "owner": { + "username": "Glqch404", + "email": "midoayoub447@gmail.com", + "twitter": "glqch" + }, + "record": { + "CNAME": "glqch404.github.io" + } +} From f5ac5e7a93e6da1c04b0ba2bb5464e3723e86f51 Mon Sep 17 00:00:00 2001 From: jaehong21 Date: Thu, 18 Jan 2024 22:22:10 +0900 Subject: [PATCH 07/17] feat(domain): jaehong21.is-a.dev --- domains/jaehong21.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jaehong21.json diff --git a/domains/jaehong21.json b/domains/jaehong21.json new file mode 100644 index 000000000..6cbe13eda --- /dev/null +++ b/domains/jaehong21.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jaehong21", + "email": "dev@jaehong21.com" + }, + "record": { + "CNAME": "jaehong21.com" + } +} From ac0e24f1c4d6adb03407931efc05e25a6f61a104 Mon Sep 17 00:00:00 2001 From: CallMePudding Date: Thu, 18 Jan 2024 13:27:55 +0000 Subject: [PATCH 08/17] feat(domain): ialkoa.is-a.dev --- domains/ialkoa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ialkoa.json diff --git a/domains/ialkoa.json b/domains/ialkoa.json new file mode 100644 index 000000000..73e569944 --- /dev/null +++ b/domains/ialkoa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CallMePudding", + "email": "CallMePudding@zohomail.eu" + }, + "record": { + "URL": "https://callmepudding.github.io/ialkoastuff/" + } +} From 3733a128572e80fff32945d187e55d76650ef382 Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Thu, 18 Jan 2024 14:28:20 +0100 Subject: [PATCH 09/17] Create stefdp.json --- domains/stefdp.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 domains/stefdp.json diff --git a/domains/stefdp.json b/domains/stefdp.json new file mode 100644 index 000000000..7d50ffa3c --- /dev/null +++ b/domains/stefdp.json @@ -0,0 +1,21 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "admin@stefdp.is-a.dev", + "discord": "694986201739952229" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mail.is-a.dev" + ], + "TXT": [ + "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all" + ] + } +} From 9ca210fe9efbcc99bb77081bcaf32bd39480499d Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Thu, 18 Jan 2024 14:42:53 +0100 Subject: [PATCH 10/17] Update gbot.json --- domains/gbot.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/gbot.json b/domains/gbot.json index c34f984f1..3ecc483c0 100644 --- a/domains/gbot.json +++ b/domains/gbot.json @@ -5,8 +5,10 @@ }, "record": { "A": [ - "172.66.47.12", - "172.66.44.244" + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" ] } } From ab41331fb9759b9fb594bf42d893ee3325864047 Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Thu, 18 Jan 2024 14:52:41 +0100 Subject: [PATCH 11/17] Update receiptify.json --- domains/receiptify.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/receiptify.json b/domains/receiptify.json index 176c68304..2e943103e 100644 --- a/domains/receiptify.json +++ b/domains/receiptify.json @@ -6,8 +6,10 @@ }, "record": { "A": [ - "172.66.47.90", - "172.66.44.166" + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" ] } } From e4d59ce778e8306c04a55d88e33206a8aa66ad1e Mon Sep 17 00:00:00 2001 From: Shing <40325341+ShingSemicolon@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:42:32 +0100 Subject: [PATCH 12/17] Update panel.shing.json records --- domains/panel.shing.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/panel.shing.json b/domains/panel.shing.json index 092b0555b..0f5d71008 100644 --- a/domains/panel.shing.json +++ b/domains/panel.shing.json @@ -4,7 +4,7 @@ "email": "Shing.XD.0602@gmail.com" }, "record": { - "A": ["150.136.114.225"], - "AAAA": ["2603:c020:400d:3e89:7825:8a70:6518:5c68"] + "A": ["129.213.85.212"], + "AAAA": ["2603:c020:400d:3e89:ae49:1b0b:470c:5f33"] } } From c4f33f3ad96bb423abd4c2ffade47b496af49d80 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Thu, 18 Jan 2024 16:40:50 +0000 Subject: [PATCH 13/17] feat(domain): andrewstech.is-a.dev --- domains/andrewstech.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/andrewstech.json diff --git a/domains/andrewstech.json b/domains/andrewstech.json new file mode 100644 index 000000000..5811caaf3 --- /dev/null +++ b/domains/andrewstech.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "MX": ["mail.is-a.dev"] + } +} From 6358e5f036cd898dfa855949533befa8d74d123e Mon Sep 17 00:00:00 2001 From: "is-a.dev Bot" Date: Thu, 18 Jan 2024 16:44:58 +0000 Subject: [PATCH 14/17] Update andrewstech.json --- domains/andrewstech.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/andrewstech.json b/domains/andrewstech.json index 5811caaf3..817c9da4c 100644 --- a/domains/andrewstech.json +++ b/domains/andrewstech.json @@ -1,9 +1,10 @@ { "owner": { - "username": "is-a-dev-bot", + "username": "andrewstech", "email": "is-a-dev@win11react.com" }, "record": { - "MX": ["mail.is-a.dev"] + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From 7394c37fe1387626d07168add707ede9fa918618 Mon Sep 17 00:00:00 2001 From: Gwilymm Date: Thu, 18 Jan 2024 21:21:30 +0100 Subject: [PATCH 15/17] feat(domain): gwilym.is-a.dev --- domains/gwilym.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gwilym.json diff --git a/domains/gwilym.json b/domains/gwilym.json new file mode 100644 index 000000000..66e1912ef --- /dev/null +++ b/domains/gwilym.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Gwilymm", + "email": "marin.davies@gmail.com" + }, + "record": { + "A": ["31.207.34.53"] + } +} From 2a893e6070d5889bd6038d864bb50a372b047ea5 Mon Sep 17 00:00:00 2001 From: Gwilymm Date: Thu, 18 Jan 2024 21:23:38 +0100 Subject: [PATCH 16/17] Update gwilym.json --- domains/gwilym.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gwilym.json b/domains/gwilym.json index 66e1912ef..1604fb2bd 100644 --- a/domains/gwilym.json +++ b/domains/gwilym.json @@ -4,6 +4,6 @@ "email": "marin.davies@gmail.com" }, "record": { - "A": ["31.207.34.53"] + "A": ["31.207.36.249"] } } From dee719ab4f7e6c816d5380e6c95c1be8cba8a3a3 Mon Sep 17 00:00:00 2001 From: zarqizoubir Date: Fri, 19 Jan 2024 01:39:50 +0100 Subject: [PATCH 17/17] feat(domain): h1oune.is-a.dev --- domains/h1oune.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/h1oune.json diff --git a/domains/h1oune.json b/domains/h1oune.json new file mode 100644 index 000000000..66bd72ebc --- /dev/null +++ b/domains/h1oune.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zarqizoubir", + "email": "zarqi.ezzoubair@etu.uae.ac.ma" + }, + "record": { + "CNAME": "zarqizoubir.github.io" + } +}