From 17db85c386840d17c8827f1adc767e4ee895c6e3 Mon Sep 17 00:00:00 2001 From: RaydanOMGr Date: Mon, 8 Jan 2024 17:53:11 +0100 Subject: [PATCH 01/94] feat(domain): sotto.is-a.dev --- domains/sotto.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/sotto.json b/domains/sotto.json index 993035603..b39d0969c 100644 --- a/domains/sotto.json +++ b/domains/sotto.json @@ -4,6 +4,11 @@ "email": "andreykelbler@outlook.de" }, "record": { - "CNAME": "proxy.private.danbot.host" + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} +} \ No newline at end of file From 78cd78731613a5d310f1d840a4056bff0d205a06 Mon Sep 17 00:00:00 2001 From: Essig <73817645+RaydanOMGr@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:12:56 +0100 Subject: [PATCH 02/94] Update sotto.json --- domains/sotto.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/domains/sotto.json b/domains/sotto.json index b39d0969c..28abd17c7 100644 --- a/domains/sotto.json +++ b/domains/sotto.json @@ -4,11 +4,6 @@ "email": "andreykelbler@outlook.de" }, "record": { - "A": [ - "217.174.245.249", - "51.161.54.161" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + "A": "69.30.249.53" } -} \ No newline at end of file +} From 6c89d3fe11020a712302dacdb3ab2620fb832573 Mon Sep 17 00:00:00 2001 From: Vladislav Gorodkov Date: Thu, 11 Jan 2024 05:45:15 +0300 Subject: [PATCH 03/94] Update fuccsoc.json --- domains/fuccsoc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json index a6d5eff39..e34899c47 100644 --- a/domains/fuccsoc.json +++ b/domains/fuccsoc.json @@ -5,6 +5,10 @@ "email": "me@fuccsoc.com" }, "record": { - "URL": "https://fuccsoc.me" + "URL": "https://fuccsoc.me", + "MX": "mx01.mail.icloud.com", + "MX": "mx02.mail.icloud.com", + "TXT": "apple-domain=6Ilu1Oqr5x44UzLR", + "TXT": "v=spf1 include:icloud.com ~all" } } From 3d57359c0e5c90d26320e4a08c5a69a593c1966d Mon Sep 17 00:00:00 2001 From: fuccsoc Date: Thu, 11 Jan 2024 05:48:01 +0300 Subject: [PATCH 04/94] feat(domain): sig1._domainkey.fuccsoc.is-a.dev --- domains/sig1._domainkey.fuccsoc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sig1._domainkey.fuccsoc.json diff --git a/domains/sig1._domainkey.fuccsoc.json b/domains/sig1._domainkey.fuccsoc.json new file mode 100644 index 000000000..8bac6ab2b --- /dev/null +++ b/domains/sig1._domainkey.fuccsoc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "fuccsoc", + "email": "fuccsoc@gmail.com" + }, + "record": { + "CNAME": "sig1.dkim.fuccsoc.is-a.dev.at.icloudmailadmin.com" + } +} From 7dd00d92ff681971fbc4886d70730f5dc77e38ae Mon Sep 17 00:00:00 2001 From: Vladislav Gorodkov Date: Thu, 11 Jan 2024 05:50:32 +0300 Subject: [PATCH 05/94] Update fuccsoc.json --- domains/fuccsoc.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json index e34899c47..8680e9307 100644 --- a/domains/fuccsoc.json +++ b/domains/fuccsoc.json @@ -1,11 +1,9 @@ - { "owner": { "username": "fuccsoc", "email": "me@fuccsoc.com" }, "record": { - "URL": "https://fuccsoc.me", "MX": "mx01.mail.icloud.com", "MX": "mx02.mail.icloud.com", "TXT": "apple-domain=6Ilu1Oqr5x44UzLR", From ca957395e9d78bef7bafdad750c64352d83327ec Mon Sep 17 00:00:00 2001 From: Vladislav Gorodkov Date: Thu, 11 Jan 2024 05:57:00 +0300 Subject: [PATCH 06/94] Update fuccsoc.json --- domains/fuccsoc.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json index 8680e9307..234dae964 100644 --- a/domains/fuccsoc.json +++ b/domains/fuccsoc.json @@ -4,9 +4,8 @@ "email": "me@fuccsoc.com" }, "record": { - "MX": "mx01.mail.icloud.com", - "MX": "mx02.mail.icloud.com", - "TXT": "apple-domain=6Ilu1Oqr5x44UzLR", - "TXT": "v=spf1 include:icloud.com ~all" + "MX": [ "mx01.mail.icloud.com", "mx02.mail.icloud.com" ], + "TXT": [ "apple-domain=6Ilu1Oqr5x44UzLR", "v=spf1 include:icloud.com ~all" ], + "URL": "https://fuccsoc.me" } } From 2f497568f453ca3138a827d4543aa78a79444e7d Mon Sep 17 00:00:00 2001 From: Vladislav Gorodkov Date: Thu, 11 Jan 2024 05:59:30 +0300 Subject: [PATCH 07/94] trying to trigger re-check from gh-actions From c22b72741e30823081a13bbb3dafcced51553b6a Mon Sep 17 00:00:00 2001 From: ujisati Date: Thu, 11 Jan 2024 18:13:10 -0700 Subject: [PATCH 08/94] feat(domain): harrison.is-a.dev --- domains/harrison.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/harrison.json diff --git a/domains/harrison.json b/domains/harrison.json new file mode 100644 index 000000000..a422ea477 --- /dev/null +++ b/domains/harrison.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "ujisati", + "email": "hbh137@protonmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From ee2405113943da4d5072dcee8940a09f19e582e6 Mon Sep 17 00:00:00 2001 From: pranavagrawal321 Date: Fri, 12 Jan 2024 06:43:45 +0530 Subject: [PATCH 09/94] feat(domain): pa.is-a.dev --- domains/pa.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/pa.json diff --git a/domains/pa.json b/domains/pa.json new file mode 100644 index 000000000..a7a10aec5 --- /dev/null +++ b/domains/pa.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "pranavagrawal321", + "email": "pranavagrawal321@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 9cec5ca5362cfb1a3564ab04cc3d98d54235d146 Mon Sep 17 00:00:00 2001 From: berkerenakca Date: Fri, 12 Jan 2024 04:58:15 +0300 Subject: [PATCH 10/94] feat(domain): berk.is-a.dev --- domains/berk.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/berk.json diff --git a/domains/berk.json b/domains/berk.json new file mode 100644 index 000000000..735f66069 --- /dev/null +++ b/domains/berk.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "berkerenakca", + "email": "berkerenakca01@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 362b6e11ef12c0f1d17406fc8fb98c7d00634730 Mon Sep 17 00:00:00 2001 From: FrosGaming Date: Fri, 12 Jan 2024 11:55:14 +0800 Subject: [PATCH 11/94] feat(domain): ryobotz.is-a.dev From a86ec9913b9bad50c8db951dfbd6f18af5b5eeae Mon Sep 17 00:00:00 2001 From: tr1xem Date: Fri, 12 Jan 2024 09:39:52 +0530 Subject: [PATCH 12/94] feat(domain): _github-pages-challenge-superuser-l.it.is-a.dev --- domains/_github-pages-challenge-superuser-l.it.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/_github-pages-challenge-superuser-l.it.json b/domains/_github-pages-challenge-superuser-l.it.json index ff1a7f754..72820d50f 100644 --- a/domains/_github-pages-challenge-superuser-l.it.json +++ b/domains/_github-pages-challenge-superuser-l.it.json @@ -4,6 +4,11 @@ "email": "kmtechnical2006@gmail.com" }, "record": { - "TXT": "612be6ed1c46c3f2ae43faf700aa5a" + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} +} \ No newline at end of file From 87e4441cc9ae50b72b855970765930cb5753763d Mon Sep 17 00:00:00 2001 From: areen-c <74430814+areen-c@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:14:00 +0700 Subject: [PATCH 13/94] Update areen.is-a.dev --- domains/areen.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/domains/areen.json b/domains/areen.json index aa59afaa2..2555a2c86 100644 --- a/domains/areen.json +++ b/domains/areen.json @@ -1,14 +1,9 @@ { "owner": { "username": "areen-c", - "email": "arikucinggila@Gmail.com" + "email": "areenelhaq@gmail.com" }, "record": { - "A": [ - "217.174.245.249", - "51.161.54.161" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + "CNAME": "areen-c.pages.dev" } -} \ No newline at end of file +} From b302413a70762a1d0b3d873bcdae3f1668966f47 Mon Sep 17 00:00:00 2001 From: tr1x_em <100174637+tr1xem@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:55:48 +0530 Subject: [PATCH 14/94] Update _github-pages-challenge-superuser-l.this.json --- domains/_github-pages-challenge-superuser-l.this.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-superuser-l.this.json b/domains/_github-pages-challenge-superuser-l.this.json index a55138be4..3d99a3b4f 100644 --- a/domains/_github-pages-challenge-superuser-l.this.json +++ b/domains/_github-pages-challenge-superuser-l.this.json @@ -4,6 +4,13 @@ "email": "kmtechnical2006@gmail.com" }, "record": { - "TXT": "baf1449796e1170dc35913dbe7d01f" + "TXT": "baf1449796e1170dc35913dbe7d01f", + "CNAME": "superuser-l.github.io", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } } From e6939ef3e1d97f4cca068496ec5e36e28b7cc1dc Mon Sep 17 00:00:00 2001 From: PewZew Date: Fri, 12 Jan 2024 12:08:55 +0700 Subject: [PATCH 15/94] feat(domain): naltheduck.is-a.dev --- domains/naltheduck.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/naltheduck.json diff --git a/domains/naltheduck.json b/domains/naltheduck.json new file mode 100644 index 000000000..9bde00506 --- /dev/null +++ b/domains/naltheduck.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "PewZew", + "email": "lanlehoang957@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 50104de7d1baaeac8ccb39144bc71ff3f0d0d9d7 Mon Sep 17 00:00:00 2001 From: phantonducthang Date: Fri, 12 Jan 2024 12:34:37 +0700 Subject: [PATCH 16/94] feat(domain): thang.is-a.dev --- domains/thang.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thang.json diff --git a/domains/thang.json b/domains/thang.json new file mode 100644 index 000000000..719d1c024 --- /dev/null +++ b/domains/thang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "phantonducthang", + "email": "phantonducthang@hotmail.com" + }, + "record": { + "A": ["167.86.67.221"] + } +} From c180660924e9e6ea44116f7376656e5f386fb17f Mon Sep 17 00:00:00 2001 From: spacewd69 Date: Fri, 12 Jan 2024 00:47:09 -0500 Subject: [PATCH 17/94] feat(domain): spacewd69.is-a.dev --- domains/spacewd69.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/spacewd69.json diff --git a/domains/spacewd69.json b/domains/spacewd69.json new file mode 100644 index 000000000..cec8dffeb --- /dev/null +++ b/domains/spacewd69.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "spacewd69", + "email": "kysonbranch0@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 3803e130e9e9bf0efc99d87cb8165aba214e6896 Mon Sep 17 00:00:00 2001 From: FrosGaming Date: Fri, 12 Jan 2024 14:15:50 +0800 Subject: [PATCH 18/94] Update ryobotz.json --- domains/ryobotz.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/domains/ryobotz.json b/domains/ryobotz.json index eabbd974b..2250eff0d 100644 --- a/domains/ryobotz.json +++ b/domains/ryobotz.json @@ -3,12 +3,7 @@ "username": "FrosGaming", "email": "dgfrosdgfros@gmail.com" }, - "record": { - "A": [ - "217.174.245.249", - "51.161.54.161" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file + "record": { + "CNAME": "pnode1.danbot.host:5525" + } +} From a9319dfa18fbc0f851e041ad640f23da4cf7fddd Mon Sep 17 00:00:00 2001 From: shubham-1806 Date: Fri, 12 Jan 2024 13:57:27 +0530 Subject: [PATCH 19/94] feat(domain): shubham-1806.is-a.dev --- domains/shubham-1806.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/shubham-1806.json diff --git a/domains/shubham-1806.json b/domains/shubham-1806.json new file mode 100644 index 000000000..84e98574c --- /dev/null +++ b/domains/shubham-1806.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "shubham-1806", + "email": "shub.agarwal2003@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From cfee76f74ff1f4919f2d0a0045b12ec0f0424c6b Mon Sep 17 00:00:00 2001 From: tylerdotnet Date: Fri, 12 Jan 2024 11:01:59 +0200 Subject: [PATCH 20/94] feat(domain): tylerdotnet.is-a.dev --- domains/tylerdotnet.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/tylerdotnet.json b/domains/tylerdotnet.json index b2cb17900..989a7aca1 100644 --- a/domains/tylerdotnet.json +++ b/domains/tylerdotnet.json @@ -4,6 +4,11 @@ "email": "tylerdotnet@gmail.com" }, "record": { - "CNAME": "tylerdotnet.github.io" + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} +} \ No newline at end of file From f97e6b5f09948945a601ad992c2c877f60255e00 Mon Sep 17 00:00:00 2001 From: dnscat Date: Fri, 12 Jan 2024 10:21:14 +0100 Subject: [PATCH 21/94] feat(domain): montana.is-a.dev --- domains/montana.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/montana.json diff --git a/domains/montana.json b/domains/montana.json new file mode 100644 index 000000000..8b75c0ddf --- /dev/null +++ b/domains/montana.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "dnscat", + "email": "thilo.x.kaufmann@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 0c8d60798745d3fb72fc7211a30ecbdb9b75751e Mon Sep 17 00:00:00 2001 From: KaizOffical <79130746+KaizOffical@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:47:41 +0700 Subject: [PATCH 22/94] feat(domain): add `codecuri.is-a.dev` --- domains/codecuri.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/codecuri.json diff --git a/domains/codecuri.json b/domains/codecuri.json new file mode 100644 index 000000000..8fcec51a0 --- /dev/null +++ b/domains/codecuri.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "KaizOffical", + "email": "anhkhangphan4@gmail.com" + }, + + "record": { + "CNAME": "codecuri.onrender.com" + } +} From 50f818b8e9542b894e7c6b4780b81ec2d9dac149 Mon Sep 17 00:00:00 2001 From: K-K-L-L Date: Fri, 12 Jan 2024 18:22:03 +0200 Subject: [PATCH 23/94] feat(domain): ghost1.is-a.dev --- domains/ghost1.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/ghost1.json diff --git a/domains/ghost1.json b/domains/ghost1.json new file mode 100644 index 000000000..f0d7b7ba7 --- /dev/null +++ b/domains/ghost1.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "K-K-L-L", + "email": "kkll345643@protonmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From ecb233032c0777df24a98666e6aa2e83c2351004 Mon Sep 17 00:00:00 2001 From: Nia Date: Fri, 12 Jan 2024 17:36:14 +0100 Subject: [PATCH 24/94] Create nia.json --- domains/nia.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nia.json diff --git a/domains/nia.json b/domains/nia.json new file mode 100644 index 000000000..cd515eef6 --- /dev/null +++ b/domains/nia.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "nazhiida", + "email": "zhiyaonaiara@gmail.com" + }, + "record": { + "A": ["158.179.215.38"], + "AAAA": ["2603:c027:8700:a37e:a916:da84:5a6c:efec"] + } +} From f57fc86ecb9d63d82d01eb423eb65185c9f775e1 Mon Sep 17 00:00:00 2001 From: Nia Date: Fri, 12 Jan 2024 17:38:25 +0100 Subject: [PATCH 25/94] Update nia.json --- domains/nia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nia.json b/domains/nia.json index cd515eef6..bcd3c5178 100644 --- a/domains/nia.json +++ b/domains/nia.json @@ -1,6 +1,6 @@ { "owner": { - "username": "nazhiida", + "username": "lz20r", "email": "zhiyaonaiara@gmail.com" }, "record": { From 84a684ec70ac2c812b63da4d30e36176d0718cbb Mon Sep 17 00:00:00 2001 From: dakshy Date: Fri, 12 Jan 2024 23:52:41 +0530 Subject: [PATCH 26/94] feat(domain): toonshub.is-a.dev --- domains/toonshub.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/toonshub.json diff --git a/domains/toonshub.json b/domains/toonshub.json new file mode 100644 index 000000000..29516b651 --- /dev/null +++ b/domains/toonshub.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "dakshy", + "email": "daksh.yadav.2704@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 797c3ddc197953d5cd603dbce40f4d07e4e81001 Mon Sep 17 00:00:00 2001 From: gary12345g Date: Fri, 12 Jan 2024 23:03:27 +0330 Subject: [PATCH 27/94] feat(domain): gary.is-a.dev --- domains/gary.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/gary.json diff --git a/domains/gary.json b/domains/gary.json new file mode 100644 index 000000000..3b351c93a --- /dev/null +++ b/domains/gary.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "gary12345g", + "email": "gary12345@wshay.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 507640c5ccee3388c9f1b80fb052ee91719b2be6 Mon Sep 17 00:00:00 2001 From: Mrinank-Bhowmick Date: Sat, 13 Jan 2024 01:49:44 +0530 Subject: [PATCH 28/94] feat(domain): mrinank.is-a.dev --- domains/mrinank.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/mrinank.json diff --git a/domains/mrinank.json b/domains/mrinank.json new file mode 100644 index 000000000..1657f5b2a --- /dev/null +++ b/domains/mrinank.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "Mrinank-Bhowmick", + "email": "bhowmickmrinank@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From df0e207baf2b14f03460816eced38c80c7380b87 Mon Sep 17 00:00:00 2001 From: Zoey2936 Date: Fri, 12 Jan 2024 21:34:06 +0100 Subject: [PATCH 29/94] feat(domain): zoey.is-a.dev --- domains/zoey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zoey.json diff --git a/domains/zoey.json b/domains/zoey.json new file mode 100644 index 000000000..a6d3fc5f6 --- /dev/null +++ b/domains/zoey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Zoey2936", + "email": "zoey@z0ey.de" + }, + "record": { + "CNAME": "ip.z0ey.de" + } +} From 4558f5cc2dd3408607e95edb660ff5e25191a130 Mon Sep 17 00:00:00 2001 From: Vladislav Gorodkov Date: Sat, 13 Jan 2024 00:37:09 +0300 Subject: [PATCH 30/94] Delete domains/sig1._domainkey.fuccsoc.json --- domains/sig1._domainkey.fuccsoc.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/sig1._domainkey.fuccsoc.json diff --git a/domains/sig1._domainkey.fuccsoc.json b/domains/sig1._domainkey.fuccsoc.json deleted file mode 100644 index 8bac6ab2b..000000000 --- a/domains/sig1._domainkey.fuccsoc.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "fuccsoc", - "email": "fuccsoc@gmail.com" - }, - "record": { - "CNAME": "sig1.dkim.fuccsoc.is-a.dev.at.icloudmailadmin.com" - } -} From 731d322f58cf81e3ec28283af3b600d267596d50 Mon Sep 17 00:00:00 2001 From: Vladislav Gorodkov Date: Sat, 13 Jan 2024 00:39:29 +0300 Subject: [PATCH 31/94] Update fuccsoc.json --- domains/fuccsoc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json index 234dae964..ee2ae98a2 100644 --- a/domains/fuccsoc.json +++ b/domains/fuccsoc.json @@ -4,8 +4,8 @@ "email": "me@fuccsoc.com" }, "record": { - "MX": [ "mx01.mail.icloud.com", "mx02.mail.icloud.com" ], - "TXT": [ "apple-domain=6Ilu1Oqr5x44UzLR", "v=spf1 include:icloud.com ~all" ], + "MX": [ "mmx1.improvmx.com", "mx2.improvmx.com" ], + "TXT": [ "v=spf1 include:spf.improvmx.com ~all" ], "URL": "https://fuccsoc.me" } } From 9e2f5921df5125de9778e5924720aa97d39660f3 Mon Sep 17 00:00:00 2001 From: SlacDeveloper Date: Fri, 12 Jan 2024 20:26:03 -0400 Subject: [PATCH 32/94] feat(domain): not.is-a.dev --- domains/not.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/not.json diff --git a/domains/not.json b/domains/not.json new file mode 100644 index 000000000..4dee511d9 --- /dev/null +++ b/domains/not.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "SlacDeveloper", + "email": "SlacDeveloper@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 4c902f9bf122abd2060c90cf24aad4861534607d Mon Sep 17 00:00:00 2001 From: tootypatrooty6 Date: Fri, 12 Jan 2024 19:38:19 -0500 Subject: [PATCH 33/94] feat(domain): blockbreaker.is-a.dev --- domains/blockbreaker.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/blockbreaker.json diff --git a/domains/blockbreaker.json b/domains/blockbreaker.json new file mode 100644 index 000000000..65bee0adb --- /dev/null +++ b/domains/blockbreaker.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "tootypatrooty6", + "email": "jmekhi32@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From bbaf15ebccefe0f418629115e1a72a33aeb63045 Mon Sep 17 00:00:00 2001 From: CcNicebruh Date: Sat, 13 Jan 2024 08:39:23 +0700 Subject: [PATCH 34/94] feat(domain): quest.is-a.dev --- domains/quest.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/domains/quest.json b/domains/quest.json index d8bb6aa90..e6bc0d560 100644 --- a/domains/quest.json +++ b/domains/quest.json @@ -4,9 +4,11 @@ "email": "tangkeehee2002@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" + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } \ No newline at end of file From 1c3fbb6c6c43a2f290fb845788e47108aa45845c Mon Sep 17 00:00:00 2001 From: "Kuba (kb)" Date: Sat, 13 Jan 2024 02:58:41 +0000 Subject: [PATCH 35/94] Create _discord.kuba.json --- domains/_discord.kuba.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/_discord.kuba.json diff --git a/domains/_discord.kuba.json b/domains/_discord.kuba.json new file mode 100644 index 000000000..1b1973fb0 --- /dev/null +++ b/domains/_discord.kuba.json @@ -0,0 +1,15 @@ +{ + "description": "_discord.kuba is a subdomain for verification of Discord's domain ownership system.", + "owner": { + "telegram": "idkuba", + "username": "kbvivi", + "email": "kbvivi.contact@gmail.com", + "discord": "105170831130234880" + }, + "repo": "https://github.com/kbvivi/kuba.lol" + "record": { + "TXT": [ + "dh=4f43d84403713773fa9506963218fe01cfd9b61d" + ] + } +} From f6a436219bd870a8171cd3d79bcd25cabbfd4ae3 Mon Sep 17 00:00:00 2001 From: "Kuba (kb)" Date: Sat, 13 Jan 2024 02:59:53 +0000 Subject: [PATCH 36/94] Update kuba.json --- domains/kuba.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/domains/kuba.json b/domains/kuba.json index 1f6b0e6d5..d2321251c 100644 --- a/domains/kuba.json +++ b/domains/kuba.json @@ -1,10 +1,12 @@ { - "owner": { - "username": "kob-kuba", - "telegram": "kob_kuba", - "email": "admin@kobb.tech" - }, - "record": { - "URL": "https://kob.gay" - } + "owner": { + "telegram": "idkuba", + "username": "kbvivi", + "email": "kbvivi.contact@gmail.com", + "discord": "105170831130234880" + }, + "repo": "https://github.com/kbvivi/kuba.lol", + "record": { + "URL": "https://kuba.lol" + } } From 8f7ea0abc4cadfae540863013c65b8f6aeec9ab0 Mon Sep 17 00:00:00 2001 From: "Kuba (kb)" Date: Sat, 13 Jan 2024 03:00:15 +0000 Subject: [PATCH 37/94] Update _discord.kuba.json --- domains/_discord.kuba.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_discord.kuba.json b/domains/_discord.kuba.json index 1b1973fb0..4555aca5e 100644 --- a/domains/_discord.kuba.json +++ b/domains/_discord.kuba.json @@ -6,7 +6,7 @@ "email": "kbvivi.contact@gmail.com", "discord": "105170831130234880" }, - "repo": "https://github.com/kbvivi/kuba.lol" + "repo": "https://github.com/kbvivi/kuba.lol", "record": { "TXT": [ "dh=4f43d84403713773fa9506963218fe01cfd9b61d" From e1bf986001452876ca92f3bc79ee0d259032757c Mon Sep 17 00:00:00 2001 From: FrosGaming Date: Sat, 13 Jan 2024 14:23:15 +0800 Subject: [PATCH 38/94] Update ryobotz.json --- domains/ryobotz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ryobotz.json b/domains/ryobotz.json index 2250eff0d..dea948156 100644 --- a/domains/ryobotz.json +++ b/domains/ryobotz.json @@ -4,6 +4,6 @@ "email": "dgfrosdgfros@gmail.com" }, "record": { - "CNAME": "pnode1.danbot.host:5525" + "CNAME": "pnode1.danbot.host:552" } } From dd73fef473f2bd45ece38e6b6defbc5e1bb2dc69 Mon Sep 17 00:00:00 2001 From: FrosGaming Date: Sat, 13 Jan 2024 14:23:28 +0800 Subject: [PATCH 39/94] Update ryobotz.json --- domains/ryobotz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ryobotz.json b/domains/ryobotz.json index dea948156..2250eff0d 100644 --- a/domains/ryobotz.json +++ b/domains/ryobotz.json @@ -4,6 +4,6 @@ "email": "dgfrosdgfros@gmail.com" }, "record": { - "CNAME": "pnode1.danbot.host:552" + "CNAME": "pnode1.danbot.host:5525" } } From 29de1a4382d1a9793815d5bdd7dec4777d6016f3 Mon Sep 17 00:00:00 2001 From: Shadeizm Date: Sat, 13 Jan 2024 11:59:49 +0300 Subject: [PATCH 40/94] feat(domain): shaderp.is-a.dev --- domains/shaderp.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/shaderp.json diff --git a/domains/shaderp.json b/domains/shaderp.json new file mode 100644 index 000000000..9a8075611 --- /dev/null +++ b/domains/shaderp.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "Shadeizm", + "email": "shadexdben@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From b24db297a59b4b70e05f4f7022aafcaf9dd162f4 Mon Sep 17 00:00:00 2001 From: Shadeizm Date: Sat, 13 Jan 2024 12:02:58 +0300 Subject: [PATCH 41/94] feat(domain): shaderoleplay.is-a.dev --- domains/shaderoleplay.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/shaderoleplay.json diff --git a/domains/shaderoleplay.json b/domains/shaderoleplay.json new file mode 100644 index 000000000..9a8075611 --- /dev/null +++ b/domains/shaderoleplay.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "Shadeizm", + "email": "shadexdben@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From c6e33c51b66ec90de4a533014b2d5e45cf31b358 Mon Sep 17 00:00:00 2001 From: Shadeizm Date: Sat, 13 Jan 2024 12:22:17 +0300 Subject: [PATCH 42/94] feat(domain): srp.is-a.dev --- domains/srp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/srp.json diff --git a/domains/srp.json b/domains/srp.json new file mode 100644 index 000000000..b981ba7ff --- /dev/null +++ b/domains/srp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Shadeizm", + "email": "shadexdben@gmail.com" + }, + "record": { + "CNAME": "45.151.143.188" + } +} From dc15e9ac2b6409ae5b277edd365f2dbf04c8e8b2 Mon Sep 17 00:00:00 2001 From: VaibhavSys Date: Sat, 13 Jan 2024 14:56:04 +0530 Subject: [PATCH 43/94] feat(domain): bar-vaibhav.json.is-a.dev --- domains/bar-vaibhav.json.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/bar-vaibhav.json.json diff --git a/domains/bar-vaibhav.json.json b/domains/bar-vaibhav.json.json new file mode 100644 index 000000000..9ac720b45 --- /dev/null +++ b/domains/bar-vaibhav.json.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "VaibhavSys", + "email": "vaibhavsys@protonmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 96d10a01b148258df93163de0519237b1dcfdb74 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sat, 13 Jan 2024 15:02:37 +0530 Subject: [PATCH 44/94] Revert "BETA: Register bar.vaibhav.is-a.dev" --- domains/bar.vaibhav.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 domains/bar.vaibhav.json diff --git a/domains/bar.vaibhav.json b/domains/bar.vaibhav.json deleted file mode 100644 index 9ac720b45..000000000 --- a/domains/bar.vaibhav.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "VaibhavSys", - "email": "vaibhavsys@protonmail.com" - }, - "record": { - "A": [ - "217.174.245.249", - "51.161.54.161" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file From 180b48112ffcc8251c3b32493660de9e87b5bf3f Mon Sep 17 00:00:00 2001 From: FrosGaming Date: Sat, 13 Jan 2024 17:33:40 +0800 Subject: [PATCH 45/94] Update ryobotz.json --- domains/ryobotz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ryobotz.json b/domains/ryobotz.json index 2250eff0d..c5e837f17 100644 --- a/domains/ryobotz.json +++ b/domains/ryobotz.json @@ -4,6 +4,6 @@ "email": "dgfrosdgfros@gmail.com" }, "record": { - "CNAME": "pnode1.danbot.host:5525" + "A": "69.30.249.53" } } From bf3ae221276a09763b0d13f03f7786c093ce0a47 Mon Sep 17 00:00:00 2001 From: FrosGaming Date: Sat, 13 Jan 2024 17:42:29 +0800 Subject: [PATCH 46/94] feat(domain): ziroweb.is-a.dev --- domains/ziroweb.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ziroweb.json diff --git a/domains/ziroweb.json b/domains/ziroweb.json new file mode 100644 index 000000000..d2e7ef7da --- /dev/null +++ b/domains/ziroweb.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "FrosGaming", + "email": "dgfrosdgfros@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From db19dd96583d9afc59fa00f54a5de49bfa6c96bc Mon Sep 17 00:00:00 2001 From: mjnaous Date: Sat, 13 Jan 2024 12:12:09 +0200 Subject: [PATCH 47/94] feat(domain): mohamad.is-a.dev --- domains/mohamad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mohamad.json b/domains/mohamad.json index 9c08027b1..92d12ff78 100644 --- a/domains/mohamad.json +++ b/domains/mohamad.json @@ -4,6 +4,6 @@ "email": "mj@naous.eu.org" }, "record": { - "CNAME": "naous.eu.org" + "CNAME": ""[{"type":"CNAME","allowMultiple":false,"value":"mjnaous.github.io"}]"" } } From f96b2c3d18ea0f4985ae37846ef0105a04d56eda Mon Sep 17 00:00:00 2001 From: Mohamad <144236075+mjnaous@users.noreply.github.com> Date: Sat, 13 Jan 2024 12:13:46 +0200 Subject: [PATCH 48/94] Update mohamad.json --- domains/mohamad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mohamad.json b/domains/mohamad.json index 92d12ff78..73a41d9f2 100644 --- a/domains/mohamad.json +++ b/domains/mohamad.json @@ -4,6 +4,6 @@ "email": "mj@naous.eu.org" }, "record": { - "CNAME": ""[{"type":"CNAME","allowMultiple":false,"value":"mjnaous.github.io"}]"" + "CNAME": "mjnaous.github.io" } } From fb2d16f9ce839d9e3431f5b6bef2acb7b164de81 Mon Sep 17 00:00:00 2001 From: TruongDuyKhai Date: Sat, 13 Jan 2024 18:41:41 +0700 Subject: [PATCH 49/94] feat(domain): khaidev.is-a.dev --- domains/khaidev.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/khaidev.json diff --git a/domains/khaidev.json b/domains/khaidev.json new file mode 100644 index 000000000..25136e563 --- /dev/null +++ b/domains/khaidev.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "TruongDuyKhai", + "email": "truongduykhai1012@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From ff898dde3f5943d077aacc0528badf6c61afeecf Mon Sep 17 00:00:00 2001 From: TruongDuyKhai <102969311+TruongDuyKhai@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:12:56 +0700 Subject: [PATCH 50/94] Update khaidev.json --- domains/khaidev.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/domains/khaidev.json b/domains/khaidev.json index 25136e563..5695511c5 100644 --- a/domains/khaidev.json +++ b/domains/khaidev.json @@ -1,14 +1,12 @@ { + "description": "Hello! I am Khai but if you want you can call me Ken! I am a self thought Developer and mostly code Discord Bots for others for fun! Sometimes I even get donations back, which makes me even more happier and results in having more fun at coding.", + "repo": "https://github.com//khaidev.github.io", "owner": { "username": "TruongDuyKhai", - "email": "truongduykhai1012@gmail.com" + "email": "truongduykhai1012@gmail.com", + "twitter": "tdk1210007" }, "record": { - "A": [ - "217.174.245.249", - "51.161.54.161" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + "CNAME": "khaidev.github.io" } -} \ No newline at end of file +} From f284ea36a6476d829fe64dab73e3f739547d5bce Mon Sep 17 00:00:00 2001 From: TruongDuyKhai <102969311+TruongDuyKhai@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:13:19 +0700 Subject: [PATCH 51/94] Update khaidev.json --- domains/khaidev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/khaidev.json b/domains/khaidev.json index 5695511c5..ebd11e2ee 100644 --- a/domains/khaidev.json +++ b/domains/khaidev.json @@ -1,6 +1,6 @@ { "description": "Hello! I am Khai but if you want you can call me Ken! I am a self thought Developer and mostly code Discord Bots for others for fun! Sometimes I even get donations back, which makes me even more happier and results in having more fun at coding.", - "repo": "https://github.com//khaidev.github.io", + "repo": "https://github.com/TruongDuyKhai/khaidev.github.io", "owner": { "username": "TruongDuyKhai", "email": "truongduykhai1012@gmail.com", From 9bc01f741ad9c6b8bbd81d1660f63c6efd284994 Mon Sep 17 00:00:00 2001 From: TruongDuyKhai <102969311+TruongDuyKhai@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:32:26 +0700 Subject: [PATCH 52/94] Update khaidev.json --- domains/khaidev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/khaidev.json b/domains/khaidev.json index ebd11e2ee..649a9ec92 100644 --- a/domains/khaidev.json +++ b/domains/khaidev.json @@ -7,6 +7,6 @@ "twitter": "tdk1210007" }, "record": { - "CNAME": "khaidev.github.io" + "CNAME": "truongduykhai.github.io" } } From f719359cae4bc5995686c104bc897f22d99e993b Mon Sep 17 00:00:00 2001 From: tr1xem Date: Sat, 13 Jan 2024 18:39:38 +0530 Subject: [PATCH 53/94] feat(domain): tr1xem.is-a.dev --- domains/tr1xem.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/domains/tr1xem.json b/domains/tr1xem.json index b7a0c8ce8..72820d50f 100644 --- a/domains/tr1xem.json +++ b/domains/tr1xem.json @@ -1,12 +1,14 @@ { - "owner": { - "username": "tr1xem", - "email": "kmtechnical2006@gmail.com", - "discord": "885063317079592961" - }, - - "record": { - "CNAME": "lawliet.tk" - } + "owner": { + "username": "tr1xem", + "email": "kmtechnical2006@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } - +} \ No newline at end of file From eab3d2a6c1c96361e6e9426ee6c3b9286566bc7f Mon Sep 17 00:00:00 2001 From: TruongDuyKhai <102969311+TruongDuyKhai@users.noreply.github.com> Date: Sat, 13 Jan 2024 22:00:06 +0700 Subject: [PATCH 54/94] Update khaidev.json --- domains/khaidev.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/khaidev.json b/domains/khaidev.json index 649a9ec92..2d4906866 100644 --- a/domains/khaidev.json +++ b/domains/khaidev.json @@ -1,10 +1,9 @@ { "description": "Hello! I am Khai but if you want you can call me Ken! I am a self thought Developer and mostly code Discord Bots for others for fun! Sometimes I even get donations back, which makes me even more happier and results in having more fun at coding.", - "repo": "https://github.com/TruongDuyKhai/khaidev.github.io", + "repo": "https://github.com/TruongDuyKhai/TruongDuyKhai.github.io", "owner": { "username": "TruongDuyKhai", "email": "truongduykhai1012@gmail.com", - "twitter": "tdk1210007" }, "record": { "CNAME": "truongduykhai.github.io" From c1bd742f0e4eaabc5c0502cff2eb011010b5b86c Mon Sep 17 00:00:00 2001 From: VaibhavSys Date: Sat, 13 Jan 2024 23:56:05 +0530 Subject: [PATCH 55/94] feat(domain): bar.vaibhav.is-a.dev From 83e0a7d167678edde594ff412af718c579b3a6fe Mon Sep 17 00:00:00 2001 From: WhyuMC Date: Sun, 14 Jan 2024 01:33:28 +0700 Subject: [PATCH 56/94] feat(domain): korabase .is-a.dev --- domains/korabase .json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/korabase .json diff --git a/domains/korabase .json b/domains/korabase .json new file mode 100644 index 000000000..5f3360e00 --- /dev/null +++ b/domains/korabase .json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "WhyuMC", + "email": "r12350042@gmail.com" + }, + "record": { + "CNAME": "site.namedhosting.com" + } +} From 5a24b7dbcc801301c8014f7cea6d8911c4bd4822 Mon Sep 17 00:00:00 2001 From: SincererFlame71 <88802545+DarkNightcore8@users.noreply.github.com> Date: Sat, 13 Jan 2024 23:30:26 +0100 Subject: [PATCH 57/94] Update sincererflame71.json --- domains/sincererflame71.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/domains/sincererflame71.json b/domains/sincererflame71.json index b1f7b7c1e..3d8f4175b 100644 --- a/domains/sincererflame71.json +++ b/domains/sincererflame71.json @@ -4,8 +4,7 @@ "email": "DarkNightcore8@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "A": ["185.199.108.153"] + } -} \ No newline at end of file +} From 31af154bdf4836953309000b424f8493ed14b498 Mon Sep 17 00:00:00 2001 From: jc-discdev Date: Sat, 13 Jan 2024 23:46:17 +0100 Subject: [PATCH 58/94] feat(domain): jjsuscc.is-a.dev --- domains/jjsuscc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jjsuscc.json diff --git a/domains/jjsuscc.json b/domains/jjsuscc.json new file mode 100644 index 000000000..1dd6df9eb --- /dev/null +++ b/domains/jjsuscc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jc-discdev", + "email": "jjsuscc@gmail.com" + }, + "record": { + "CNAME": "darkdev.es" + } +} From 3a232fa0b08fe4b549cc3570de4a03fc22624f41 Mon Sep 17 00:00:00 2001 From: jc-discdev Date: Sat, 13 Jan 2024 23:47:48 +0100 Subject: [PATCH 59/94] feat(domain): darkc.is-a.dev --- domains/darkc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/darkc.json diff --git a/domains/darkc.json b/domains/darkc.json new file mode 100644 index 000000000..3d6be5aac --- /dev/null +++ b/domains/darkc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jc-discdev", + "email": "jjsuscc@gmail.com" + }, + "record": { + "URL": "darkdev.es" + } +} From 0b7bcfd1d280b3f5ce702df7b3fb1649f2a0bdcd Mon Sep 17 00:00:00 2001 From: jc-discdev Date: Sat, 13 Jan 2024 23:48:18 +0100 Subject: [PATCH 60/94] feat(domain): darkd.is-a.dev --- domains/darkd.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/darkd.json diff --git a/domains/darkd.json b/domains/darkd.json new file mode 100644 index 000000000..e9267a805 --- /dev/null +++ b/domains/darkd.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "jc-discdev", + "email": "jjsuscc@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From b3b560462eb773fbf189b47e2b8884876832036e Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 08:37:24 +0800 Subject: [PATCH 61/94] Delete domains/_github-pages-challenge-superuser-l.it.json --- domains/_github-pages-challenge-superuser-l.it.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-superuser-l.it.json diff --git a/domains/_github-pages-challenge-superuser-l.it.json b/domains/_github-pages-challenge-superuser-l.it.json deleted file mode 100644 index ff1a7f754..000000000 --- a/domains/_github-pages-challenge-superuser-l.it.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tr1xem", - "email": "kmtechnical2006@gmail.com" - }, - "record": { - "TXT": "612be6ed1c46c3f2ae43faf700aa5a" - } -} From 0c66be115e70671f1afb9a4389d2db323e4e1ed9 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 08:37:46 +0800 Subject: [PATCH 62/94] Delete domains/_github-pages-challenge-superuser-l.this.json --- domains/_github-pages-challenge-superuser-l.this.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-superuser-l.this.json diff --git a/domains/_github-pages-challenge-superuser-l.this.json b/domains/_github-pages-challenge-superuser-l.this.json deleted file mode 100644 index a55138be4..000000000 --- a/domains/_github-pages-challenge-superuser-l.this.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "tr1xem", - "email": "kmtechnical2006@gmail.com" - }, - "record": { - "TXT": "baf1449796e1170dc35913dbe7d01f" - } -} From 60bdd00e95027bccfea48c18aa60c3dd17b82e2b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 08:39:54 +0800 Subject: [PATCH 63/94] Discard changes to domains/_github-pages-challenge-superuser-l.it.json --- domains/_github-pages-challenge-superuser-l.it.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/domains/_github-pages-challenge-superuser-l.it.json b/domains/_github-pages-challenge-superuser-l.it.json index 72820d50f..ff1a7f754 100644 --- a/domains/_github-pages-challenge-superuser-l.it.json +++ b/domains/_github-pages-challenge-superuser-l.it.json @@ -4,11 +4,6 @@ "email": "kmtechnical2006@gmail.com" }, "record": { - "A": [ - "217.174.245.249", - "51.161.54.161" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + "TXT": "612be6ed1c46c3f2ae43faf700aa5a" } -} \ No newline at end of file +} From 6d9b194d1d1124f566ee51ba082c9518925be978 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 08:39:57 +0800 Subject: [PATCH 64/94] Discard changes to domains/_github-pages-challenge-superuser-l.this.json --- domains/_github-pages-challenge-superuser-l.this.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/domains/_github-pages-challenge-superuser-l.this.json b/domains/_github-pages-challenge-superuser-l.this.json index 3d99a3b4f..a55138be4 100644 --- a/domains/_github-pages-challenge-superuser-l.this.json +++ b/domains/_github-pages-challenge-superuser-l.this.json @@ -4,13 +4,6 @@ "email": "kmtechnical2006@gmail.com" }, "record": { - "TXT": "baf1449796e1170dc35913dbe7d01f", - "CNAME": "superuser-l.github.io", - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "TXT": "baf1449796e1170dc35913dbe7d01f" } } From 7c4108cb0e0f99a893e12016a1d7dc6b0184c3cd Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 08:54:49 +0800 Subject: [PATCH 65/94] Update darkc.json --- domains/darkc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/darkc.json b/domains/darkc.json index 3d6be5aac..4056c628b 100644 --- a/domains/darkc.json +++ b/domains/darkc.json @@ -4,6 +4,6 @@ "email": "jjsuscc@gmail.com" }, "record": { - "URL": "darkdev.es" + "URL": "https://darkdev.es" } } From 9e097767befbaef5920f50ab5f9d9c5ac1ce1236 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 08:55:33 +0800 Subject: [PATCH 66/94] Rename korabase .json to korabase.json --- domains/{korabase .json => korabase.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{korabase .json => korabase.json} (100%) diff --git a/domains/korabase .json b/domains/korabase.json similarity index 100% rename from domains/korabase .json rename to domains/korabase.json From 83425b428b735f9a59f39a94f4248549ed261fe7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 08:57:59 +0800 Subject: [PATCH 67/94] Update ryobotz.json --- domains/ryobotz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ryobotz.json b/domains/ryobotz.json index c5e837f17..264151c4c 100644 --- a/domains/ryobotz.json +++ b/domains/ryobotz.json @@ -4,6 +4,6 @@ "email": "dgfrosdgfros@gmail.com" }, "record": { - "A": "69.30.249.53" + "A": ["69.30.249.53"] } } From e6869044b059bb737a887e2d18ec48fe472c7517 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 08:59:31 +0800 Subject: [PATCH 68/94] Update srp.json --- domains/srp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/srp.json b/domains/srp.json index b981ba7ff..9c4e10efd 100644 --- a/domains/srp.json +++ b/domains/srp.json @@ -4,6 +4,6 @@ "email": "shadexdben@gmail.com" }, "record": { - "CNAME": "45.151.143.188" + "A": ["45.151.143.188"] } } From 2d3faf3ff1aa411d7dd93b22c3a292bb03b4616f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 09:09:29 +0800 Subject: [PATCH 69/94] Update fuccsoc.json --- domains/fuccsoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fuccsoc.json b/domains/fuccsoc.json index ee2ae98a2..eb5f7f2b7 100644 --- a/domains/fuccsoc.json +++ b/domains/fuccsoc.json @@ -4,7 +4,7 @@ "email": "me@fuccsoc.com" }, "record": { - "MX": [ "mmx1.improvmx.com", "mx2.improvmx.com" ], + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], "TXT": [ "v=spf1 include:spf.improvmx.com ~all" ], "URL": "https://fuccsoc.me" } From c0ef83d0f467fb5cfd8b348e81e2e8540caa240e Mon Sep 17 00:00:00 2001 From: ABAR5SUB Date: Sun, 14 Jan 2024 07:21:01 +0530 Subject: [PATCH 70/94] feat(domain): abar.is-a.dev --- domains/abar.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/abar.json diff --git a/domains/abar.json b/domains/abar.json new file mode 100644 index 000000000..96a38c85e --- /dev/null +++ b/domains/abar.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "ABAR5SUB", + "email": "pchacker928@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 407f2827b23834e3966aaddb58076468e1758bed Mon Sep 17 00:00:00 2001 From: Arztiser Date: Sat, 13 Jan 2024 19:55:50 -0600 Subject: [PATCH 71/94] feat(domain): arztiser.is-a.dev --- domains/arztiser.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/arztiser.json diff --git a/domains/arztiser.json b/domains/arztiser.json new file mode 100644 index 000000000..ced515b3f --- /dev/null +++ b/domains/arztiser.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "Arztiser", + "email": "danearends10@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + } +} \ No newline at end of file From 7b461816dc7e956d7e867f0964af8ad4a0ef397d Mon Sep 17 00:00:00 2001 From: TruongDuyKhai <102969311+TruongDuyKhai@users.noreply.github.com> Date: Sun, 14 Jan 2024 09:12:17 +0700 Subject: [PATCH 72/94] Update khaidev.json --- domains/khaidev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/khaidev.json b/domains/khaidev.json index 2d4906866..b972bc350 100644 --- a/domains/khaidev.json +++ b/domains/khaidev.json @@ -3,7 +3,7 @@ "repo": "https://github.com/TruongDuyKhai/TruongDuyKhai.github.io", "owner": { "username": "TruongDuyKhai", - "email": "truongduykhai1012@gmail.com", + "email": "truongduykhai1012@gmail.com" }, "record": { "CNAME": "truongduykhai.github.io" From 10b65454d7ebe7b849aa57664196c58a710d25a3 Mon Sep 17 00:00:00 2001 From: Jst-Tan Date: Sun, 14 Jan 2024 12:13:35 +0800 Subject: [PATCH 73/94] feat(domain): jsttan.is-a.dev --- domains/jsttan.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/domains/jsttan.json b/domains/jsttan.json index 4c34dbfc6..b38ec3205 100644 --- a/domains/jsttan.json +++ b/domains/jsttan.json @@ -1,12 +1,14 @@ { - "owner": { - "username": "Jst-Tan", - "email": "77162018+Jst-Tan@users.noreply.github.com", - "discord": "1077450378880233512" - }, - - "record": { - "CNAME": "jst-tan.github.io" - } + "owner": { + "username": "Jst-Tan", + "email": "jestonjst@gmail.com" + }, + "record": { + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } - \ No newline at end of file +} \ No newline at end of file From 9f4c8daddbad6185e2bcd6d4222a0bb3b7b83f88 Mon Sep 17 00:00:00 2001 From: Jst-Tan Date: Sun, 14 Jan 2024 12:13:50 +0800 Subject: [PATCH 74/94] feat(domain): jsttan.is-a.dev From d52b21e4a7f7f55316b967ed059792655829ad1b Mon Sep 17 00:00:00 2001 From: Shadeizm Date: Sun, 14 Jan 2024 09:01:23 +0300 Subject: [PATCH 75/94] feat(domain): shaderp.is-a.dev From 78995b5da1a3b8315a1c31da79cf1ca10a7d9914 Mon Sep 17 00:00:00 2001 From: Shadeizm Date: Sun, 14 Jan 2024 09:02:03 +0300 Subject: [PATCH 76/94] feat(domain): shaderp.is-a.dev From 8735046dd9f24ea5dfd3c97a42516277f02964cd Mon Sep 17 00:00:00 2001 From: Shadeizm Date: Sun, 14 Jan 2024 09:02:22 +0300 Subject: [PATCH 77/94] feat(domain): srp.is-a.dev --- domains/srp.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/srp.json b/domains/srp.json index 9c4e10efd..9a8075611 100644 --- a/domains/srp.json +++ b/domains/srp.json @@ -4,6 +4,11 @@ "email": "shadexdben@gmail.com" }, "record": { - "A": ["45.151.143.188"] + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} +} \ No newline at end of file From 7db6c6d30ce27fcf67d472a5ebf1f0d60e8ff766 Mon Sep 17 00:00:00 2001 From: Shadeizm Date: Sun, 14 Jan 2024 09:02:50 +0300 Subject: [PATCH 78/94] feat(domain): srp.is-a.dev From 6d27805f05f948c9758c2888fb2df1cd2b2232ce Mon Sep 17 00:00:00 2001 From: Shadeizm Date: Sun, 14 Jan 2024 09:03:36 +0300 Subject: [PATCH 79/94] feat(domain): shaderp.is-a.dev From c6ed30b9cf250f6519227be059e5692778c054bb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 15:31:30 +0800 Subject: [PATCH 80/94] feat: update most domains using failover --- domains/0xaryan.json | 2 +- domains/1024.json | 2 +- domains/123.json | 2 +- domains/1ly4s0.json | 2 +- domains/21z.json | 2 +- domains/3kh0.json | 2 +- domains/4kh0.json | 2 +- domains/70a5.json | 2 +- domains/9yma.net.json | 2 +- domains/aadarshksingh.json | 2 +- domains/aakashcse.json | 2 +- domains/aakrisht.json | 2 +- domains/aantarip.json | 2 +- domains/aarav-puri.json | 2 +- domains/aarav.json | 2 +- domains/aaron.json | 2 +- domains/aayush-bharti.json | 2 +- domains/aayushbh.json | 2 +- domains/aayushbharti.json | 2 +- domains/abdel.json | 2 +- domains/abdeljallil.json | 2 +- domains/abdo.json | 2 +- domains/abhay.json | 2 +- domains/abhijit.json | 2 +- domains/abhinav.json | 2 +- domains/abhishekpanda.json | 2 +- domains/abhishekpb.json | 2 +- domains/abhishekyadav.json | 2 +- domains/acto.json | 2 +- domains/ad1107.json | 2 +- domains/adam.json | 2 +- domains/adamousmer.json | 2 +- domains/adarsh-a-inamdar.json | 2 +- domains/adeshsingh.json | 2 +- domains/adioblu.json | 2 +- domains/adityabhattacharya.json | 2 +- domains/adityakotha.json | 2 +- domains/adityaredflag.json | 2 +- domains/adiy.json | 2 +- domains/adnanahmed.json | 2 +- domains/aeolus.json | 2 +- domains/aerial-ace1.json | 2 +- domains/afcu.json | 2 +- domains/ahaan.json | 2 +- domains/aidan.json | 2 +- domains/ajlemon.json | 2 +- domains/akas.json | 2 +- domains/akash.json | 2 +- domains/akshat.json | 2 +- domains/akshayashok.json | 2 +- domains/albuman.json | 2 +- domains/alby.json | 2 +- domains/alchion.json | 2 +- domains/alcyoneus.json | 2 +- domains/alex-s.json | 2 +- domains/alexcodesgames.json | 2 +- domains/alexr.json | 2 +- domains/aliazhar.json | 2 +- domains/alkadhumi.json | 2 +- domains/amanda.json | 2 +- domains/amar.json | 2 +- domains/amazing.devs.json | 2 +- domains/amazing.json | 2 +- domains/amazingdev.json | 2 +- domains/amazingdevel.json | 2 +- domains/amazingdevels.json | 2 +- domains/amazingdevs.json | 2 +- domains/ambon.json | 2 +- domains/amelia.json | 2 +- domains/ameysawant.json | 2 +- domains/amin.json | 2 +- domains/ammy.json | 2 +- domains/amodity.json | 2 +- domains/amulyasingh.json | 2 +- domains/amya.json | 2 +- domains/anakhalal.json | 2 +- domains/andrewstech.json | 2 +- domains/andrewtest22.json | 2 +- domains/angi-talk.json | 2 +- domains/angi.json | 2 +- domains/anjayy.json | 2 +- domains/ansh.json | 2 +- domains/anshbhimani.json | 2 +- domains/anto.json | 2 +- domains/antoine.json | 2 +- domains/anujjamdade.json | 2 +- domains/anurag.json | 2 +- domains/apa.json | 2 +- domains/apanel.json | 2 +- domains/apexweb.json | 2 +- domains/api.autoplay88.xyz.json | 2 +- domains/apiwebserver.json | 2 +- domains/app.allancoding.json | 2 +- domains/appscom.json | 2 +- domains/arafat.json | 2 +- domains/araon.json | 2 +- domains/arctix.json | 2 +- domains/argonnetworkmainframe.json | 2 +- domains/ark.json | 2 +- domains/arunodmanohara.json | 2 +- domains/aryan.json | 2 +- domains/ash.json | 2 +- domains/ashey.json | 2 +- domains/asheyxd.json | 2 +- domains/ashutoshgupta.json | 2 +- domains/ashvani-kumar.json | 2 +- domains/asmin.json | 2 +- domains/asmo.json | 2 +- domains/astro.json | 2 +- domains/atharv-jha.json | 2 +- domains/atharvaupadhyay.json | 2 +- domains/athir.json | 2 +- domains/atuel.json | 2 +- domains/auuub.json | 2 +- domains/avikek.json | 2 +- domains/aware.json | 2 +- domains/ayaan.json | 2 +- domains/aymenjelassi.json | 2 +- domains/ayrox.json | 2 +- domains/ayushi.json | 2 +- domains/ayushmann.json | 2 +- domains/azul.json | 2 +- domains/b5i.json | 2 +- domains/baba.json | 2 +- domains/balls.json | 2 +- domains/bampa.json | 2 +- domains/bangladesh.json | 2 +- domains/bao.json | 2 +- domains/baptiste.json | 2 +- domains/bashafk.json | 2 +- domains/bayu.json | 2 +- domains/bd.json | 2 +- domains/bdloser.json | 2 +- domains/bebo.json | 2 +- domains/benjae.json | 2 +- domains/bera.json | 2 +- domains/bharat.json | 2 +- domains/bhavishya.json | 2 +- domains/bigyan.json | 2 +- domains/bilalkhan.json | 2 +- domains/bill.json | 2 +- domains/bitter-130.json | 2 +- domains/bitter130.json | 2 +- domains/blessingmwiti.json | 2 +- domains/blinx.json | 2 +- domains/blob.json | 2 +- domains/block.json | 2 +- domains/blockchaindevpanther.json | 2 +- domains/blucifer.json | 2 +- domains/blue.json | 2 +- domains/bni.co.id.json | 2 +- domains/bogdan.json | 2 +- domains/boggy.json | 2 +- domains/bongoshop.json | 2 +- domains/booogle.json | 2 +- domains/brahianf.json | 2 +- domains/bread.json | 2 +- domains/brownvinci.json | 2 +- domains/bruhx.json | 2 +- domains/bumbleboss.json | 2 +- domains/byigit.json | 2 +- domains/bypass.jesgran.json | 2 +- domains/c22.json | 2 +- domains/caiden.json | 2 +- domains/caiden.xyz.json | 2 +- domains/caillou.json | 2 +- domains/cakihorse.json | 2 +- domains/calamity.json | 2 +- domains/canarddu38.json | 2 +- domains/carol3n.json | 2 +- domains/ccnicebruh.json | 2 +- domains/celestial.json | 2 +- domains/cha0tic.json | 2 +- domains/chaaya.json | 2 +- domains/chandrabose.json | 2 +- domains/charge.json | 2 +- domains/chasecraft.json | 2 +- domains/chesko.json | 2 +- domains/chiutaalenga.json | 2 +- domains/chris8889.json | 2 +- domains/christian.json | 2 +- domains/chriz.json | 2 +- domains/chyves.json | 2 +- domains/cihatksm.json | 2 +- domains/clarex.json | 2 +- domains/clicpow.json | 2 +- domains/cloneslist.aymo.json | 2 +- domains/closure.json | 2 +- domains/clp.json | 2 +- domains/clyde.json | 2 +- domains/coco.json | 2 +- domains/codershayan.json | 2 +- domains/codingbobby.json | 2 +- domains/codingkitten.json | 2 +- domains/colin.json | 2 +- domains/computer.guy.json | 2 +- domains/computerguy.json | 2 +- domains/constvar.json | 2 +- domains/contact.foxsophia.json | 2 +- domains/convertlink.json | 2 +- domains/cplusplus.json | 2 +- domains/craftyy.json | 2 +- domains/crazyg.json | 2 +- domains/creeper76.json | 2 +- domains/creepycraft.json | 2 +- domains/crllect.json | 2 +- domains/csprance.json | 2 +- domains/ctk.json | 2 +- domains/curse.json | 2 +- domains/cv.tomgxz.json | 2 +- domains/d3vboi.json | 2 +- domains/d4rabi.json | 2 +- domains/dailycats.json | 2 +- domains/damned-support.json | 2 +- domains/danielliu.json | 2 +- domains/darian.json | 2 +- domains/darkwaves.json | 2 +- domains/dasdadssad.json | 2 +- domains/dasdebanna.json | 2 +- domains/dasshark.json | 2 +- domains/dave.json | 2 +- domains/davidxxd.json | 2 +- domains/dax.json | 2 +- domains/ddn.json | 2 +- domains/dea.json | 2 +- domains/declan.json | 2 +- domains/deecoyz.json | 2 +- domains/deepesh.json | 2 +- domains/defalco64.json | 2 +- domains/denboy0123.json | 2 +- domains/denism.json | 2 +- domains/denizak.json | 2 +- domains/denizbee.json | 2 +- domains/desteria.json | 2 +- domains/devchaudhary.json | 2 +- domains/devel.json | 2 +- domains/devgd.json | 2 +- domains/devpanther.json | 2 +- domains/devs.json | 2 +- domains/dew.json | 2 +- domains/dex.explorer.json | 2 +- domains/dexar.json | 2 +- domains/dhaloi.json | 2 +- domains/dhiyazhar.json | 2 +- domains/diego.json | 2 +- domains/dima.json | 2 +- domains/dincertekin.json | 2 +- domains/dinhq.json | 2 +- domains/discord-corp.json | 2 +- domains/discord.amulyasingh.json | 2 +- domains/discusser.json | 2 +- domains/divine.json | 2 +- domains/divyadesh.json | 2 +- domains/divyansh.json | 2 +- domains/dnoxl.json | 2 +- domains/dodinhphuc.json | 2 +- domains/doge-v4-proxy.json | 2 +- domains/dogeleader.json | 2 +- domains/dogenetwork.json | 2 +- domains/domathdotid.json | 2 +- domains/dominik.json | 2 +- domains/dott.json | 2 +- domains/drastic.json | 2 +- domains/drasticroy.json | 2 +- domains/drenxhyliqi.json | 2 +- domains/drk-bot.json | 2 +- domains/drmzahid.json | 2 +- domains/drv.su.json | 2 +- domains/dsgaasdgsdag.json | 2 +- domains/dsgamer.json | 2 +- domains/dulackmugi.json | 2 +- domains/dwk.json | 2 +- domains/dxomg.json | 2 +- domains/dynamic-homepage.json | 2 +- domains/eacbypasser.json | 2 +- domains/echo.json | 2 +- domains/eclair.json | 2 +- domains/eleger.json | 2 +- domains/elementalst.json | 2 +- domains/eliteflix.json | 2 +- domains/emmanuel.json | 2 +- domains/emre.json | 2 +- domains/erdogansad.json | 2 +- domains/ericpessoa.json | 2 +- domains/erogemaster225.json | 2 +- domains/errornointernet.json | 2 +- domains/esemv-evan.json | 2 +- domains/essiessara.json | 2 +- domains/eternal.json | 2 +- domains/eternalnetwork.json | 2 +- domains/ethan.json | 2 +- domains/eturbo.json | 2 +- domains/everybody.json | 2 +- domains/ez.json | 2 +- domains/fahmifareed.json | 2 +- domains/fakhri.json | 2 +- domains/farag.json | 2 +- domains/fasdaa.json | 2 +- domains/felipesantos.json | 2 +- domains/femboy.json | 2 +- domains/ffidhackseivathueppadi.json | 2 +- domains/ffidhackseivathueppadilinklinklinkanup.json | 2 +- domains/filip-razek.json | 2 +- domains/filo.json | 2 +- domains/fincho.json | 2 +- domains/finny.json | 2 +- domains/firmware.json | 2 +- domains/flame.json | 2 +- domains/flex.json | 2 +- domains/floppa.json | 2 +- domains/fluxate.json | 2 +- domains/fmode.json | 2 +- domains/fndn.json | 2 +- domains/foo.json | 2 +- domains/formuna.json | 2 +- domains/foxsophia.json | 2 +- domains/freddy007.json | 2 +- domains/friendslikebd.json | 2 +- domains/frost.json | 2 +- domains/fuentes.json | 2 +- domains/furry.json | 2 +- domains/furrycality.json | 2 +- domains/futurex.json | 2 +- domains/gabriel.json | 2 +- domains/gabrielyong.json | 2 +- domains/galaxyfps.riviox.json | 2 +- domains/gapindang.json | 2 +- domains/gaurav87565.json | 2 +- domains/gauravg.json | 2 +- domains/gauravgupta.json | 2 +- domains/gauravgupta256.json | 2 +- domains/gautam.json | 2 +- domains/gbot.json | 2 +- domains/geckopico.json | 2 +- domains/geenzo.json | 2 +- domains/genevera.json | 2 +- domains/gfn.json | 2 +- domains/ggio.json | 2 +- domains/ghalibcraft.json | 2 +- domains/ghfli.json | 2 +- domains/giovannirapa.json | 2 +- domains/git-hoe.json | 2 +- domains/git.json | 2 +- domains/glqch.json | 2 +- domains/goobric.json | 2 +- domains/gopalji.json | 2 +- domains/gruu.json | 2 +- domains/gskaff.json | 2 +- domains/gunethra.json | 2 +- domains/gurkirat.json | 2 +- domains/gurubhai.json | 2 +- domains/gurubot.json | 2 +- domains/guyen.json | 2 +- domains/h4sh.json | 2 +- domains/halelui.json | 2 +- domains/halil.json | 2 +- domains/halokod.json | 2 +- domains/happyenderman.json | 2 +- domains/hariienesh.json | 2 +- domains/harry456.json | 2 +- domains/harrystudy.json | 2 +- domains/harrythenegro.json | 2 +- domains/harshrai.json | 2 +- domains/harukipy.json | 2 +- domains/hazelnut.json | 2 +- domains/hazwana.json | 2 +- domains/hecterbonha.json | 2 +- domains/hehe.json | 2 +- domains/heindale.json | 2 +- domains/hekker.json | 2 +- domains/hello.qqg00.json | 2 +- domains/hellscaped.json | 2 +- domains/hemal.json | 2 +- domains/hemalmondal.json | 2 +- domains/hex4.json | 2 +- domains/heyjumanji.json | 2 +- domains/hidden.json | 2 +- domains/hideko.json | 2 +- domains/hilmysakti.json | 2 +- domains/himanshusardana.json | 2 +- domains/hiro.json | 2 +- domains/hntr.json | 2 +- domains/holgeb.json | 2 +- domains/hosting-test.json | 2 +- domains/hosts.json | 2 +- domains/hotdevs.json | 2 +- domains/hotmayonaise.json | 2 +- domains/houlton.json | 2 +- domains/houxiaozhao.json | 2 +- domains/hqmt.json | 2 +- domains/hqmtgaming.json | 2 +- domains/httphypixelnet.json | 2 +- domains/human.json | 2 +- domains/huzaifa.json | 2 +- domains/hvn.json | 2 +- domains/hydrogen.json | 2 +- domains/hyno.json | 2 +- domains/hypernexus.json | 2 +- domains/iammelvink.json | 2 +- domains/iamunixtz.json | 2 +- domains/iceed.json | 2 +- domains/icehead.json | 2 +- domains/icevixen.json | 2 +- domains/icmecodes.json | 2 +- domains/idkmaxii.json | 2 +- domains/idoli.json | 2 +- domains/idrkwhotbh.json | 2 +- domains/ihk.json | 2 +- domains/ihkgpt.json | 2 +- domains/ilakian.json | 2 +- domains/imdew.json | 2 +- domains/imdsamimakhter.json | 2 +- domains/imran.json | 2 +- domains/imron.json | 2 +- domains/imu.json | 2 +- domains/in3pire.json | 2 +- domains/inam.json | 2 +- domains/infinityhackers.json | 2 +- domains/interstellar.json | 2 +- domains/interstellar.ultrix.json | 2 +- domains/is-a-dev-testing.json | 2 +- domains/isdwk.json | 2 +- domains/itsmenewbie03.json | 2 +- domains/j-x01.json | 2 +- domains/j-x1.json | 2 +- domains/jahid.json | 2 +- domains/jams.json | 2 +- domains/jarren.json | 2 +- domains/jasonthomas.json | 2 +- domains/javierpastore.json | 2 +- domains/jbugel.json | 2 +- domains/jim.json | 2 +- domains/jindx.json | 2 +- domains/jjhjkhk.json | 2 +- domains/jkb-bio.json | 2 +- domains/joaozeira.json | 2 +- domains/jocke.json | 2 +- domains/johndo.json | 2 +- domains/johndoe.json | 2 +- domains/johnmortan.json | 2 +- domains/jonas.json | 2 +- domains/jonnycodes.json | 2 +- domains/jtgr.json | 2 +- domains/juliocesar.json | 2 +- domains/jumanji.json | 2 +- domains/junior.json | 2 +- domains/jupie.json | 2 +- domains/justcody.json | 2 +- domains/justevil.json | 2 +- domains/jv.json | 2 +- domains/jx-1.json | 2 +- domains/jx1.json | 2 +- domains/jz.json | 2 +- domains/kainer.json | 2 +- domains/kalebhumpal.json | 2 +- domains/kamek.json | 2 +- domains/kameyo.json | 2 +- domains/kamilbienkowski.json | 2 +- domains/kamlendras.json | 2 +- domains/karan.json | 2 +- domains/karanxidhu.json | 2 +- domains/kasu.json | 2 +- domains/kasuu.json | 2 +- domains/kaushal.json | 2 +- domains/kavinned.json | 2 +- domains/kaze.json | 2 +- domains/keczuu.json | 2 +- domains/kelvinmjr707.json | 2 +- domains/kenanneo.json | 2 +- domains/kenma.json | 2 +- domains/keyboarding-advanced-test.json | 2 +- domains/kh.json | 2 +- domains/khang.json | 2 +- domains/khasan-tokhirov.json | 2 +- domains/kime.json | 2 +- domains/kio.json | 2 +- domains/kira.json | 2 +- domains/kitku.json | 2 +- domains/klarkc.json | 2 +- domains/kno.json | 2 +- domains/kntlpop.json | 2 +- domains/kodex.json | 2 +- domains/kofy.json | 2 +- domains/komovie.json | 2 +- domains/komovies.json | 2 +- domains/koopa.json | 2 +- domains/koopacode.json | 2 +- domains/koru.json | 2 +- domains/koushik.json | 2 +- domains/kramiikk.json | 2 +- domains/krazy.json | 2 +- domains/kresswell.json | 2 +- domains/kris.json | 2 +- domains/krish.json | 2 +- domains/krishna03.json | 2 +- domains/krishna033.json | 2 +- domains/kryclopz.json | 2 +- domains/krzysiu.json | 2 +- domains/ksingh.json | 2 +- domains/kuat.json | 2 +- domains/kurokami.json | 2 +- domains/kuzey.json | 2 +- domains/kxden.json | 2 +- domains/kyakou.json | 2 +- domains/kyle.json | 2 +- domains/kylomaskgamer.json | 2 +- domains/l3g3n7.json | 2 +- domains/lacyx.json | 2 +- domains/laluxx.json | 2 +- domains/lamdev.json | 2 +- domains/lamfun.json | 2 +- domains/lamger.json | 2 +- domains/lamgerr.json | 2 +- domains/lamgerxd.json | 2 +- domains/lap.json | 2 +- domains/latestnews.json | 2 +- domains/latuh.json | 2 +- domains/lcdled.json | 2 +- domains/leander.json | 2 +- domains/leawty.json | 2 +- domains/legalise.json | 2 +- domains/legend-sabbir.json | 2 +- domains/lenn106.json | 2 +- domains/lennymaxmine.json | 2 +- domains/leogoetz.json | 2 +- domains/lh.json | 2 +- domains/liam-h.json | 2 +- domains/littleneko.json | 2 +- domains/llko.json | 2 +- domains/lodestone.json | 2 +- domains/logan2005.json | 2 +- domains/loganpaxton.json | 2 +- domains/logxnic.json | 2 +- domains/lol.squaresmp.json | 2 +- domains/lolz.json | 2 +- domains/lordwolfy.json | 2 +- domains/lori28167.json | 2 +- domains/lotra.json | 2 +- domains/lsy.json | 2 +- domains/lucaforever.json | 2 +- domains/lucas.json | 2 +- domains/lucassaud.json | 2 +- domains/lucid.json | 2 +- domains/luishdez.json | 2 +- domains/luminexcloud.json | 2 +- domains/lumix.json | 2 +- domains/lunacharm.json | 2 +- domains/luqmanity.json | 2 +- domains/luzivr.json | 2 +- domains/lwes.json | 2 +- domains/m-avila.json | 2 +- domains/maceng.json | 2 +- domains/machi.json | 2 +- domains/mafarag.json | 2 +- domains/magdi.json | 2 +- domains/mageclient.json | 2 +- domains/mahfuz.json | 2 +- domains/maikeru.json | 2 +- domains/main.json | 2 +- domains/majorhead.json | 2 +- domains/makeshiftartist.json | 2 +- domains/mamad.json | 2 +- domains/mammad.json | 2 +- domains/manav.json | 2 +- domains/manuel.json | 2 +- domains/marby.json | 2 +- domains/marcel.json | 2 +- domains/master.json | 2 +- domains/mauricio.json | 2 +- domains/maximumdevmode.json | 2 +- domains/mazimez.json | 2 +- domains/mc-wolmarans.json | 2 +- domains/mdbesoain.json | 2 +- domains/meerveld.json | 2 +- domains/meraj.json | 2 +- domains/mersillc.json | 2 +- domains/mesmerica.json | 2 +- domains/mfarag.json | 2 +- domains/mfused.json | 2 +- domains/mhmd.json | 2 +- domains/miho.json | 2 +- domains/miljte.json | 2 +- domains/mine.craft.json | 2 +- domains/mingihihi.json | 2 +- domains/minihoot.json | 2 +- domains/mishalshanavas.json | 2 +- domains/miyonaki.json | 2 +- domains/mlemingcapoo.json | 2 +- domains/mnoer.json | 2 +- domains/mnshakib.json | 2 +- domains/mohab.json | 2 +- domains/mohammed.json | 2 +- domains/mohand.json | 2 +- domains/mohdjariullah.json | 2 +- domains/monissh.json | 2 +- domains/mono.json | 2 +- domains/moonmachine.json | 2 +- domains/mostafizur-rahman.json | 2 +- domains/mpacheco.json | 2 +- domains/mpangobank.json | 2 +- domains/mr.json | 2 +- domains/mr.noname.json | 2 +- domains/mra1k3r0.json | 2 +- domains/mrj.json | 2 +- domains/mrjbadshah.json | 2 +- domains/mrrob0t.json | 2 +- domains/mrrobot.json | 2 +- domains/mst.json | 2 +- domains/mubashiryasin.json | 2 +- domains/mukeshkumarcharak.json | 2 +- domains/musikid.json | 2 +- domains/mytac.json | 2 +- domains/myvps.json | 2 +- domains/n3rcy.json | 2 +- domains/naby.json | 2 +- domains/namesmt.json | 2 +- domains/narayana.json | 2 +- domains/naveenlam.json | 2 +- domains/nayam.json | 2 +- domains/negodev.json | 2 +- domains/neomc.xyz.json | 2 +- domains/nepy.json | 2 +- domains/neuron.json | 2 +- domains/nicekun.json | 2 +- domains/nickooms.json | 2 +- domains/niel.json | 2 +- domains/niemiets.json | 2 +- domains/nihaltm.json | 2 +- domains/nilhem.json | 2 +- domains/nishaj.json | 2 +- domains/nishaj0.json | 2 +- domains/noah.json | 2 +- domains/nobody.json | 2 +- domains/noflare.json | 2 +- domains/normturtle.json | 2 +- domains/nota.json | 2 +- domains/notskillz.json | 2 +- domains/notugotskillz.json | 2 +- domains/notzsfell.json | 2 +- domains/nova.json | 2 +- domains/novinity.json | 2 +- domains/npc.json | 2 +- domains/nqdev.json | 2 +- domains/nxnetwork.json | 2 +- domains/nxyoo.json | 2 +- domains/nxyy.json | 2 +- domains/nyc.json | 2 +- domains/nyx.json | 2 +- domains/obaydmerz.json | 2 +- domains/ohgodanoob.json | 2 +- domains/ohm.json | 2 +- domains/ohmdeb.json | 2 +- domains/olivia.json | 2 +- domains/omarplayz.json | 2 +- domains/omarzaghlool.json | 2 +- domains/omi.json | 2 +- domains/onlive.json | 2 +- domains/onvr.json | 2 +- domains/orhanyigitdurmaz.json | 2 +- domains/osakihsieh.json | 2 +- domains/outland3r2007.json | 2 +- domains/oxoomy.json | 2 +- domains/pafias.json | 2 +- domains/panther.json | 2 +- domains/paoloclimaco.json | 2 +- domains/parthpanchal.json | 2 +- domains/pathdog.json | 2 +- domains/patsore.json | 2 +- domains/paulpfeiffer.json | 2 +- domains/pawix.json | 2 +- domains/peacy.json | 2 +- domains/peanut.json | 2 +- domains/pelfex.json | 2 +- domains/pengubin.json | 2 +- domains/peterhinga.json | 2 +- domains/phakh.json | 2 +- domains/pi.json | 2 +- domains/pico.json | 2 +- domains/pieter.json | 2 +- domains/pike.json | 2 +- domains/pink.json | 2 +- domains/pinkyplant.json | 2 +- domains/piplup7575.json | 2 +- domains/pirpal.json | 2 +- domains/pixeldust.json | 2 +- domains/plexus.json | 2 +- domains/pls.json | 2 +- domains/plush.json | 2 +- domains/poliwhirl.json | 2 +- domains/polytap.json | 2 +- domains/popcorn.json | 2 +- domains/ppy.json | 2 +- domains/prachiti.json | 2 +- domains/prafit.json | 2 +- domains/prajjwal.json | 2 +- domains/pranjal.json | 2 +- domains/prasadsawant.json | 2 +- domains/prathamesh.json | 2 +- domains/predefine.json | 2 +- domains/priyanka.json | 2 +- domains/pro.json | 2 +- domains/prodefix.json | 2 +- domains/proo.json | 2 +- domains/prototalk.json | 2 +- domains/prox.json | 2 +- domains/puchikat.json | 2 +- domains/puria.json | 2 +- domains/q31265503-bio.json | 2 +- domains/q31265503.json | 2 +- domains/qqg00.json | 2 +- domains/quantamphysics.json | 2 +- domains/quartz.json | 2 +- domains/querko.json | 2 +- domains/ra.json | 2 +- domains/racembenamar.json | 2 +- domains/rafsanrakib.json | 2 +- domains/raga.json | 2 +- domains/rahil.json | 2 +- domains/rahul-ray.json | 2 +- domains/rahul.ray.json | 2 +- domains/rahulol.json | 2 +- domains/rahulray.json | 2 +- domains/raiden-16f7.json | 2 +- domains/raiin.json | 2 +- domains/rain.json | 2 +- domains/rakibahmed.json | 2 +- domains/rakibrafsaaan.json | 2 +- domains/rakibrafsan.json | 2 +- domains/rana.json | 2 +- domains/ranamoh.json | 2 +- domains/raspi.json | 2 +- domains/rayan.json | 2 +- domains/raystatic.json | 2 +- domains/razvy.json | 2 +- domains/rebokdev.json | 2 +- domains/recoderdrastic.json | 2 +- domains/reef.json | 2 +- domains/refact0r.json | 2 +- domains/renata.json | 2 +- domains/rendi.json | 2 +- domains/restart.json | 2 +- domains/return.json | 2 +- domains/reyzo.json | 2 +- domains/rherly.json | 2 +- domains/riddim-glitch.json | 2 +- domains/rifkisaputra.json | 2 +- domains/rin.json | 2 +- domains/ringoxd.json | 2 +- domains/rnv.json | 2 +- domains/robskan.json | 2 +- domains/rockstarbuddies.json | 2 +- domains/rollwaifu.json | 2 +- domains/romeodev.json | 2 +- domains/royalahmed.json | 2 +- domains/rubyscans.json | 2 +- domains/rushil.json | 2 +- domains/ryangamin.json | 2 +- domains/rylie.json | 2 +- domains/ryo.json | 2 +- domains/s7nx.json | 2 +- domains/sadiz.json | 2 +- domains/sai-mehar.json | 2 +- domains/saiganeshganoju.json | 2 +- domains/sameer.json | 2 +- domains/sami.json | 2 +- domains/samlim.json | 2 +- domains/samsul.json | 2 +- domains/sandi.json | 2 +- domains/sanityless.json | 2 +- domains/saqlainbrawl.json | 2 +- domains/saturn-net.json | 2 +- domains/saumon.json | 2 +- domains/saunear.json | 2 +- domains/saurabh-kirve.json | 2 +- domains/sayantan.json | 2 +- domains/school.json | 2 +- domains/schummler.json | 2 +- domains/scythemedia.json | 2 +- domains/sedat.json | 2 +- domains/sedat3344.json | 2 +- domains/seizedforge.json | 2 +- domains/senix.json | 2 +- domains/sephrost.json | 2 +- domains/seraphic.json | 2 +- domains/seriuos.json | 2 +- domains/sex.json | 2 +- domains/sgogov.json | 2 +- domains/sgyt.json | 2 +- domains/sh1nyhunt3r27.json | 2 +- domains/shabnam.json | 2 +- domains/shad.json | 2 +- domains/shamshitty.json | 2 +- domains/shaquib.json | 2 +- domains/sharan.json | 2 +- domains/shawty.json | 2 +- domains/shell.json | 2 +- domains/shiba.json | 2 +- domains/shilab.json | 2 +- domains/shivathmika.json | 2 +- domains/shizotechie.json | 2 +- domains/shmeeseeks.json | 2 +- domains/shobhit9945.json | 2 +- domains/shrek.json | 2 +- domains/shreya.json | 2 +- domains/shubhamkumar.json | 2 +- domains/shubhamverma.json | 2 +- domains/shuriken.json | 2 +- domains/sia.json | 2 +- domains/siddharthtewari.json | 2 +- domains/sigmassimo.json | 2 +- domains/silksp.json | 2 +- domains/sirens.json | 2 +- domains/sjlptpsnh.json | 2 +- domains/skillz.json | 2 +- domains/skydiver-web.json | 2 +- domains/skyopg.json | 2 +- domains/slashed.json | 2 +- domains/sneax.json | 2 +- domains/snipc.json | 2 +- domains/snippyivan.json | 2 +- domains/snippytech.json | 2 +- domains/snow.json | 2 +- domains/snowservice.json | 2 +- domains/snwsrv.json | 2 +- domains/sof009.json | 2 +- domains/sohamkansodaria.json | 2 +- domains/someshsrichandan.json | 2 +- domains/soup.json | 2 +- domains/spa.json | 2 +- domains/spaace.json | 2 +- domains/sparkfire298.json | 2 +- domains/sparkle.json | 2 +- domains/spd.json | 2 +- domains/spike.json | 2 +- domains/spill.json | 2 +- domains/splashy.json | 2 +- domains/spyminer.json | 2 +- domains/spynet.json | 2 +- domains/squaresmp.json | 2 +- domains/sreevikram.json | 2 +- domains/sser.json | 2 +- domains/sshdgjeienjdje.json | 2 +- domains/sso.nqdev.json | 2 +- domains/stamina.json | 2 +- domains/stanasx.json | 2 +- domains/stellar.json | 2 +- domains/stellaros.json | 2 +- domains/stodja.json | 2 +- domains/storm.json | 2 +- domains/strtsnm.json | 2 +- domains/stuffmaker.json | 2 +- domains/stx.json | 2 +- domains/su.json | 2 +- domains/sudi.json | 2 +- domains/sudo.json | 2 +- domains/sudosu.json | 2 +- domains/suhailahmed2627.json | 2 +- domains/sujan.json | 2 +- domains/sujandeb.json | 2 +- domains/suki.json | 2 +- domains/suleymanduzgun.json | 2 +- domains/supusr.json | 2 +- domains/suq3r.json | 2 +- domains/sxe.json | 2 +- domains/syedomershah.json | 2 +- domains/systemm32.json | 2 +- domains/tabanopro.json | 2 +- domains/takeshi.json | 2 +- domains/takudzwachiutaalenga.json | 2 +- domains/tanmayjaiswal.json | 2 +- domains/tariqul.json | 2 +- domains/tashvik.json | 2 +- domains/taufikmaulidi.json | 2 +- domains/tazmyan.json | 2 +- domains/tbhgodpro.json | 2 +- domains/tech-is-god.json | 2 +- domains/techhjork.json | 2 +- domains/techke.json | 2 +- domains/techpundit.json | 2 +- domains/techpunditke.json | 2 +- domains/tehpig.json | 2 +- domains/terraegg.json | 2 +- domains/test2214.json | 2 +- domains/test373.json | 2 +- domains/test849205.json | 2 +- domains/textures1245.json | 2 +- domains/thabanii.json | 2 +- domains/that.json | 2 +- domains/thatbigderp.json | 2 +- domains/thebestdeveloper.json | 2 +- domains/thedeveloper03.json | 2 +- domains/thedivided.json | 2 +- domains/thedt.json | 2 +- domains/theschoology.json | 2 +- domains/thetechguy.json | 2 +- domains/thisqoutedoesntexist.json | 2 +- domains/thordevs.json | 2 +- domains/thunder.json | 2 +- domains/tien.json | 2 +- domains/time.json | 2 +- domains/tin.json | 2 +- domains/tinergy.json | 2 +- domains/tinny.json | 2 +- domains/tm-incognito.json | 2 +- domains/toasta.json | 2 +- domains/topher.json | 2 +- domains/tosh.json | 2 +- domains/tpglitch.json | 2 +- domains/tpke.json | 2 +- domains/trailblazertech.json | 2 +- domains/trasadiyasmeet.json | 2 +- domains/trvs.json | 2 +- domains/trvsmusic.json | 2 +- domains/trypt.json | 2 +- domains/tw.json | 2 +- domains/twisted.json | 2 +- domains/tzvika.json | 2 +- domains/ukirio.json | 2 +- domains/ultrix.json | 2 +- domains/umar.json | 2 +- domains/unchained.json | 2 +- domains/unixtz.json | 2 +- domains/unknowncheats.json | 2 +- domains/urgent.afcu.json | 2 +- domains/urgent.afcubanking.json | 2 +- domains/user.nqdev.json | 2 +- domains/utility.icevixen.json | 2 +- domains/utkn.json | 2 +- domains/utsavsingh.json | 2 +- domains/va1dee.json | 2 +- domains/vaginessa.json | 2 +- domains/var.json | 2 +- domains/varun.json | 2 +- domains/varunhere.json | 2 +- domains/veer.json | 2 +- domains/venkateshpagdikar.json | 2 +- domains/verse.json | 2 +- domains/verstandlxs.json | 2 +- domains/vertex.json | 2 +- domains/vhd.json | 2 +- domains/vian.json | 2 +- domains/victoris.json | 2 +- domains/victorisgeek.json | 2 +- domains/vikkubaliga.json | 2 +- domains/vin-decoder.json | 2 +- domains/vincent-cly.json | 2 +- domains/vineet-khemnani.json | 2 +- domains/viraj.json | 2 +- domains/vishok.json | 2 +- domains/vishwa.json | 2 +- domains/visionavtr.json | 2 +- domains/vivek.2k.json | 2 +- domains/vleov.json | 2 +- domains/voidlesh.json | 2 +- domains/voldemort.json | 2 +- domains/voltic.json | 2 +- domains/voonyuan.json | 2 +- domains/vt-d.json | 2 +- domains/wang.json | 2 +- domains/wangjoui.json | 2 +- domains/wankhede.json | 2 +- domains/wap.json | 2 +- domains/warvan.json | 2 +- domains/web-design-zone.json | 2 +- domains/webmarshalls.json | 2 +- domains/whinny.json | 2 +- domains/wibu.json | 2 +- domains/williamsebastian.json | 2 +- domains/winniepat.json | 2 +- domains/wizard.json | 2 +- domains/wolflangtw.json | 2 +- domains/woxdev.json | 2 +- domains/www.amulyasingh.json | 2 +- domains/x3ric.json | 2 +- domains/xcut.json | 2 +- domains/xian.json | 2 +- domains/xiaozhe.json | 2 +- domains/xinfull.json | 2 +- domains/xkotelek.json | 2 +- domains/xorisx.json | 2 +- domains/xoronium.json | 2 +- domains/xorro.json | 2 +- domains/xram.json | 2 +- domains/xuanwu.json | 2 +- domains/yairmedina.json | 2 +- domains/yakisan.json | 2 +- domains/yash-khattar.json | 2 +- domains/yashwardhan.json | 2 +- domains/yc-gen.json | 2 +- domains/yef.json | 2 +- domains/yes.json | 2 +- domains/yieldray.json | 2 +- domains/yiyi.json | 2 +- domains/yoitsrt.json | 2 +- domains/yourmom.json | 2 +- domains/yousefzidan.json | 2 +- domains/youssef.json | 2 +- domains/yozie.json | 2 +- domains/yozieb.json | 2 +- domains/yozieeee.json | 2 +- domains/yt.amulyasingh.json | 2 +- domains/ytdl.mrj.json | 2 +- domains/yuki.json | 2 +- domains/yumi.json | 2 +- domains/yuyu.json | 2 +- domains/yyw.json | 2 +- domains/zenjahid.json | 2 +- domains/zephyr.json | 2 +- domains/zepvil.json | 2 +- domains/zeroratedtm.json | 2 +- domains/zh4ck.json | 2 +- domains/zhougonglai.json | 2 +- domains/zhxck.json | 2 +- domains/zirconiac.json | 2 +- domains/zizibibi.json | 2 +- domains/zoronium.json | 2 +- domains/zshmeta.json | 2 +- domains/ztrax.json | 2 +- domains/zwzodo.json | 2 +- domains/zye.json | 2 +- 1020 files changed, 1020 insertions(+), 1020 deletions(-) diff --git a/domains/0xaryan.json b/domains/0xaryan.json index aeeb2c4fc..8fd0b1d01 100644 --- a/domains/0xaryan.json +++ b/domains/0xaryan.json @@ -4,7 +4,7 @@ "email": "aryananandxic07@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/1024.json b/domains/1024.json index 457912853..d2301f533 100644 --- a/domains/1024.json +++ b/domains/1024.json @@ -4,7 +4,7 @@ "email": "cuiyang673308817@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/123.json b/domains/123.json index 529c35c6c..e12c4b72f 100644 --- a/domains/123.json +++ b/domains/123.json @@ -4,7 +4,7 @@ "email": "nurorust2023@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/1ly4s0.json b/domains/1ly4s0.json index c1b07732a..9e5d279f7 100644 --- a/domains/1ly4s0.json +++ b/domains/1ly4s0.json @@ -4,7 +4,7 @@ "email": "ilyaslamzouri2@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/21z.json b/domains/21z.json index 827a7ea01..755d4554f 100644 --- a/domains/21z.json +++ b/domains/21z.json @@ -4,7 +4,7 @@ "email": "hamdankalliyil@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/3kh0.json b/domains/3kh0.json index 0c3b4c076..33565c187 100644 --- a/domains/3kh0.json +++ b/domains/3kh0.json @@ -4,7 +4,7 @@ "email": "echo-the-coder@tuta.io" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/4kh0.json b/domains/4kh0.json index bfa0623b9..0f57515cc 100644 --- a/domains/4kh0.json +++ b/domains/4kh0.json @@ -4,7 +4,7 @@ "email": "ataharmolla@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/70a5.json b/domains/70a5.json index 99f2d8448..613a9726e 100644 --- a/domains/70a5.json +++ b/domains/70a5.json @@ -4,7 +4,7 @@ "email": "joas.van.der.eerden@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/9yma.net.json b/domains/9yma.net.json index 3bfd2f73f..71f8d57f0 100644 --- a/domains/9yma.net.json +++ b/domains/9yma.net.json @@ -4,7 +4,7 @@ "email": "anisaputry0708@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aadarshksingh.json b/domains/aadarshksingh.json index d4f64db9f..68f8e3a8f 100644 --- a/domains/aadarshksingh.json +++ b/domains/aadarshksingh.json @@ -4,7 +4,7 @@ "email": "aadarshkumarsingh198@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aakashcse.json b/domains/aakashcse.json index f29055f82..8380c0883 100644 --- a/domains/aakashcse.json +++ b/domains/aakashcse.json @@ -4,7 +4,7 @@ "email": "polsagyipols6@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aakrisht.json b/domains/aakrisht.json index 4ecc72ead..9712a5ffe 100644 --- a/domains/aakrisht.json +++ b/domains/aakrisht.json @@ -4,7 +4,7 @@ "email": "akrisht62@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aantarip.json b/domains/aantarip.json index fdca6031e..6c6f29227 100644 --- a/domains/aantarip.json +++ b/domains/aantarip.json @@ -4,7 +4,7 @@ "email": "aantaripdas@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aarav-puri.json b/domains/aarav-puri.json index 8e104b237..445f16aee 100644 --- a/domains/aarav-puri.json +++ b/domains/aarav-puri.json @@ -4,7 +4,7 @@ "email": "puri.aarav@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aarav.json b/domains/aarav.json index b744909bf..8ee2087f6 100644 --- a/domains/aarav.json +++ b/domains/aarav.json @@ -4,7 +4,7 @@ "email": "aarav54897@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aaron.json b/domains/aaron.json index 08726b68c..03a7c8804 100644 --- a/domains/aaron.json +++ b/domains/aaron.json @@ -4,7 +4,7 @@ "email": "d1qtwmsmdga@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aayush-bharti.json b/domains/aayush-bharti.json index a5f6f87e9..c1d541c64 100644 --- a/domains/aayush-bharti.json +++ b/domains/aayush-bharti.json @@ -4,7 +4,7 @@ "email": "aayushbh2002@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aayushbh.json b/domains/aayushbh.json index 0b1cdb994..0360db511 100644 --- a/domains/aayushbh.json +++ b/domains/aayushbh.json @@ -4,7 +4,7 @@ "email": "aayushbh2002@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aayushbharti.json b/domains/aayushbharti.json index 0b1cdb994..0360db511 100644 --- a/domains/aayushbharti.json +++ b/domains/aayushbharti.json @@ -4,7 +4,7 @@ "email": "aayushbh2002@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/abdel.json b/domains/abdel.json index cab8ce785..2133b7d3c 100644 --- a/domains/abdel.json +++ b/domains/abdel.json @@ -4,7 +4,7 @@ "email": "mb3202879@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/abdeljallil.json b/domains/abdeljallil.json index 0bfe2c46c..e709988a8 100644 --- a/domains/abdeljallil.json +++ b/domains/abdeljallil.json @@ -4,7 +4,7 @@ "email": "aleatoir3@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/abdo.json b/domains/abdo.json index 6adc0831c..35af4b450 100644 --- a/domains/abdo.json +++ b/domains/abdo.json @@ -4,7 +4,7 @@ "email": "ABDO199877@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/abhay.json b/domains/abhay.json index e86124761..62029aefb 100644 --- a/domains/abhay.json +++ b/domains/abhay.json @@ -4,7 +4,7 @@ "email": "illegalhacker2.0@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/abhijit.json b/domains/abhijit.json index 747e159da..d26b45d0e 100644 --- a/domains/abhijit.json +++ b/domains/abhijit.json @@ -4,7 +4,7 @@ "email": "abhiwa6@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/abhinav.json b/domains/abhinav.json index c0b04b27d..92a55747a 100644 --- a/domains/abhinav.json +++ b/domains/abhinav.json @@ -4,7 +4,7 @@ "email": "abhinavcool42@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/abhishekpanda.json b/domains/abhishekpanda.json index 103021ac7..d9f28916f 100644 --- a/domains/abhishekpanda.json +++ b/domains/abhishekpanda.json @@ -4,7 +4,7 @@ "email": "abxisxekpanda@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/abhishekpb.json b/domains/abhishekpb.json index f65db0321..0cf904664 100644 --- a/domains/abhishekpb.json +++ b/domains/abhishekpb.json @@ -4,7 +4,7 @@ "email": "studentabhishekpb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/abhishekyadav.json b/domains/abhishekyadav.json index 59b9a08a9..395fb22dc 100644 --- a/domains/abhishekyadav.json +++ b/domains/abhishekyadav.json @@ -4,7 +4,7 @@ "email": "devatjps@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/acto.json b/domains/acto.json index 263e78197..7322387dc 100644 --- a/domains/acto.json +++ b/domains/acto.json @@ -4,7 +4,7 @@ "email": "acton.clever@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ad1107.json b/domains/ad1107.json index 70d9295d3..06a4456f1 100644 --- a/domains/ad1107.json +++ b/domains/ad1107.json @@ -4,7 +4,7 @@ "email": "nguyenanhducxmen@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/adam.json b/domains/adam.json index bca392249..dacb2c10c 100644 --- a/domains/adam.json +++ b/domains/adam.json @@ -4,7 +4,7 @@ "email": "adam.yi.xu@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/adamousmer.json b/domains/adamousmer.json index 1f417a07c..7b5634f0b 100644 --- a/domains/adamousmer.json +++ b/domains/adamousmer.json @@ -4,7 +4,7 @@ "email": "aousmer03@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mx01.mail.icloud.com", "mx02.mail.icloud.com"], "TXT": "v=spf1 a mx ip4:217.174.245.249 include:icloud.com ~all" } diff --git a/domains/adarsh-a-inamdar.json b/domains/adarsh-a-inamdar.json index e13ae528c..72637a9e4 100644 --- a/domains/adarsh-a-inamdar.json +++ b/domains/adarsh-a-inamdar.json @@ -4,7 +4,7 @@ "email": "adarshinamdar2003@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/adeshsingh.json b/domains/adeshsingh.json index 0ca51bda7..6ccd389fb 100644 --- a/domains/adeshsingh.json +++ b/domains/adeshsingh.json @@ -4,7 +4,7 @@ "email": "akshworkmail@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/adioblu.json b/domains/adioblu.json index 0e3ead462..bb24f59d0 100644 --- a/domains/adioblu.json +++ b/domains/adioblu.json @@ -4,7 +4,7 @@ "email": "adyoblu2000@yahoo.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/adityabhattacharya.json b/domains/adityabhattacharya.json index 3f14149cd..ccc0759c1 100644 --- a/domains/adityabhattacharya.json +++ b/domains/adityabhattacharya.json @@ -4,7 +4,7 @@ "email": "utoprocess@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/adityakotha.json b/domains/adityakotha.json index f787d6cd4..16614ccc8 100644 --- a/domains/adityakotha.json +++ b/domains/adityakotha.json @@ -4,7 +4,7 @@ "email": "adityakotha2001@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/adityaredflag.json b/domains/adityaredflag.json index 16d679383..ba37bab6a 100644 --- a/domains/adityaredflag.json +++ b/domains/adityaredflag.json @@ -4,7 +4,7 @@ "email": "adi.redflag@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/adiy.json b/domains/adiy.json index 451552dd0..095ab4c57 100644 --- a/domains/adiy.json +++ b/domains/adiy.json @@ -4,7 +4,7 @@ "email": "ramanandyadav7650@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/adnanahmed.json b/domains/adnanahmed.json index ac6d25ac2..02389882c 100644 --- a/domains/adnanahmed.json +++ b/domains/adnanahmed.json @@ -4,7 +4,7 @@ "email": "khanadnanahmed01@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aeolus.json b/domains/aeolus.json index 76e6816dd..7f7f2630a 100644 --- a/domains/aeolus.json +++ b/domains/aeolus.json @@ -4,7 +4,7 @@ "email": "aeolusdeveloper@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aerial-ace1.json b/domains/aerial-ace1.json index 3cfb704dc..891c3981d 100644 --- a/domains/aerial-ace1.json +++ b/domains/aerial-ace1.json @@ -4,7 +4,7 @@ "email": "abhinav.pottigari@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/afcu.json b/domains/afcu.json index 14438577e..c84b867f5 100644 --- a/domains/afcu.json +++ b/domains/afcu.json @@ -4,7 +4,7 @@ "email": "rockkahan12@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ahaan.json b/domains/ahaan.json index 71e5a6572..1eba60d67 100644 --- a/domains/ahaan.json +++ b/domains/ahaan.json @@ -4,7 +4,7 @@ "email": "ahaansekhar1984@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aidan.json b/domains/aidan.json index 555fcbdc4..440354659 100644 --- a/domains/aidan.json +++ b/domains/aidan.json @@ -4,7 +4,7 @@ "email": "24aidanwhite@usd266.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ajlemon.json b/domains/ajlemon.json index f01e0357b..369030a99 100644 --- a/domains/ajlemon.json +++ b/domains/ajlemon.json @@ -4,7 +4,7 @@ "email": "jha.atharv27@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/akas.json b/domains/akas.json index 6e3eebef0..58c31194f 100644 --- a/domains/akas.json +++ b/domains/akas.json @@ -4,7 +4,7 @@ "email": "akasky70@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/akash.json b/domains/akash.json index ff5b01645..93efbb43e 100644 --- a/domains/akash.json +++ b/domains/akash.json @@ -4,7 +4,7 @@ "email": "squaresmp@asia.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/akshat.json b/domains/akshat.json index 5113df671..dcfc7a138 100644 --- a/domains/akshat.json +++ b/domains/akshat.json @@ -4,7 +4,7 @@ "email": "akshatmehta_14434@mpsjaipur.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/akshayashok.json b/domains/akshayashok.json index 75225c01f..8a125a296 100644 --- a/domains/akshayashok.json +++ b/domains/akshayashok.json @@ -4,7 +4,7 @@ "email": "akshayashok209@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/albuman.json b/domains/albuman.json index 84e78e300..9b04706fb 100644 --- a/domains/albuman.json +++ b/domains/albuman.json @@ -4,7 +4,7 @@ "email": "oliver.young4@student.education.wa.edu.au" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/alby.json b/domains/alby.json index 57d3ebe1e..8f78d839d 100644 --- a/domains/alby.json +++ b/domains/alby.json @@ -4,7 +4,7 @@ "email": "albinpraveen135790@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/alchion.json b/domains/alchion.json index 77592c7b8..b3b9535f9 100644 --- a/domains/alchion.json +++ b/domains/alchion.json @@ -4,7 +4,7 @@ "email": "pythonmc2021@163.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/alcyoneus.json b/domains/alcyoneus.json index a90eb77e5..04547dd69 100644 --- a/domains/alcyoneus.json +++ b/domains/alcyoneus.json @@ -4,7 +4,7 @@ "email": "datemage+xd1@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/alex-s.json b/domains/alex-s.json index 44cc30e86..f57bc8cd7 100644 --- a/domains/alex-s.json +++ b/domains/alex-s.json @@ -4,7 +4,7 @@ "email": "ultra980@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/alexcodesgames.json b/domains/alexcodesgames.json index f11299499..a00445000 100644 --- a/domains/alexcodesgames.json +++ b/domains/alexcodesgames.json @@ -4,7 +4,7 @@ "email": "alexPazder@hotmail.ca" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/alexr.json b/domains/alexr.json index d1147a63c..ca0678a85 100644 --- a/domains/alexr.json +++ b/domains/alexr.json @@ -4,7 +4,7 @@ "email": "amelia.R0se@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aliazhar.json b/domains/aliazhar.json index 358445ab5..e12586e58 100644 --- a/domains/aliazhar.json +++ b/domains/aliazhar.json @@ -4,7 +4,7 @@ "email": "aliazhar1906@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/alkadhumi.json b/domains/alkadhumi.json index 3f0a9bb45..28747a44d 100644 --- a/domains/alkadhumi.json +++ b/domains/alkadhumi.json @@ -4,7 +4,7 @@ "email": "alihassan7722@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amanda.json b/domains/amanda.json index 08cab2ff2..0bfbf72c1 100644 --- a/domains/amanda.json +++ b/domains/amanda.json @@ -4,7 +4,7 @@ "email": "at669@cornell.edu" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amar.json b/domains/amar.json index a72ca1285..e287fd4be 100644 --- a/domains/amar.json +++ b/domains/amar.json @@ -4,7 +4,7 @@ "email": "muhdamar4687@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amazing.devs.json b/domains/amazing.devs.json index 79426f3d7..c55b7045c 100644 --- a/domains/amazing.devs.json +++ b/domains/amazing.devs.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amazing.json b/domains/amazing.json index 79426f3d7..c55b7045c 100644 --- a/domains/amazing.json +++ b/domains/amazing.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amazingdev.json b/domains/amazingdev.json index 79426f3d7..c55b7045c 100644 --- a/domains/amazingdev.json +++ b/domains/amazingdev.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amazingdevel.json b/domains/amazingdevel.json index 79426f3d7..c55b7045c 100644 --- a/domains/amazingdevel.json +++ b/domains/amazingdevel.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amazingdevels.json b/domains/amazingdevels.json index 79426f3d7..c55b7045c 100644 --- a/domains/amazingdevels.json +++ b/domains/amazingdevels.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amazingdevs.json b/domains/amazingdevs.json index 79426f3d7..c55b7045c 100644 --- a/domains/amazingdevs.json +++ b/domains/amazingdevs.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ambon.json b/domains/ambon.json index ad97df8d3..95b7087b6 100644 --- a/domains/ambon.json +++ b/domains/ambon.json @@ -4,7 +4,7 @@ "email": "dci.reborn@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amelia.json b/domains/amelia.json index d1147a63c..ca0678a85 100644 --- a/domains/amelia.json +++ b/domains/amelia.json @@ -4,7 +4,7 @@ "email": "amelia.R0se@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ameysawant.json b/domains/ameysawant.json index 0658eb823..42bab9e6d 100644 --- a/domains/ameysawant.json +++ b/domains/ameysawant.json @@ -4,7 +4,7 @@ "email": "assawant06@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/amin.json b/domains/amin.json index 96add1396..758ed4071 100644 --- a/domains/amin.json +++ b/domains/amin.json @@ -4,7 +4,7 @@ "email": "mjmwtmjls@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ammy.json b/domains/ammy.json index 32f879584..768ac3d8b 100644 --- a/domains/ammy.json +++ b/domains/ammy.json @@ -4,7 +4,7 @@ "email": "codewithamey@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amodity.json b/domains/amodity.json index 26cbc9d64..f512addd8 100644 --- a/domains/amodity.json +++ b/domains/amodity.json @@ -4,7 +4,7 @@ "email": "nakpegiba.li@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amulyasingh.json b/domains/amulyasingh.json index 77aeb7865..f91fc50e4 100644 --- a/domains/amulyasingh.json +++ b/domains/amulyasingh.json @@ -4,7 +4,7 @@ "email": "amulyasingh370@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/amya.json b/domains/amya.json index 32f879584..768ac3d8b 100644 --- a/domains/amya.json +++ b/domains/amya.json @@ -4,7 +4,7 @@ "email": "codewithamey@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/anakhalal.json b/domains/anakhalal.json index 3bf40404c..52dca7685 100644 --- a/domains/anakhalal.json +++ b/domains/anakhalal.json @@ -4,7 +4,7 @@ "email": "blackfriday.xp@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/andrewstech.json b/domains/andrewstech.json index 06c4ac08f..fc229135b 100644 --- a/domains/andrewstech.json +++ b/domains/andrewstech.json @@ -4,7 +4,7 @@ "email": "andrew@win11react.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all", "MX": ["mail.is-a.dev"] } diff --git a/domains/andrewtest22.json b/domains/andrewtest22.json index b2c659267..4dd4aa718 100644 --- a/domains/andrewtest22.json +++ b/domains/andrewtest22.json @@ -4,7 +4,7 @@ "email": "is-a-dev@win11react.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/angi-talk.json b/domains/angi-talk.json index 5d2664cff..5237a8ae0 100644 --- a/domains/angi-talk.json +++ b/domains/angi-talk.json @@ -4,7 +4,7 @@ "email": "dguyard@student.42.fr" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/angi.json b/domains/angi.json index 5d2664cff..5237a8ae0 100644 --- a/domains/angi.json +++ b/domains/angi.json @@ -4,7 +4,7 @@ "email": "dguyard@student.42.fr" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/anjayy.json b/domains/anjayy.json index c1004942b..0962bc72c 100644 --- a/domains/anjayy.json +++ b/domains/anjayy.json @@ -4,7 +4,7 @@ "email": "macengbot@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ansh.json b/domains/ansh.json index 6fda717e2..6586a0beb 100644 --- a/domains/ansh.json +++ b/domains/ansh.json @@ -4,7 +4,7 @@ "email": "anshchouksey08@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/anshbhimani.json b/domains/anshbhimani.json index 168508a4f..2a831a2f4 100644 --- a/domains/anshbhimani.json +++ b/domains/anshbhimani.json @@ -4,7 +4,7 @@ "email": "anshbhimani2003@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/anto.json b/domains/anto.json index e66843a44..07bf9b7df 100644 --- a/domains/anto.json +++ b/domains/anto.json @@ -4,7 +4,7 @@ "email": "bollengier.antoine@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/antoine.json b/domains/antoine.json index e66843a44..07bf9b7df 100644 --- a/domains/antoine.json +++ b/domains/antoine.json @@ -4,7 +4,7 @@ "email": "bollengier.antoine@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/anujjamdade.json b/domains/anujjamdade.json index 612b3ff5d..6a5e935d3 100644 --- a/domains/anujjamdade.json +++ b/domains/anujjamdade.json @@ -4,7 +4,7 @@ "email": "jamdadeanuj@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/anurag.json b/domains/anurag.json index 1e937f41e..44fc3480b 100644 --- a/domains/anurag.json +++ b/domains/anurag.json @@ -4,7 +4,7 @@ "email": "singh.ask@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/apa.json b/domains/apa.json index e0542791b..0af1ce035 100644 --- a/domains/apa.json +++ b/domains/apa.json @@ -4,7 +4,7 @@ "email": "eagam0002@mymail.lausd.net" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/apanel.json b/domains/apanel.json index 779c3ad7e..92abded76 100644 --- a/domains/apanel.json +++ b/domains/apanel.json @@ -4,7 +4,7 @@ "email": "juhisharma0757@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/apexweb.json b/domains/apexweb.json index 583b71514..f8bf65999 100644 --- a/domains/apexweb.json +++ b/domains/apexweb.json @@ -4,7 +4,7 @@ "email": "sfahad4280@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/api.autoplay88.xyz.json b/domains/api.autoplay88.xyz.json index cfc41a65d..23651e099 100644 --- a/domains/api.autoplay88.xyz.json +++ b/domains/api.autoplay88.xyz.json @@ -4,7 +4,7 @@ "email": "pasakornpakjeera@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/apiwebserver.json b/domains/apiwebserver.json index ad97df8d3..95b7087b6 100644 --- a/domains/apiwebserver.json +++ b/domains/apiwebserver.json @@ -4,7 +4,7 @@ "email": "dci.reborn@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/app.allancoding.json b/domains/app.allancoding.json index 2deb8c97c..4f65b5437 100644 --- a/domains/app.allancoding.json +++ b/domains/app.allancoding.json @@ -6,7 +6,7 @@ "discord": "allancoding" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/appscom.json b/domains/appscom.json index 4822e0816..afd933cb3 100644 --- a/domains/appscom.json +++ b/domains/appscom.json @@ -4,7 +4,7 @@ "email": "eduardomp.mendoza@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/arafat.json b/domains/arafat.json index 1793b599a..1ca397c8f 100644 --- a/domains/arafat.json +++ b/domains/arafat.json @@ -4,7 +4,7 @@ "email": "codingwitharafat@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/araon.json b/domains/araon.json index a900700e1..cd8f38efe 100644 --- a/domains/araon.json +++ b/domains/araon.json @@ -4,7 +4,7 @@ "email": "soumik.ghosh1998@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/arctix.json b/domains/arctix.json index 3fc5cf560..4ff651cb4 100644 --- a/domains/arctix.json +++ b/domains/arctix.json @@ -4,7 +4,7 @@ "email": "sarbes60@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/argonnetworkmainframe.json b/domains/argonnetworkmainframe.json index 46797af02..cedc8673a 100644 --- a/domains/argonnetworkmainframe.json +++ b/domains/argonnetworkmainframe.json @@ -4,7 +4,7 @@ "email": "kimblercarter@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ark.json b/domains/ark.json index 6674f9466..5884b7d41 100644 --- a/domains/ark.json +++ b/domains/ark.json @@ -4,7 +4,7 @@ "email": "samarthghante.dev@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/arunodmanohara.json b/domains/arunodmanohara.json index 74a402204..0160f9183 100644 --- a/domains/arunodmanohara.json +++ b/domains/arunodmanohara.json @@ -4,7 +4,7 @@ "email": "arunodmanoharaofficial@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aryan.json b/domains/aryan.json index 05281c543..fbb497634 100644 --- a/domains/aryan.json +++ b/domains/aryan.json @@ -4,7 +4,7 @@ "email": "aryanmenghare@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ash.json b/domains/ash.json index 6152a1f7f..cc3425bd6 100644 --- a/domains/ash.json +++ b/domains/ash.json @@ -4,7 +4,7 @@ "email": "ashwinv4444@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ashey.json b/domains/ashey.json index bfd473234..7aadf3d34 100644 --- a/domains/ashey.json +++ b/domains/ashey.json @@ -4,7 +4,7 @@ "email": "aumanshk@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/asheyxd.json b/domains/asheyxd.json index bfd473234..7aadf3d34 100644 --- a/domains/asheyxd.json +++ b/domains/asheyxd.json @@ -4,7 +4,7 @@ "email": "aumanshk@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ashutoshgupta.json b/domains/ashutoshgupta.json index 64afb72c0..23111f240 100644 --- a/domains/ashutoshgupta.json +++ b/domains/ashutoshgupta.json @@ -4,7 +4,7 @@ "email": "aguptaworkspace@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ashvani-kumar.json b/domains/ashvani-kumar.json index 17afeab15..9944722b5 100644 --- a/domains/ashvani-kumar.json +++ b/domains/ashvani-kumar.json @@ -4,7 +4,7 @@ "email": "ashvani.gcpublic@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/asmin.json b/domains/asmin.json index a13d7cc92..11226af27 100644 --- a/domains/asmin.json +++ b/domains/asmin.json @@ -4,7 +4,7 @@ "email": "asmingiriofficial@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/asmo.json b/domains/asmo.json index de762a484..49c7b057a 100644 --- a/domains/asmo.json +++ b/domains/asmo.json @@ -4,7 +4,7 @@ "email": "jan.glomb1@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/astro.json b/domains/astro.json index 7c7961232..321420152 100644 --- a/domains/astro.json +++ b/domains/astro.json @@ -4,7 +4,7 @@ "email": "advait.nsj@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/atharv-jha.json b/domains/atharv-jha.json index f01e0357b..369030a99 100644 --- a/domains/atharv-jha.json +++ b/domains/atharv-jha.json @@ -4,7 +4,7 @@ "email": "jha.atharv27@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/atharvaupadhyay.json b/domains/atharvaupadhyay.json index d243d4020..3c7dc09cc 100644 --- a/domains/atharvaupadhyay.json +++ b/domains/atharvaupadhyay.json @@ -5,7 +5,7 @@ "email": "atharva.upadhyay1099@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com", "hosts.is-a.dev"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/athir.json b/domains/athir.json index ea712e13c..b9e5a416d 100644 --- a/domains/athir.json +++ b/domains/athir.json @@ -4,7 +4,7 @@ "email": "athir.aldefaie1@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/atuel.json b/domains/atuel.json index 8660097a1..5251ae8c8 100644 --- a/domains/atuel.json +++ b/domains/atuel.json @@ -4,7 +4,7 @@ "email": "stanasqwe@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/auuub.json b/domains/auuub.json index ddd70f4fc..873fd0888 100644 --- a/domains/auuub.json +++ b/domains/auuub.json @@ -4,7 +4,7 @@ "email": "gonzales.gabrielbaral+github@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/avikek.json b/domains/avikek.json index 6da227cf9..6ea85b620 100644 --- a/domains/avikek.json +++ b/domains/avikek.json @@ -4,7 +4,7 @@ "email": "abhishek.fodikar29@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aware.json b/domains/aware.json index e8e1899ce..6b0b6cba3 100644 --- a/domains/aware.json +++ b/domains/aware.json @@ -4,7 +4,7 @@ "email": "david.boltong@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ayaan.json b/domains/ayaan.json index 71c2d2acd..c059fac4c 100644 --- a/domains/ayaan.json +++ b/domains/ayaan.json @@ -4,7 +4,7 @@ "email": "dexjrdexjr@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/aymenjelassi.json b/domains/aymenjelassi.json index c98f7f421..3c16e3cf2 100644 --- a/domains/aymenjelassi.json +++ b/domains/aymenjelassi.json @@ -4,7 +4,7 @@ "email": "jelassiaymen094@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ayrox.json b/domains/ayrox.json index 1194d5dd7..eae9f974a 100644 --- a/domains/ayrox.json +++ b/domains/ayrox.json @@ -4,7 +4,7 @@ "email": "me@robinbridoux.fr" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ayushi.json b/domains/ayushi.json index e89ab5238..59581e1d1 100644 --- a/domains/ayushi.json +++ b/domains/ayushi.json @@ -4,7 +4,7 @@ "email": "ayushisaxena24111999@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ayushmann.json b/domains/ayushmann.json index 3de43983b..02ceb42e3 100644 --- a/domains/ayushmann.json +++ b/domains/ayushmann.json @@ -4,7 +4,7 @@ "email": "aayush.srivastava25@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/azul.json b/domains/azul.json index fe69cc94c..aa6eaf81c 100644 --- a/domains/azul.json +++ b/domains/azul.json @@ -4,7 +4,7 @@ "email": "TheRealGeoDash2019@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/b5i.json b/domains/b5i.json index e66843a44..07bf9b7df 100644 --- a/domains/b5i.json +++ b/domains/b5i.json @@ -4,7 +4,7 @@ "email": "bollengier.antoine@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/baba.json b/domains/baba.json index 6b83db4ba..892aaafd8 100644 --- a/domains/baba.json +++ b/domains/baba.json @@ -4,7 +4,7 @@ "email": "sangueotario@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/balls.json b/domains/balls.json index b158aaa9e..985ab99b5 100644 --- a/domains/balls.json +++ b/domains/balls.json @@ -4,7 +4,7 @@ "email": "halil_ismail@yahoo.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bampa.json b/domains/bampa.json index c061438ac..f1d92badb 100644 --- a/domains/bampa.json +++ b/domains/bampa.json @@ -4,7 +4,7 @@ "email": "rafinhabampa@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bangladesh.json b/domains/bangladesh.json index fbd218162..7573d364b 100644 --- a/domains/bangladesh.json +++ b/domains/bangladesh.json @@ -4,7 +4,7 @@ "email": "hemalfnmondal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bao.json b/domains/bao.json index 1d98a98d4..49cf955d7 100644 --- a/domains/bao.json +++ b/domains/bao.json @@ -4,7 +4,7 @@ "email": "thisismegiabao@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/baptiste.json b/domains/baptiste.json index 38e7e7271..e69ec7658 100644 --- a/domains/baptiste.json +++ b/domains/baptiste.json @@ -4,7 +4,7 @@ "email": "rouxbaptiste@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bashafk.json b/domains/bashafk.json index 9b3d3361d..0427a9844 100644 --- a/domains/bashafk.json +++ b/domains/bashafk.json @@ -4,7 +4,7 @@ "email": "OfficialIbrahimKhan2004@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bayu.json b/domains/bayu.json index 4d88b6558..bfa536e59 100644 --- a/domains/bayu.json +++ b/domains/bayu.json @@ -4,7 +4,7 @@ "email": "bayusimamora2008@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bd.json b/domains/bd.json index da9579258..894327497 100644 --- a/domains/bd.json +++ b/domains/bd.json @@ -4,7 +4,7 @@ "email": "asmaparvin019@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bdloser.json b/domains/bdloser.json index 45477ee8e..f86e1cfe6 100644 --- a/domains/bdloser.json +++ b/domains/bdloser.json @@ -4,7 +4,7 @@ "email": "ssh.mail.test@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bebo.json b/domains/bebo.json index ee06a6d1d..5aaa22c4a 100644 --- a/domains/bebo.json +++ b/domains/bebo.json @@ -4,7 +4,7 @@ "email": "bebogeorge2008@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/benjae.json b/domains/benjae.json index 712786f1a..68af12f91 100644 --- a/domains/benjae.json +++ b/domains/benjae.json @@ -4,7 +4,7 @@ "email": "benjaminang2009@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/bera.json b/domains/bera.json index 583cd07b1..e091ed45b 100644 --- a/domains/bera.json +++ b/domains/bera.json @@ -4,7 +4,7 @@ "email": "ybdanisik@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bharat.json b/domains/bharat.json index 093dcaee2..43e202f48 100644 --- a/domains/bharat.json +++ b/domains/bharat.json @@ -4,7 +4,7 @@ "email": "imbharat420@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bhavishya.json b/domains/bhavishya.json index 4e6c5d378..d6b775534 100644 --- a/domains/bhavishya.json +++ b/domains/bhavishya.json @@ -4,7 +4,7 @@ "email": "ghost25112006@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bigyan.json b/domains/bigyan.json index 118cfe41e..0f61eadae 100644 --- a/domains/bigyan.json +++ b/domains/bigyan.json @@ -4,7 +4,7 @@ "email": "callmebasistha@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bilalkhan.json b/domains/bilalkhan.json index 126087e49..cfcb500f5 100644 --- a/domains/bilalkhan.json +++ b/domains/bilalkhan.json @@ -4,7 +4,7 @@ "email": "iambekkie99@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bill.json b/domains/bill.json index daad64907..8706fb836 100644 --- a/domains/bill.json +++ b/domains/bill.json @@ -4,7 +4,7 @@ "email": "callmebill@billw.cn" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bitter-130.json b/domains/bitter-130.json index 2a9cfef4f..5b4d41179 100644 --- a/domains/bitter-130.json +++ b/domains/bitter-130.json @@ -4,7 +4,7 @@ "email": "devid.bitter.130@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bitter130.json b/domains/bitter130.json index 2a9cfef4f..5b4d41179 100644 --- a/domains/bitter130.json +++ b/domains/bitter130.json @@ -4,7 +4,7 @@ "email": "devid.bitter.130@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/blessingmwiti.json b/domains/blessingmwiti.json index fba1db140..5e1ec3e4e 100644 --- a/domains/blessingmwiti.json +++ b/domains/blessingmwiti.json @@ -4,7 +4,7 @@ "email": "blessingmwiti@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/blinx.json b/domains/blinx.json index 5cc427158..76a343980 100644 --- a/domains/blinx.json +++ b/domains/blinx.json @@ -4,7 +4,7 @@ "email": "blinxduh@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/blob.json b/domains/blob.json index 6fb11d7a9..780cfb73f 100644 --- a/domains/blob.json +++ b/domains/blob.json @@ -4,7 +4,7 @@ "email": "blob.dev@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/block.json b/domains/block.json index a21466fe4..2ed61d8bf 100644 --- a/domains/block.json +++ b/domains/block.json @@ -4,7 +4,7 @@ "email": "romain.tocsin@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } diff --git a/domains/blockchaindevpanther.json b/domains/blockchaindevpanther.json index 311226885..cd4fcebb4 100644 --- a/domains/blockchaindevpanther.json +++ b/domains/blockchaindevpanther.json @@ -4,7 +4,7 @@ "email": "zahidhassankalaroa104@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/blucifer.json b/domains/blucifer.json index da16bd99e..5f8a03253 100644 --- a/domains/blucifer.json +++ b/domains/blucifer.json @@ -4,7 +4,7 @@ "email": "blucifer1337@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/blue.json b/domains/blue.json index 2f9386f4a..a7276807d 100644 --- a/domains/blue.json +++ b/domains/blue.json @@ -4,7 +4,7 @@ "email": "ngolong1396@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bni.co.id.json b/domains/bni.co.id.json index a650d4c88..c68333ad3 100644 --- a/domains/bni.co.id.json +++ b/domains/bni.co.id.json @@ -4,7 +4,7 @@ "email": "csferdisambo2023@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bogdan.json b/domains/bogdan.json index 822b0d427..052d58fbe 100644 --- a/domains/bogdan.json +++ b/domains/bogdan.json @@ -4,7 +4,7 @@ "email": "hysbskyblockgod@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/boggy.json b/domains/boggy.json index 01ae7849e..5e831fa48 100644 --- a/domains/boggy.json +++ b/domains/boggy.json @@ -4,7 +4,7 @@ "email": "boggydev@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bongoshop.json b/domains/bongoshop.json index 0ee6b86bd..36fbb7faf 100644 --- a/domains/bongoshop.json +++ b/domains/bongoshop.json @@ -4,7 +4,7 @@ "email": "unixtz@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/booogle.json b/domains/booogle.json index 0ccd953d1..1bb7ac378 100644 --- a/domains/booogle.json +++ b/domains/booogle.json @@ -4,7 +4,7 @@ "email": "phu.hoa.dp@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/brahianf.json b/domains/brahianf.json index 507cf50ef..7786bb7b3 100644 --- a/domains/brahianf.json +++ b/domains/brahianf.json @@ -4,7 +4,7 @@ "email": "floresbrahian@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bread.json b/domains/bread.json index e16e859ba..cc9d2f0cc 100644 --- a/domains/bread.json +++ b/domains/bread.json @@ -4,7 +4,7 @@ "email": "hurvzee+partizao@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/brownvinci.json b/domains/brownvinci.json index 578104e67..6a695c34b 100644 --- a/domains/brownvinci.json +++ b/domains/brownvinci.json @@ -4,7 +4,7 @@ "email": "DigitalBrownVinci@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bruhx.json b/domains/bruhx.json index b9256f765..7cdeea243 100644 --- a/domains/bruhx.json +++ b/domains/bruhx.json @@ -4,7 +4,7 @@ "email": "pollyx73@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bumbleboss.json b/domains/bumbleboss.json index 9979ce838..c17fa6f6a 100644 --- a/domains/bumbleboss.json +++ b/domains/bumbleboss.json @@ -4,7 +4,7 @@ "email": "me@bumbleboss.xyz" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/byigit.json b/domains/byigit.json index 91445aac3..ba7ecefa4 100644 --- a/domains/byigit.json +++ b/domains/byigit.json @@ -4,7 +4,7 @@ "email": "c2228009@student.cankaya.edu.tr" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/bypass.jesgran.json b/domains/bypass.jesgran.json index f48e7a4c7..d59803ad1 100644 --- a/domains/bypass.jesgran.json +++ b/domains/bypass.jesgran.json @@ -4,7 +4,7 @@ "email": "calzdani20@libero.it" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/c22.json b/domains/c22.json index affe361a4..3d9b9f0f0 100644 --- a/domains/c22.json +++ b/domains/c22.json @@ -4,7 +4,7 @@ "email": "constclerc@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/caiden.json b/domains/caiden.json index d61673cba..eeaa4c360 100644 --- a/domains/caiden.json +++ b/domains/caiden.json @@ -4,7 +4,7 @@ "email": "iididhejejdj@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/caiden.xyz.json b/domains/caiden.xyz.json index d61673cba..eeaa4c360 100644 --- a/domains/caiden.xyz.json +++ b/domains/caiden.xyz.json @@ -4,7 +4,7 @@ "email": "iididhejejdj@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/caillou.json b/domains/caillou.json index 6e761d1bd..fc8302451 100644 --- a/domains/caillou.json +++ b/domains/caillou.json @@ -4,7 +4,7 @@ "email": "palpafett@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/cakihorse.json b/domains/cakihorse.json index fe8e1d290..d224836e1 100644 --- a/domains/cakihorse.json +++ b/domains/cakihorse.json @@ -4,7 +4,7 @@ "email": "cakihorse06@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/calamity.json b/domains/calamity.json index 1af848257..ad8ae16cb 100644 --- a/domains/calamity.json +++ b/domains/calamity.json @@ -4,7 +4,7 @@ "email": "krivojta@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/canarddu38.json b/domains/canarddu38.json index 1991f5841..5340083ce 100644 --- a/domains/canarddu38.json +++ b/domains/canarddu38.json @@ -4,7 +4,7 @@ "email": "julescanardcoin@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/carol3n.json b/domains/carol3n.json index 958d48639..f03bbd3e0 100644 --- a/domains/carol3n.json +++ b/domains/carol3n.json @@ -4,7 +4,7 @@ "email": "20cs031.caroline@sjec.ac.in" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ccnicebruh.json b/domains/ccnicebruh.json index 7e39ad87a..98d102505 100644 --- a/domains/ccnicebruh.json +++ b/domains/ccnicebruh.json @@ -4,7 +4,7 @@ "email": "tangkeehee2002@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/celestial.json b/domains/celestial.json index e3a354207..53c4070c4 100644 --- a/domains/celestial.json +++ b/domains/celestial.json @@ -4,7 +4,7 @@ "email": "buivanluong0204@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/cha0tic.json b/domains/cha0tic.json index 2ffd954f0..ed013d614 100644 --- a/domains/cha0tic.json +++ b/domains/cha0tic.json @@ -4,7 +4,7 @@ "email": "chaoticplayern1@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/chaaya.json b/domains/chaaya.json index 6f9c18be2..3a411528e 100644 --- a/domains/chaaya.json +++ b/domains/chaaya.json @@ -4,7 +4,7 @@ "email": "chaayagames@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/chandrabose.json b/domains/chandrabose.json index f5ee8d388..39ffd69d3 100644 --- a/domains/chandrabose.json +++ b/domains/chandrabose.json @@ -4,7 +4,7 @@ "email": "chandrabosep3112@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/charge.json b/domains/charge.json index bcf1da85f..dd8ac692b 100644 --- a/domains/charge.json +++ b/domains/charge.json @@ -4,7 +4,7 @@ "email": "wysockimichu@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/chasecraft.json b/domains/chasecraft.json index 0443ead1e..28f64803a 100644 --- a/domains/chasecraft.json +++ b/domains/chasecraft.json @@ -4,7 +4,7 @@ "email": "chase88gizmo@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/chesko.json b/domains/chesko.json index 85ccde693..8409d3d8d 100644 --- a/domains/chesko.json +++ b/domains/chesko.json @@ -4,7 +4,7 @@ "email": "franchesko77lacayo@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/chiutaalenga.json b/domains/chiutaalenga.json index 0a683c0c8..ec14e6dfd 100644 --- a/domains/chiutaalenga.json +++ b/domains/chiutaalenga.json @@ -4,7 +4,7 @@ "email": "takudzwachiutaalenga@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/chris8889.json b/domains/chris8889.json index c13ea4291..9d7d56c98 100644 --- a/domains/chris8889.json +++ b/domains/chris8889.json @@ -4,7 +4,7 @@ "email": "chris12089@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/christian.json b/domains/christian.json index b609db2e5..5a1ce84c4 100644 --- a/domains/christian.json +++ b/domains/christian.json @@ -4,7 +4,7 @@ "email": "christianhrose@outlook.dk" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/chriz.json b/domains/chriz.json index b70df0172..bacc387a4 100644 --- a/domains/chriz.json +++ b/domains/chriz.json @@ -4,7 +4,7 @@ "email": "weakmap@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/chyves.json b/domains/chyves.json index b28a77593..711e90c72 100644 --- a/domains/chyves.json +++ b/domains/chyves.json @@ -4,7 +4,7 @@ "email": "chyvescontact@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/cihatksm.json b/domains/cihatksm.json index 073417489..41f6de86c 100644 --- a/domains/cihatksm.json +++ b/domains/cihatksm.json @@ -4,7 +4,7 @@ "email": "cihatksm@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/clarex.json b/domains/clarex.json index 65313fade..48770ed20 100644 --- a/domains/clarex.json +++ b/domains/clarex.json @@ -4,7 +4,7 @@ "email": "erenclarex@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/clicpow.json b/domains/clicpow.json index 570d3436e..6b688af6d 100644 --- a/domains/clicpow.json +++ b/domains/clicpow.json @@ -4,7 +4,7 @@ "email": "clicpowytb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" } diff --git a/domains/cloneslist.aymo.json b/domains/cloneslist.aymo.json index 5db8bb2b2..19806f84c 100644 --- a/domains/cloneslist.aymo.json +++ b/domains/cloneslist.aymo.json @@ -4,7 +4,7 @@ "email": "ninecraftoff@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/closure.json b/domains/closure.json index f023bc218..fcabf6663 100644 --- a/domains/closure.json +++ b/domains/closure.json @@ -4,7 +4,7 @@ "email": "activateclosureyt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/clp.json b/domains/clp.json index f66c814c8..1bac13a9b 100644 --- a/domains/clp.json +++ b/domains/clp.json @@ -4,7 +4,7 @@ "email": "lchethas@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/clyde.json b/domains/clyde.json index ef63e3704..64059c478 100644 --- a/domains/clyde.json +++ b/domains/clyde.json @@ -4,7 +4,7 @@ "email": "5675mustafa5675@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/coco.json b/domains/coco.json index 14d20b629..53b005eb2 100644 --- a/domains/coco.json +++ b/domains/coco.json @@ -4,7 +4,7 @@ "email": "atharva.upadhyay1099@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/codershayan.json b/domains/codershayan.json index 918458d0c..765ebf55a 100644 --- a/domains/codershayan.json +++ b/domains/codershayan.json @@ -4,7 +4,7 @@ "email": "Shayan.y.malik@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/codingbobby.json b/domains/codingbobby.json index 24e71a812..530835aab 100644 --- a/domains/codingbobby.json +++ b/domains/codingbobby.json @@ -4,7 +4,7 @@ "email": "codingbobby+github@posteo.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/codingkitten.json b/domains/codingkitten.json index 72991d5ef..681ede4e9 100644 --- a/domains/codingkitten.json +++ b/domains/codingkitten.json @@ -4,7 +4,7 @@ "email": "124260@chrlyceumdelft.nl" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/colin.json b/domains/colin.json index 05d64bd3a..fb2826e1d 100644 --- a/domains/colin.json +++ b/domains/colin.json @@ -4,7 +4,7 @@ "email": "karlssoncolin628@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/computer.guy.json b/domains/computer.guy.json index 0b9799197..8453f137e 100644 --- a/domains/computer.guy.json +++ b/domains/computer.guy.json @@ -4,7 +4,7 @@ "email": "andrewhnolt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/computerguy.json b/domains/computerguy.json index 0b9799197..8453f137e 100644 --- a/domains/computerguy.json +++ b/domains/computerguy.json @@ -4,7 +4,7 @@ "email": "andrewhnolt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/constvar.json b/domains/constvar.json index e4d7af640..901d5d04d 100644 --- a/domains/constvar.json +++ b/domains/constvar.json @@ -4,7 +4,7 @@ "email": "LZT7@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/contact.foxsophia.json b/domains/contact.foxsophia.json index dbc06f980..64aab80a4 100644 --- a/domains/contact.foxsophia.json +++ b/domains/contact.foxsophia.json @@ -4,7 +4,7 @@ "email": "cchirrpy@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/convertlink.json b/domains/convertlink.json index e3a354207..53c4070c4 100644 --- a/domains/convertlink.json +++ b/domains/convertlink.json @@ -4,7 +4,7 @@ "email": "buivanluong0204@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/cplusplus.json b/domains/cplusplus.json index 890cbc6fb..81f8d6e79 100644 --- a/domains/cplusplus.json +++ b/domains/cplusplus.json @@ -4,7 +4,7 @@ "email": "matthew.e.organ@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/craftyy.json b/domains/craftyy.json index aef118697..f8ca44c89 100644 --- a/domains/craftyy.json +++ b/domains/craftyy.json @@ -4,7 +4,7 @@ "email": "tommomo3@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/crazyg.json b/domains/crazyg.json index ec67d741d..35fc017aa 100644 --- a/domains/crazyg.json +++ b/domains/crazyg.json @@ -4,7 +4,7 @@ "email": "huxiaodou768@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/creeper76.json b/domains/creeper76.json index d11e76cc6..4d2f115ed 100644 --- a/domains/creeper76.json +++ b/domains/creeper76.json @@ -5,7 +5,7 @@ "discord": "777694273319469057" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/creepycraft.json b/domains/creepycraft.json index 20a8992cc..d748cffdc 100644 --- a/domains/creepycraft.json +++ b/domains/creepycraft.json @@ -4,7 +4,7 @@ "email": "ndevnoname@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/crllect.json b/domains/crllect.json index a2a94a22b..08049af2f 100644 --- a/domains/crllect.json +++ b/domains/crllect.json @@ -4,7 +4,7 @@ "email": "crllect@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/csprance.json b/domains/csprance.json index e194eefa1..4fb6bddc6 100644 --- a/domains/csprance.json +++ b/domains/csprance.json @@ -4,7 +4,7 @@ "email": "chrissprance@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ctk.json b/domains/ctk.json index 073417489..41f6de86c 100644 --- a/domains/ctk.json +++ b/domains/ctk.json @@ -4,7 +4,7 @@ "email": "cihatksm@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/curse.json b/domains/curse.json index 834232292..ce0fd4d07 100644 --- a/domains/curse.json +++ b/domains/curse.json @@ -4,7 +4,7 @@ "email": "ike.welborn@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/cv.tomgxz.json b/domains/cv.tomgxz.json index 16af9991a..ec199e292 100644 --- a/domains/cv.tomgxz.json +++ b/domains/cv.tomgxz.json @@ -4,7 +4,7 @@ "email": "tomgxz138@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/d3vboi.json b/domains/d3vboi.json index cc135df1a..cbbec71a4 100644 --- a/domains/d3vboi.json +++ b/domains/d3vboi.json @@ -4,7 +4,7 @@ "email": "d3vboi@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/d4rabi.json b/domains/d4rabi.json index f86455c0f..8a0545dd8 100644 --- a/domains/d4rabi.json +++ b/domains/d4rabi.json @@ -4,7 +4,7 @@ "email": "fauzan.idalfithri@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dailycats.json b/domains/dailycats.json index 0ff8cb152..9cd922ee1 100644 --- a/domains/dailycats.json +++ b/domains/dailycats.json @@ -4,7 +4,7 @@ "email": "lrmn.dev@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/damned-support.json b/domains/damned-support.json index d8e48b60d..809dd2edc 100644 --- a/domains/damned-support.json +++ b/domains/damned-support.json @@ -4,7 +4,7 @@ "email": "kiwipointss555@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/danielliu.json b/domains/danielliu.json index cbbf23310..6c0c503f2 100644 --- a/domains/danielliu.json +++ b/domains/danielliu.json @@ -4,7 +4,7 @@ "email": "danielliu@berkeley.edu" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/darian.json b/domains/darian.json index 221284cf7..db4c9a500 100644 --- a/domains/darian.json +++ b/domains/darian.json @@ -4,7 +4,7 @@ "email": "Darian.mohaseb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/darkwaves.json b/domains/darkwaves.json index 991333b43..350baf4ac 100644 --- a/domains/darkwaves.json +++ b/domains/darkwaves.json @@ -4,7 +4,7 @@ "email": "jgi.vimukthi@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dasdadssad.json b/domains/dasdadssad.json index eeef95964..3efdad652 100644 --- a/domains/dasdadssad.json +++ b/domains/dasdadssad.json @@ -4,7 +4,7 @@ "email": "luleon252@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dasdebanna.json b/domains/dasdebanna.json index 56b94e2b7..54a7801e1 100644 --- a/domains/dasdebanna.json +++ b/domains/dasdebanna.json @@ -4,7 +4,7 @@ "email": "dasdebanna8@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dasshark.json b/domains/dasshark.json index d34afb123..43482054e 100644 --- a/domains/dasshark.json +++ b/domains/dasshark.json @@ -4,7 +4,7 @@ "email": "dassharkk@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dave.json b/domains/dave.json index 34926836b..a11efd044 100644 --- a/domains/dave.json +++ b/domains/dave.json @@ -4,7 +4,7 @@ "email": "ceodavee@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/davidxxd.json b/domains/davidxxd.json index db12836a1..380e5dc51 100644 --- a/domains/davidxxd.json +++ b/domains/davidxxd.json @@ -4,7 +4,7 @@ "email": "jorgedcrios@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dax.json b/domains/dax.json index 173a7017d..4ba989fb8 100644 --- a/domains/dax.json +++ b/domains/dax.json @@ -4,7 +4,7 @@ "email": "dandepan303@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ddn.json b/domains/ddn.json index 4e6649133..d2355bc6c 100644 --- a/domains/ddn.json +++ b/domains/ddn.json @@ -4,7 +4,7 @@ "email": "quanglong.vaait@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dea.json b/domains/dea.json index 0c3bbe6ad..3f6ce78fd 100644 --- a/domains/dea.json +++ b/domains/dea.json @@ -4,7 +4,7 @@ "email": "rollxhowns@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/declan.json b/domains/declan.json index 6621ea3ed..5886c6562 100644 --- a/domains/declan.json +++ b/domains/declan.json @@ -4,7 +4,7 @@ "email": "franklindudes21@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/deecoyz.json b/domains/deecoyz.json index c8bfa98db..986cfb613 100644 --- a/domains/deecoyz.json +++ b/domains/deecoyz.json @@ -4,7 +4,7 @@ "email": "swr86.a8z72.a38o4.qm65c.lt0bz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/deepesh.json b/domains/deepesh.json index edfc2aad1..9c5b61bd1 100644 --- a/domains/deepesh.json +++ b/domains/deepesh.json @@ -4,7 +4,7 @@ "email": "cycloneaddon@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/defalco64.json b/domains/defalco64.json index d4f64db9f..68f8e3a8f 100644 --- a/domains/defalco64.json +++ b/domains/defalco64.json @@ -4,7 +4,7 @@ "email": "aadarshkumarsingh198@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/denboy0123.json b/domains/denboy0123.json index 88ba97237..8d054ba67 100644 --- a/domains/denboy0123.json +++ b/domains/denboy0123.json @@ -4,7 +4,7 @@ "email": "pochtaproverka01@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } diff --git a/domains/denism.json b/domains/denism.json index a88cc1486..2e9b98169 100644 --- a/domains/denism.json +++ b/domains/denism.json @@ -4,7 +4,7 @@ "email": "lolhdselect@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/denizak.json b/domains/denizak.json index 628446cfc..7e05332b5 100644 --- a/domains/denizak.json +++ b/domains/denizak.json @@ -4,7 +4,7 @@ "email": "denizakya@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/denizbee.json b/domains/denizbee.json index 4ffd1f002..5d38e857e 100644 --- a/domains/denizbee.json +++ b/domains/denizbee.json @@ -4,7 +4,7 @@ "email": "denizbayramoglu@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/desteria.json b/domains/desteria.json index da03eab85..bc1ac50de 100644 --- a/domains/desteria.json +++ b/domains/desteria.json @@ -4,7 +4,7 @@ "email": "rakhakhairydarka801@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/devchaudhary.json b/domains/devchaudhary.json index be484a1cf..d366b0ae4 100644 --- a/domains/devchaudhary.json +++ b/domains/devchaudhary.json @@ -4,7 +4,7 @@ "email": "chaudhrytusar2000@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/devel.json b/domains/devel.json index 0883e9751..a0870ea7f 100644 --- a/domains/devel.json +++ b/domains/devel.json @@ -4,7 +4,7 @@ "email": "eatr577@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/devgd.json b/domains/devgd.json index f1fe2de5f..0e409ca14 100644 --- a/domains/devgd.json +++ b/domains/devgd.json @@ -4,7 +4,7 @@ "email": "devsteamgaming91@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/devpanther.json b/domains/devpanther.json index 311226885..cd4fcebb4 100644 --- a/domains/devpanther.json +++ b/domains/devpanther.json @@ -4,7 +4,7 @@ "email": "zahidhassankalaroa104@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/devs.json b/domains/devs.json index 79426f3d7..c55b7045c 100644 --- a/domains/devs.json +++ b/domains/devs.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dew.json b/domains/dew.json index 3fc9eef3b..0768b84d7 100644 --- a/domains/dew.json +++ b/domains/dew.json @@ -4,7 +4,7 @@ "email": "dewmortal.cod@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dex.explorer.json b/domains/dex.explorer.json index 37c8f42d3..654cc8514 100644 --- a/domains/dex.explorer.json +++ b/domains/dex.explorer.json @@ -4,7 +4,7 @@ "email": "gianl.veronese@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dexar.json b/domains/dexar.json index 824088eaf..2036f49b7 100644 --- a/domains/dexar.json +++ b/domains/dexar.json @@ -4,7 +4,7 @@ "email": "5675mustafa5675@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dhaloi.json b/domains/dhaloi.json index 2e8261da0..5a961ca8a 100644 --- a/domains/dhaloi.json +++ b/domains/dhaloi.json @@ -4,7 +4,7 @@ "email": "enis.salin@yaani.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dhiyazhar.json b/domains/dhiyazhar.json index b05413d33..1d1be6ab1 100644 --- a/domains/dhiyazhar.json +++ b/domains/dhiyazhar.json @@ -4,7 +4,7 @@ "email": "dhiyazhar@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/diego.json b/domains/diego.json index 931d7c143..e3b4c353a 100644 --- a/domains/diego.json +++ b/domains/diego.json @@ -4,7 +4,7 @@ "email": "diegohh0411@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dima.json b/domains/dima.json index 6dfb777d9..fb1875ee5 100644 --- a/domains/dima.json +++ b/domains/dima.json @@ -4,7 +4,7 @@ "email": "dimashahbari@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dincertekin.json b/domains/dincertekin.json index be51a3ca5..42601565e 100644 --- a/domains/dincertekin.json +++ b/domains/dincertekin.json @@ -4,7 +4,7 @@ "email": "dincertekin@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dinhq.json b/domains/dinhq.json index 75ffcc642..83db2cc7a 100644 --- a/domains/dinhq.json +++ b/domains/dinhq.json @@ -4,7 +4,7 @@ "email": "trinhdinhquy@iesschool.edu.vn" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/discord-corp.json b/domains/discord-corp.json index 2d7f80d6b..45c849919 100644 --- a/domains/discord-corp.json +++ b/domains/discord-corp.json @@ -4,7 +4,7 @@ "email": "zheng.joshua2@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/discord.amulyasingh.json b/domains/discord.amulyasingh.json index 77aeb7865..f91fc50e4 100644 --- a/domains/discord.amulyasingh.json +++ b/domains/discord.amulyasingh.json @@ -4,7 +4,7 @@ "email": "amulyasingh370@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/discusser.json b/domains/discusser.json index 6d944bc2e..fbf6af117 100644 --- a/domains/discusser.json +++ b/domains/discusser.json @@ -4,7 +4,7 @@ "email": "noobly321growing@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/divine.json b/domains/divine.json index 5facc13dd..5fc715d5b 100644 --- a/domains/divine.json +++ b/domains/divine.json @@ -4,7 +4,7 @@ "email": "adivinecit21@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/divyadesh.json b/domains/divyadesh.json index 1d3cb5c22..763f09c05 100644 --- a/domains/divyadesh.json +++ b/domains/divyadesh.json @@ -4,7 +4,7 @@ "email": "adeshsati24@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/divyansh.json b/domains/divyansh.json index 23b8705fe..7e6c2968b 100644 --- a/domains/divyansh.json +++ b/domains/divyansh.json @@ -4,7 +4,7 @@ "email": "divyanshv91@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dnoxl.json b/domains/dnoxl.json index 202e194ef..2872231e4 100644 --- a/domains/dnoxl.json +++ b/domains/dnoxl.json @@ -4,7 +4,7 @@ "email": "ifbimgamer@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dodinhphuc.json b/domains/dodinhphuc.json index 00f14b176..50d7d71a5 100644 --- a/domains/dodinhphuc.json +++ b/domains/dodinhphuc.json @@ -4,7 +4,7 @@ "email": "prepegasus1111@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/doge-v4-proxy.json b/domains/doge-v4-proxy.json index 11e781f9f..56c2cd6c5 100644 --- a/domains/doge-v4-proxy.json +++ b/domains/doge-v4-proxy.json @@ -4,7 +4,7 @@ "email": "alexander662022@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dogeleader.json b/domains/dogeleader.json index 11e781f9f..56c2cd6c5 100644 --- a/domains/dogeleader.json +++ b/domains/dogeleader.json @@ -4,7 +4,7 @@ "email": "alexander662022@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dogenetwork.json b/domains/dogenetwork.json index 11e781f9f..56c2cd6c5 100644 --- a/domains/dogenetwork.json +++ b/domains/dogenetwork.json @@ -4,7 +4,7 @@ "email": "alexander662022@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/domathdotid.json b/domains/domathdotid.json index a978b39c4..84c551334 100644 --- a/domains/domathdotid.json +++ b/domains/domathdotid.json @@ -4,7 +4,7 @@ "email": "admin@yukinoshita.web.id" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dominik.json b/domains/dominik.json index b50e14664..f76e83c5e 100644 --- a/domains/dominik.json +++ b/domains/dominik.json @@ -4,7 +4,7 @@ "email": "dominik@koch-bautechnik.de" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dott.json b/domains/dott.json index 5879c9cf6..06fae4fa7 100644 --- a/domains/dott.json +++ b/domains/dott.json @@ -4,7 +4,7 @@ "email": "antonamelin8@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/drastic.json b/domains/drastic.json index 4a5c732d4..19d5b1642 100644 --- a/domains/drastic.json +++ b/domains/drastic.json @@ -4,7 +4,7 @@ "email": "victiousroy@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/drasticroy.json b/domains/drasticroy.json index 4a5c732d4..19d5b1642 100644 --- a/domains/drasticroy.json +++ b/domains/drasticroy.json @@ -4,7 +4,7 @@ "email": "victiousroy@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/drenxhyliqi.json b/domains/drenxhyliqi.json index 5e5c9573d..cf1076cd1 100644 --- a/domains/drenxhyliqi.json +++ b/domains/drenxhyliqi.json @@ -4,7 +4,7 @@ "email": "drenxhyliqi3@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/drk-bot.json b/domains/drk-bot.json index d5103dfed..8a36390ab 100644 --- a/domains/drk-bot.json +++ b/domains/drk-bot.json @@ -4,7 +4,7 @@ "email": "wpmar027092@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/drmzahid.json b/domains/drmzahid.json index 311226885..cd4fcebb4 100644 --- a/domains/drmzahid.json +++ b/domains/drmzahid.json @@ -4,7 +4,7 @@ "email": "zahidhassankalaroa104@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/drv.su.json b/domains/drv.su.json index 7d2fd43c2..9cf9bc7dd 100644 --- a/domains/drv.su.json +++ b/domains/drv.su.json @@ -4,7 +4,7 @@ "email": "dhruvksuru@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dsgaasdgsdag.json b/domains/dsgaasdgsdag.json index d8e48b60d..809dd2edc 100644 --- a/domains/dsgaasdgsdag.json +++ b/domains/dsgaasdgsdag.json @@ -4,7 +4,7 @@ "email": "kiwipointss555@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dsgamer.json b/domains/dsgamer.json index 2b07a3083..66f4945ff 100644 --- a/domains/dsgamer.json +++ b/domains/dsgamer.json @@ -4,7 +4,7 @@ "email": "dgashost@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dulackmugi.json b/domains/dulackmugi.json index 7f8f27d28..1c1eb79c7 100644 --- a/domains/dulackmugi.json +++ b/domains/dulackmugi.json @@ -4,7 +4,7 @@ "email": "dulackmugi@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dwk.json b/domains/dwk.json index 8f91072cc..01be5e070 100644 --- a/domains/dwk.json +++ b/domains/dwk.json @@ -4,7 +4,7 @@ "email": "dwiki200304@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dxomg.json b/domains/dxomg.json index 28a90de7a..49197b78d 100644 --- a/domains/dxomg.json +++ b/domains/dxomg.json @@ -4,7 +4,7 @@ "email": "dxomgmyfriend@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/dynamic-homepage.json b/domains/dynamic-homepage.json index 59008a649..706cf81de 100644 --- a/domains/dynamic-homepage.json +++ b/domains/dynamic-homepage.json @@ -4,7 +4,7 @@ "email": "vs423502@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/eacbypasser.json b/domains/eacbypasser.json index f326ce02d..4ec611c5c 100644 --- a/domains/eacbypasser.json +++ b/domains/eacbypasser.json @@ -4,7 +4,7 @@ "email": "tyroxtech@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/echo.json b/domains/echo.json index bd8136ae6..56c9d4884 100644 --- a/domains/echo.json +++ b/domains/echo.json @@ -4,7 +4,7 @@ "email": "pleasedontaddmyemail@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/eclair.json b/domains/eclair.json index 8b2634452..b7844089f 100644 --- a/domains/eclair.json +++ b/domains/eclair.json @@ -4,7 +4,7 @@ "email": "fluffy@dmc.chat" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/eleger.json b/domains/eleger.json index d68d62010..17717ab2f 100644 --- a/domains/eleger.json +++ b/domains/eleger.json @@ -4,7 +4,7 @@ "email": "prakashmalwad8778999020@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/elementalst.json b/domains/elementalst.json index 581977216..044ab24b7 100644 --- a/domains/elementalst.json +++ b/domains/elementalst.json @@ -4,7 +4,7 @@ "email": "hamzafelashry12@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/eliteflix.json b/domains/eliteflix.json index 08eaac118..d05378754 100644 --- a/domains/eliteflix.json +++ b/domains/eliteflix.json @@ -4,7 +4,7 @@ "email": "heroku.1st.dyno@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/emmanuel.json b/domains/emmanuel.json index bb28a76c2..8383b6dde 100644 --- a/domains/emmanuel.json +++ b/domains/emmanuel.json @@ -4,7 +4,7 @@ "email": "21417080030624@cecytemorelos.edu.mx" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/emre.json b/domains/emre.json index 2fe4b8571..9ee037a56 100644 --- a/domains/emre.json +++ b/domains/emre.json @@ -4,7 +4,7 @@ "email": "emredurak01@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/erdogansad.json b/domains/erdogansad.json index b67b86ca0..a24740aeb 100644 --- a/domains/erdogansad.json +++ b/domains/erdogansad.json @@ -4,7 +4,7 @@ "email": "erdogan.sad@windowslive.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ericpessoa.json b/domains/ericpessoa.json index a25eb00fe..8fc334f68 100644 --- a/domains/ericpessoa.json +++ b/domains/ericpessoa.json @@ -4,7 +4,7 @@ "email": "pessoa.eric@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/erogemaster225.json b/domains/erogemaster225.json index 87e5a953a..c780dc9d5 100644 --- a/domains/erogemaster225.json +++ b/domains/erogemaster225.json @@ -4,7 +4,7 @@ "email": "nguyentrongsang123@yahoo.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/errornointernet.json b/domains/errornointernet.json index e13b74cd1..64c0b592f 100644 --- a/domains/errornointernet.json +++ b/domains/errornointernet.json @@ -4,7 +4,7 @@ "email": "error.nointernet@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/esemv-evan.json b/domains/esemv-evan.json index 2da9277a8..daba911f6 100644 --- a/domains/esemv-evan.json +++ b/domains/esemv-evan.json @@ -4,7 +4,7 @@ "email": "ruby.semaganda@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/essiessara.json b/domains/essiessara.json index 1797d71a5..55ab50927 100644 --- a/domains/essiessara.json +++ b/domains/essiessara.json @@ -4,7 +4,7 @@ "email": "esraaaebdelrehime@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/eternal.json b/domains/eternal.json index e743e85fc..c9de9ac55 100644 --- a/domains/eternal.json +++ b/domains/eternal.json @@ -4,7 +4,7 @@ "email": "marcacolwell@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/eternalnetwork.json b/domains/eternalnetwork.json index ea24f9fa7..6520e9f8e 100644 --- a/domains/eternalnetwork.json +++ b/domains/eternalnetwork.json @@ -4,7 +4,7 @@ "email": "neealdon3@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ethan.json b/domains/ethan.json index fb9e631cb..db3bc1d56 100644 --- a/domains/ethan.json +++ b/domains/ethan.json @@ -4,7 +4,7 @@ "email": "e@zurly.lol" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/eturbo.json b/domains/eturbo.json index 99ef594f1..417c49f46 100644 --- a/domains/eturbo.json +++ b/domains/eturbo.json @@ -4,7 +4,7 @@ "email": "huangalex409@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/everybody.json b/domains/everybody.json index e8e1899ce..6b0b6cba3 100644 --- a/domains/everybody.json +++ b/domains/everybody.json @@ -4,7 +4,7 @@ "email": "david.boltong@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ez.json b/domains/ez.json index 4e6a7710f..ae347f452 100644 --- a/domains/ez.json +++ b/domains/ez.json @@ -4,7 +4,7 @@ "email": "clicpowytb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/fahmifareed.json b/domains/fahmifareed.json index d99bcc637..54bfae242 100644 --- a/domains/fahmifareed.json +++ b/domains/fahmifareed.json @@ -4,7 +4,7 @@ "email": "fahmifareed@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/fakhri.json b/domains/fakhri.json index 0a7f76ef3..b85c97138 100644 --- a/domains/fakhri.json +++ b/domains/fakhri.json @@ -4,7 +4,7 @@ "email": "devoloper.fdmz17@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/farag.json b/domains/farag.json index 79426f3d7..c55b7045c 100644 --- a/domains/farag.json +++ b/domains/farag.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/fasdaa.json b/domains/fasdaa.json index ed8831943..7004eafa8 100644 --- a/domains/fasdaa.json +++ b/domains/fasdaa.json @@ -4,7 +4,7 @@ "email": "abdulkx06epic@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/felipesantos.json b/domains/felipesantos.json index 89a5dac07..b8f36f274 100644 --- a/domains/felipesantos.json +++ b/domains/felipesantos.json @@ -4,7 +4,7 @@ "email": "felipehasantosbusiness@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/femboy.json b/domains/femboy.json index d5e4eef55..dc7133f05 100644 --- a/domains/femboy.json +++ b/domains/femboy.json @@ -4,7 +4,7 @@ "email": "nuffimail33@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ffidhackseivathueppadi.json b/domains/ffidhackseivathueppadi.json index 019148936..db7c77a6f 100644 --- a/domains/ffidhackseivathueppadi.json +++ b/domains/ffidhackseivathueppadi.json @@ -4,7 +4,7 @@ "email": "suganyauvthanis@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ffidhackseivathueppadilinklinklinkanup.json b/domains/ffidhackseivathueppadilinklinklinkanup.json index 019148936..db7c77a6f 100644 --- a/domains/ffidhackseivathueppadilinklinklinkanup.json +++ b/domains/ffidhackseivathueppadilinklinklinkanup.json @@ -4,7 +4,7 @@ "email": "suganyauvthanis@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/filip-razek.json b/domains/filip-razek.json index dff9eb679..b0d361569 100644 --- a/domains/filip-razek.json +++ b/domains/filip-razek.json @@ -4,7 +4,7 @@ "email": "filip.razek@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/filo.json b/domains/filo.json index f5700b00f..93d0bdbd2 100644 --- a/domains/filo.json +++ b/domains/filo.json @@ -4,7 +4,7 @@ "email": "karka2-6@rambler.ru" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/fincho.json b/domains/fincho.json index 467b5683d..79fe83245 100644 --- a/domains/fincho.json +++ b/domains/fincho.json @@ -4,7 +4,7 @@ "email": "zeltux21@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/finny.json b/domains/finny.json index 8cea26add..991efa2b2 100644 --- a/domains/finny.json +++ b/domains/finny.json @@ -4,7 +4,7 @@ "email": "teganherring2016@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/firmware.json b/domains/firmware.json index ae300c14e..0ee9eb03b 100644 --- a/domains/firmware.json +++ b/domains/firmware.json @@ -4,7 +4,7 @@ "email": "netpaths@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/flame.json b/domains/flame.json index 69b6a7d4f..91c638477 100644 --- a/domains/flame.json +++ b/domains/flame.json @@ -4,7 +4,7 @@ "email": "neongamerflame@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/flex.json b/domains/flex.json index 185fc075b..1cac33ed4 100644 --- a/domains/flex.json +++ b/domains/flex.json @@ -4,7 +4,7 @@ "email": "dihanshahriar5@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/floppa.json b/domains/floppa.json index 86d69f171..5ff7a8db6 100644 --- a/domains/floppa.json +++ b/domains/floppa.json @@ -4,7 +4,7 @@ "email": "deniedaddicted@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/fluxate.json b/domains/fluxate.json index d46a972aa..52e753f4a 100644 --- a/domains/fluxate.json +++ b/domains/fluxate.json @@ -4,7 +4,7 @@ "email": "nxyylol@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/fmode.json b/domains/fmode.json index 7989d2960..5f82c9cac 100644 --- a/domains/fmode.json +++ b/domains/fmode.json @@ -4,7 +4,7 @@ "email": "jorti28@apps.pusd.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/fndn.json b/domains/fndn.json index 26396c245..79ac44dcf 100644 --- a/domains/fndn.json +++ b/domains/fndn.json @@ -4,7 +4,7 @@ "email": "Jayeshpoudel+ha@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/foo.json b/domains/foo.json index 819345531..ab10003aa 100644 --- a/domains/foo.json +++ b/domains/foo.json @@ -4,7 +4,7 @@ "email": "mkemalkorkmaz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/formuna.json b/domains/formuna.json index b91676b04..aa079b898 100644 --- a/domains/formuna.json +++ b/domains/formuna.json @@ -4,7 +4,7 @@ "email": "moonacula555555555@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/foxsophia.json b/domains/foxsophia.json index 6bfd62947..f725ff51f 100644 --- a/domains/foxsophia.json +++ b/domains/foxsophia.json @@ -4,7 +4,7 @@ "email": "cchirrpy@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } diff --git a/domains/freddy007.json b/domains/freddy007.json index 38a2dfbc3..d350676db 100644 --- a/domains/freddy007.json +++ b/domains/freddy007.json @@ -4,7 +4,7 @@ "email": "phoenixgibson007@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/friendslikebd.json b/domains/friendslikebd.json index 202c14640..a707fdd29 100644 --- a/domains/friendslikebd.json +++ b/domains/friendslikebd.json @@ -4,7 +4,7 @@ "email": "Akdipu258@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/frost.json b/domains/frost.json index 9675211db..f7f3e29e6 100644 --- a/domains/frost.json +++ b/domains/frost.json @@ -4,7 +4,7 @@ "email": "macio181@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": [ "v=spf1 a mx ip4:217.174.245.249 ~all", diff --git a/domains/fuentes.json b/domains/fuentes.json index 963f41076..aba332c26 100644 --- a/domains/fuentes.json +++ b/domains/fuentes.json @@ -4,7 +4,7 @@ "email": "gilbert.fuentes@ctu.edu.ph" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/furry.json b/domains/furry.json index e44bca5ef..8da97f979 100644 --- a/domains/furry.json +++ b/domains/furry.json @@ -4,7 +4,7 @@ "email": "furrycality@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/furrycality.json b/domains/furrycality.json index e44bca5ef..8da97f979 100644 --- a/domains/furrycality.json +++ b/domains/furrycality.json @@ -4,7 +4,7 @@ "email": "furrycality@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/futurex.json b/domains/futurex.json index 91845eeb9..9e6c0dd97 100644 --- a/domains/futurex.json +++ b/domains/futurex.json @@ -4,7 +4,7 @@ "email": "bebogeorge2008@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all" } diff --git a/domains/gabriel.json b/domains/gabriel.json index 5b87317f2..1016a4b6a 100644 --- a/domains/gabriel.json +++ b/domains/gabriel.json @@ -4,7 +4,7 @@ "email": "gabriel.reheb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gabrielyong.json b/domains/gabrielyong.json index 0a80ee3e2..089944506 100644 --- a/domains/gabrielyong.json +++ b/domains/gabrielyong.json @@ -4,7 +4,7 @@ "email": "gabrrrly@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/galaxyfps.riviox.json b/domains/galaxyfps.riviox.json index 9cac87a71..84ca66291 100644 --- a/domains/galaxyfps.riviox.json +++ b/domains/galaxyfps.riviox.json @@ -4,7 +4,7 @@ "email": "rivioxyt@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gapindang.json b/domains/gapindang.json index 4e01ccd01..907d20837 100644 --- a/domains/gapindang.json +++ b/domains/gapindang.json @@ -4,7 +4,7 @@ "email": "gavinku890@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gaurav87565.json b/domains/gaurav87565.json index bb4bb6705..78a731243 100644 --- a/domains/gaurav87565.json +++ b/domains/gaurav87565.json @@ -4,7 +4,7 @@ "email": "pavithrashreeuchil@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gauravg.json b/domains/gauravg.json index 104cf7ec5..a54a674f6 100644 --- a/domains/gauravg.json +++ b/domains/gauravg.json @@ -4,7 +4,7 @@ "email": "guptagaurav25608@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gauravgupta.json b/domains/gauravgupta.json index c195138ae..344d4b9f6 100644 --- a/domains/gauravgupta.json +++ b/domains/gauravgupta.json @@ -4,7 +4,7 @@ "email": "gauravgupta25608@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gauravgupta256.json b/domains/gauravgupta256.json index c195138ae..344d4b9f6 100644 --- a/domains/gauravgupta256.json +++ b/domains/gauravgupta256.json @@ -4,7 +4,7 @@ "email": "gauravgupta25608@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gautam.json b/domains/gautam.json index 5499c7091..11db77b8f 100644 --- a/domains/gautam.json +++ b/domains/gautam.json @@ -4,7 +4,7 @@ "email": "gautammehta0000@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gbot.json b/domains/gbot.json index 85de0ee08..8b3fe072d 100644 --- a/domains/gbot.json +++ b/domains/gbot.json @@ -4,7 +4,7 @@ "email": "stefano.delprete.08@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/geckopico.json b/domains/geckopico.json index 18274eb05..98c06df3d 100644 --- a/domains/geckopico.json +++ b/domains/geckopico.json @@ -4,7 +4,7 @@ "email": "david.iorlano@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/geenzo.json b/domains/geenzo.json index d3bb1f294..e664ffc84 100644 --- a/domains/geenzo.json +++ b/domains/geenzo.json @@ -4,7 +4,7 @@ "email": "geenzogamer164@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/genevera.json b/domains/genevera.json index fb7cdbfcc..35805d653 100644 --- a/domains/genevera.json +++ b/domains/genevera.json @@ -4,7 +4,7 @@ "email": "genevera.codes+github@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/gfn.json b/domains/gfn.json index c185299db..424b83cd4 100644 --- a/domains/gfn.json +++ b/domains/gfn.json @@ -4,7 +4,7 @@ "email": "kolimss1111@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ggio.json b/domains/ggio.json index 861dc18a1..811432f66 100644 --- a/domains/ggio.json +++ b/domains/ggio.json @@ -4,7 +4,7 @@ "email": "ds4667861@gmaiL.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } diff --git a/domains/ghalibcraft.json b/domains/ghalibcraft.json index 175737f67..930bc083e 100644 --- a/domains/ghalibcraft.json +++ b/domains/ghalibcraft.json @@ -4,7 +4,7 @@ "email": "ghalibmezeghiche2012@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ghfli.json b/domains/ghfli.json index 549637464..8796df0d1 100644 --- a/domains/ghfli.json +++ b/domains/ghfli.json @@ -4,7 +4,7 @@ "email": "newstart.infotech@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/giovannirapa.json b/domains/giovannirapa.json index 2547fd5a8..456522d66 100644 --- a/domains/giovannirapa.json +++ b/domains/giovannirapa.json @@ -4,7 +4,7 @@ "email": "rapagiovanni@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/git-hoe.json b/domains/git-hoe.json index d9bc3b672..5ebd4b3d1 100644 --- a/domains/git-hoe.json +++ b/domains/git-hoe.json @@ -4,7 +4,7 @@ "email": "haxer@disroot.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/git.json b/domains/git.json index f94d73b00..a4b5610d5 100644 --- a/domains/git.json +++ b/domains/git.json @@ -4,7 +4,7 @@ "email": "haxer@disroot.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/glqch.json b/domains/glqch.json index 40c87b49a..8e97ded1e 100644 --- a/domains/glqch.json +++ b/domains/glqch.json @@ -4,7 +4,7 @@ "email": "midoayoub778@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/goobric.json b/domains/goobric.json index 691ed004d..e3b992e5f 100644 --- a/domains/goobric.json +++ b/domains/goobric.json @@ -4,7 +4,7 @@ "email": "goobric@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gopalji.json b/domains/gopalji.json index 4af96d436..8fc8f6aef 100644 --- a/domains/gopalji.json +++ b/domains/gopalji.json @@ -4,7 +4,7 @@ "email": "contact@gopalji.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/gruu.json b/domains/gruu.json index 4fb62414f..031eea1a9 100644 --- a/domains/gruu.json +++ b/domains/gruu.json @@ -4,7 +4,7 @@ "email": "tirisxz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gskaff.json b/domains/gskaff.json index c136d65cc..6d9a9d572 100644 --- a/domains/gskaff.json +++ b/domains/gskaff.json @@ -4,7 +4,7 @@ "email": "bablutanwar160@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gunethra.json b/domains/gunethra.json index bdff37f3b..34cd3874d 100644 --- a/domains/gunethra.json +++ b/domains/gunethra.json @@ -4,7 +4,7 @@ "email": "gunethrarp1@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gurkirat.json b/domains/gurkirat.json index d483e6f65..5d3a86d0f 100644 --- a/domains/gurkirat.json +++ b/domains/gurkirat.json @@ -4,7 +4,7 @@ "email": "singh.gurkirat2707@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/gurubhai.json b/domains/gurubhai.json index 8d3b3dcf9..bd3a9672d 100644 --- a/domains/gurubhai.json +++ b/domains/gurubhai.json @@ -4,7 +4,7 @@ "email": "sahoogurucharan00@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" diff --git a/domains/gurubot.json b/domains/gurubot.json index eacdd0151..813932e1f 100644 --- a/domains/gurubot.json +++ b/domains/gurubot.json @@ -4,7 +4,7 @@ "email": "sahoogurucharan00@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/guyen.json b/domains/guyen.json index dc9a1a6e8..0cacdad5e 100644 --- a/domains/guyen.json +++ b/domains/guyen.json @@ -4,7 +4,7 @@ "email": "commanderguyen@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/h4sh.json b/domains/h4sh.json index 80175ae0f..23e2dea7c 100644 --- a/domains/h4sh.json +++ b/domains/h4sh.json @@ -4,7 +4,7 @@ "email": "contact@rzx.lol" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/halelui.json b/domains/halelui.json index 3a1e4dd00..f5abf567d 100644 --- a/domains/halelui.json +++ b/domains/halelui.json @@ -4,7 +4,7 @@ "email": "heroku.1st.dyno@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/halil.json b/domains/halil.json index b158aaa9e..985ab99b5 100644 --- a/domains/halil.json +++ b/domains/halil.json @@ -4,7 +4,7 @@ "email": "halil_ismail@yahoo.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/halokod.json b/domains/halokod.json index 8a226ac18..c2595f224 100644 --- a/domains/halokod.json +++ b/domains/halokod.json @@ -4,7 +4,7 @@ "email": "kralpasa1993@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/happyenderman.json b/domains/happyenderman.json index 3a963a66c..891654ba4 100644 --- a/domains/happyenderman.json +++ b/domains/happyenderman.json @@ -4,7 +4,7 @@ "email": "" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hariienesh.json b/domains/hariienesh.json index 40749ad91..5b51b7ced 100644 --- a/domains/hariienesh.json +++ b/domains/hariienesh.json @@ -4,7 +4,7 @@ "email": "hariienesh.cool@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/harry456.json b/domains/harry456.json index efcc66843..d4809aa7e 100644 --- a/domains/harry456.json +++ b/domains/harry456.json @@ -4,7 +4,7 @@ "email": "rientunr@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/harrystudy.json b/domains/harrystudy.json index 1245acb0c..2c19e31c1 100644 --- a/domains/harrystudy.json +++ b/domains/harrystudy.json @@ -4,7 +4,7 @@ "email": "dylanluong3@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/harrythenegro.json b/domains/harrythenegro.json index 1245acb0c..2c19e31c1 100644 --- a/domains/harrythenegro.json +++ b/domains/harrythenegro.json @@ -4,7 +4,7 @@ "email": "dylanluong3@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/harshrai.json b/domains/harshrai.json index 88c70f271..41023df24 100644 --- a/domains/harshrai.json +++ b/domains/harshrai.json @@ -4,7 +4,7 @@ "email": "harshrai1023@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/harukipy.json b/domains/harukipy.json index b499b191b..4d2011b26 100644 --- a/domains/harukipy.json +++ b/domains/harukipy.json @@ -4,7 +4,7 @@ "email": "aanandkrishna344@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hazelnut.json b/domains/hazelnut.json index da1dea79d..e3afe824d 100644 --- a/domains/hazelnut.json +++ b/domains/hazelnut.json @@ -4,7 +4,7 @@ "email": "hazelnutzhoney@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hazwana.json b/domains/hazwana.json index 08fba89fb..3e78f2175 100644 --- a/domains/hazwana.json +++ b/domains/hazwana.json @@ -4,7 +4,7 @@ "email": "n.hazwana@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hecterbonha.json b/domains/hecterbonha.json index a950457cf..3d5ed03cd 100644 --- a/domains/hecterbonha.json +++ b/domains/hecterbonha.json @@ -4,7 +4,7 @@ "email": "untungsoandryanto@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hehe.json b/domains/hehe.json index dce0e2fde..760ab6b4d 100644 --- a/domains/hehe.json +++ b/domains/hehe.json @@ -4,7 +4,7 @@ "email": "ramadanebrahim791@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/heindale.json b/domains/heindale.json index 3f3ec6c2d..83311efe7 100644 --- a/domains/heindale.json +++ b/domains/heindale.json @@ -4,7 +4,7 @@ "email": "danilanil123@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hekker.json b/domains/hekker.json index 31549d359..271862721 100644 --- a/domains/hekker.json +++ b/domains/hekker.json @@ -4,7 +4,7 @@ "email": "akhil.ambati@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hello.qqg00.json b/domains/hello.qqg00.json index 1651c390a..dd140730e 100644 --- a/domains/hello.qqg00.json +++ b/domains/hello.qqg00.json @@ -4,7 +4,7 @@ "email": "vx2dsk@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hellscaped.json b/domains/hellscaped.json index d35680282..b86506719 100644 --- a/domains/hellscaped.json +++ b/domains/hellscaped.json @@ -4,7 +4,7 @@ "email": "tappsyo@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hemal.json b/domains/hemal.json index fbd218162..7573d364b 100644 --- a/domains/hemal.json +++ b/domains/hemal.json @@ -4,7 +4,7 @@ "email": "hemalfnmondal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hemalmondal.json b/domains/hemalmondal.json index fbd218162..7573d364b 100644 --- a/domains/hemalmondal.json +++ b/domains/hemalmondal.json @@ -4,7 +4,7 @@ "email": "hemalfnmondal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hex4.json b/domains/hex4.json index 250bb45fa..d2b2cb0c2 100644 --- a/domains/hex4.json +++ b/domains/hex4.json @@ -4,7 +4,7 @@ "email": "nenex54@pm.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/heyjumanji.json b/domains/heyjumanji.json index 0f46636e9..a1fd687e9 100644 --- a/domains/heyjumanji.json +++ b/domains/heyjumanji.json @@ -4,7 +4,7 @@ "email": "madhuchutiya.unhinge650@silomails.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hidden.json b/domains/hidden.json index 64bacb24e..68e33121e 100644 --- a/domains/hidden.json +++ b/domains/hidden.json @@ -4,7 +4,7 @@ "email": "hijohn06@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hideko.json b/domains/hideko.json index 214efb721..82573dee4 100644 --- a/domains/hideko.json +++ b/domains/hideko.json @@ -4,7 +4,7 @@ "email": "hideko332200@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hilmysakti.json b/domains/hilmysakti.json index e0918a503..5df237b7b 100644 --- a/domains/hilmysakti.json +++ b/domains/hilmysakti.json @@ -4,7 +4,7 @@ "email": "abandel09@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/himanshusardana.json b/domains/himanshusardana.json index b0fb03a06..d67350783 100644 --- a/domains/himanshusardana.json +++ b/domains/himanshusardana.json @@ -4,7 +4,7 @@ "email": "himanshusardana2005@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hiro.json b/domains/hiro.json index 2d5225d7b..e18715373 100644 --- a/domains/hiro.json +++ b/domains/hiro.json @@ -4,7 +4,7 @@ "email": "phoenixmerlinwolf894@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hntr.json b/domains/hntr.json index 05aaaba31..83474d31e 100644 --- a/domains/hntr.json +++ b/domains/hntr.json @@ -4,7 +4,7 @@ "email": "forsynapse123@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/holgeb.json b/domains/holgeb.json index aa2798598..4c272d6f7 100644 --- a/domains/holgeb.json +++ b/domains/holgeb.json @@ -4,7 +4,7 @@ "email": "niklas.holke@gmx.de" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hosting-test.json b/domains/hosting-test.json index efb6f0325..4f6c3f917 100644 --- a/domains/hosting-test.json +++ b/domains/hosting-test.json @@ -4,7 +4,7 @@ "email": "is-a-dev@win11react.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/hosts.json b/domains/hosts.json index 63b4bc0bd..de21098ed 100644 --- a/domains/hosts.json +++ b/domains/hosts.json @@ -4,7 +4,7 @@ "email": "phenax5@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 mx a:mailx.is-a.dev ip4:217.174.245.249 ~all", "MX": ["mailx.is-a.dev"] } diff --git a/domains/hotdevs.json b/domains/hotdevs.json index 88b2f462d..51c54fde5 100644 --- a/domains/hotdevs.json +++ b/domains/hotdevs.json @@ -4,7 +4,7 @@ "email": "samzagamer4@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hotmayonaise.json b/domains/hotmayonaise.json index 5c3596baf..98d53fcad 100644 --- a/domains/hotmayonaise.json +++ b/domains/hotmayonaise.json @@ -4,7 +4,7 @@ "email": "roby123ted@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/houlton.json b/domains/houlton.json index 7a22a4955..8416f290e 100644 --- a/domains/houlton.json +++ b/domains/houlton.json @@ -4,7 +4,7 @@ "email": "ignhoulton@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/houxiaozhao.json b/domains/houxiaozhao.json index e21a4f4bc..219f19c40 100644 --- a/domains/houxiaozhao.json +++ b/domains/houxiaozhao.json @@ -4,7 +4,7 @@ "email": "891855179@qq.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hqmt.json b/domains/hqmt.json index 911a64a24..f936119b4 100644 --- a/domains/hqmt.json +++ b/domains/hqmt.json @@ -4,7 +4,7 @@ "email": "hoangquocminhthien@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hqmtgaming.json b/domains/hqmtgaming.json index 911a64a24..f936119b4 100644 --- a/domains/hqmtgaming.json +++ b/domains/hqmtgaming.json @@ -4,7 +4,7 @@ "email": "hoangquocminhthien@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/httphypixelnet.json b/domains/httphypixelnet.json index be6dd335e..6bf9f5a3f 100644 --- a/domains/httphypixelnet.json +++ b/domains/httphypixelnet.json @@ -4,7 +4,7 @@ "email": "intenstudios369@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/human.json b/domains/human.json index d816001f7..159774c53 100644 --- a/domains/human.json +++ b/domains/human.json @@ -4,7 +4,7 @@ "email": "limjunehyeop@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/huzaifa.json b/domains/huzaifa.json index 6491e9f65..ec7b5466d 100644 --- a/domains/huzaifa.json +++ b/domains/huzaifa.json @@ -4,7 +4,7 @@ "email": "tcs223647@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hvn.json b/domains/hvn.json index 103021ac7..d9f28916f 100644 --- a/domains/hvn.json +++ b/domains/hvn.json @@ -4,7 +4,7 @@ "email": "abxisxekpanda@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hydrogen.json b/domains/hydrogen.json index 4edc90efb..018e548a6 100644 --- a/domains/hydrogen.json +++ b/domains/hydrogen.json @@ -4,7 +4,7 @@ "email": "neealdon3@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hyno.json b/domains/hyno.json index f673873a4..f9b5121c7 100644 --- a/domains/hyno.json +++ b/domains/hyno.json @@ -4,7 +4,7 @@ "email": "hynoyt.ir@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/hypernexus.json b/domains/hypernexus.json index c9a36e211..36451cae8 100644 --- a/domains/hypernexus.json +++ b/domains/hypernexus.json @@ -4,7 +4,7 @@ "email": "phamvansau234@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/iammelvink.json b/domains/iammelvink.json index 4e735b50b..2cd62d523 100644 --- a/domains/iammelvink.json +++ b/domains/iammelvink.json @@ -4,7 +4,7 @@ "email": "46846457+iammelvink@users.noreply.github.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/iamunixtz.json b/domains/iamunixtz.json index 0ee6b86bd..36fbb7faf 100644 --- a/domains/iamunixtz.json +++ b/domains/iamunixtz.json @@ -4,7 +4,7 @@ "email": "unixtz@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/iceed.json b/domains/iceed.json index 1db3e314a..0327e8e2c 100644 --- a/domains/iceed.json +++ b/domains/iceed.json @@ -4,7 +4,7 @@ "email": "mj@naous.eu.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/icehead.json b/domains/icehead.json index 79da87deb..490cfebf0 100644 --- a/domains/icehead.json +++ b/domains/icehead.json @@ -4,7 +4,7 @@ "email": "heads.ice@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mx1.improvmx.com","mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/icevixen.json b/domains/icevixen.json index a7d7f03da..11ce7ceb0 100644 --- a/domains/icevixen.json +++ b/domains/icevixen.json @@ -4,7 +4,7 @@ "email": "f2v74yt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/icmecodes.json b/domains/icmecodes.json index 0c8158365..add0c6c15 100644 --- a/domains/icmecodes.json +++ b/domains/icmecodes.json @@ -4,7 +4,7 @@ "email": "icmedev@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/idkmaxii.json b/domains/idkmaxii.json index 177ce65ab..ba864a852 100644 --- a/domains/idkmaxii.json +++ b/domains/idkmaxii.json @@ -4,7 +4,7 @@ "email": "maximiliano.moldenhauer.r@marygraham.cl" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/idoli.json b/domains/idoli.json index f1c54b244..ce6510fe4 100644 --- a/domains/idoli.json +++ b/domains/idoli.json @@ -4,7 +4,7 @@ "email": "idoinschool@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/idrkwhotbh.json b/domains/idrkwhotbh.json index 71d8b86f5..bd5bd6704 100644 --- a/domains/idrkwhotbh.json +++ b/domains/idrkwhotbh.json @@ -4,7 +4,7 @@ "email": "nitronoobbros1@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ihk.json b/domains/ihk.json index 1d64d85fd..fa05957b0 100644 --- a/domains/ihk.json +++ b/domains/ihk.json @@ -4,7 +4,7 @@ "email": "simonecresswell@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ihkgpt.json b/domains/ihkgpt.json index 1d64d85fd..fa05957b0 100644 --- a/domains/ihkgpt.json +++ b/domains/ihkgpt.json @@ -4,7 +4,7 @@ "email": "simonecresswell@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ilakian.json b/domains/ilakian.json index f0cceb359..a0acb6a06 100644 --- a/domains/ilakian.json +++ b/domains/ilakian.json @@ -4,7 +4,7 @@ "email": "ilakiancs@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/imdew.json b/domains/imdew.json index 4b27eb5ce..becc7dc6e 100644 --- a/domains/imdew.json +++ b/domains/imdew.json @@ -4,7 +4,7 @@ "email": "zerolikecyber.2005@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/imdsamimakhter.json b/domains/imdsamimakhter.json index 24a0cb635..85ed004a4 100644 --- a/domains/imdsamimakhter.json +++ b/domains/imdsamimakhter.json @@ -4,7 +4,7 @@ "email": "mdsamimakhter2001@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/imran.json b/domains/imran.json index 4c4488762..931f387ff 100644 --- a/domains/imran.json +++ b/domains/imran.json @@ -4,7 +4,7 @@ "email": "romeorajkumar098@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/imron.json b/domains/imron.json index ad97df8d3..95b7087b6 100644 --- a/domains/imron.json +++ b/domains/imron.json @@ -4,7 +4,7 @@ "email": "dci.reborn@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/imu.json b/domains/imu.json index 4c4488762..931f387ff 100644 --- a/domains/imu.json +++ b/domains/imu.json @@ -4,7 +4,7 @@ "email": "romeorajkumar098@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/in3pire.json b/domains/in3pire.json index 26396c245..79ac44dcf 100644 --- a/domains/in3pire.json +++ b/domains/in3pire.json @@ -4,7 +4,7 @@ "email": "Jayeshpoudel+ha@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/inam.json b/domains/inam.json index f6288eb57..f81ae11d6 100644 --- a/domains/inam.json +++ b/domains/inam.json @@ -4,7 +4,7 @@ "email": "inamvkd@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/infinityhackers.json b/domains/infinityhackers.json index 1d64d85fd..fa05957b0 100644 --- a/domains/infinityhackers.json +++ b/domains/infinityhackers.json @@ -4,7 +4,7 @@ "email": "simonecresswell@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/interstellar.json b/domains/interstellar.json index 4941e43a1..6c986115d 100644 --- a/domains/interstellar.json +++ b/domains/interstellar.json @@ -4,7 +4,7 @@ "email": "pollardjackson@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/interstellar.ultrix.json b/domains/interstellar.ultrix.json index 4941e43a1..6c986115d 100644 --- a/domains/interstellar.ultrix.json +++ b/domains/interstellar.ultrix.json @@ -4,7 +4,7 @@ "email": "pollardjackson@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/is-a-dev-testing.json b/domains/is-a-dev-testing.json index efb6f0325..4f6c3f917 100644 --- a/domains/is-a-dev-testing.json +++ b/domains/is-a-dev-testing.json @@ -4,7 +4,7 @@ "email": "is-a-dev@win11react.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/isdwk.json b/domains/isdwk.json index 8f91072cc..01be5e070 100644 --- a/domains/isdwk.json +++ b/domains/isdwk.json @@ -4,7 +4,7 @@ "email": "dwiki200304@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/itsmenewbie03.json b/domains/itsmenewbie03.json index 38fa2b278..625e24f91 100644 --- a/domains/itsmenewbie03.json +++ b/domains/itsmenewbie03.json @@ -4,7 +4,7 @@ "email": "2101102516@student.buksu.edu.ph" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/j-x01.json b/domains/j-x01.json index 961a75e25..b45389d24 100644 --- a/domains/j-x01.json +++ b/domains/j-x01.json @@ -4,7 +4,7 @@ "email": "jvgvgaa@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/j-x1.json b/domains/j-x1.json index 961a75e25..b45389d24 100644 --- a/domains/j-x1.json +++ b/domains/j-x1.json @@ -4,7 +4,7 @@ "email": "jvgvgaa@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jahid.json b/domains/jahid.json index 7ef18a1bb..8c561f660 100644 --- a/domains/jahid.json +++ b/domains/jahid.json @@ -4,7 +4,7 @@ "email": "mdjahidul.haque.7@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jams.json b/domains/jams.json index 8a22fcf31..227d8af96 100644 --- a/domains/jams.json +++ b/domains/jams.json @@ -4,7 +4,7 @@ "email": "jamesmarke7@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jarren.json b/domains/jarren.json index 9a645719a..a0fda613b 100644 --- a/domains/jarren.json +++ b/domains/jarren.json @@ -4,7 +4,7 @@ "email": "jarrendirk4@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jasonthomas.json b/domains/jasonthomas.json index df9d6aaec..25fd6253b 100644 --- a/domains/jasonthomas.json +++ b/domains/jasonthomas.json @@ -4,7 +4,7 @@ "email": "slxppyznet18@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/javierpastore.json b/domains/javierpastore.json index 949d24085..bf621a217 100644 --- a/domains/javierpastore.json +++ b/domains/javierpastore.json @@ -4,7 +4,7 @@ "email": "619742721@qq.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jbugel.json b/domains/jbugel.json index 34d78a82f..c8a7b686d 100644 --- a/domains/jbugel.json +++ b/domains/jbugel.json @@ -4,7 +4,7 @@ "email": "jbugel.lol.github@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jim.json b/domains/jim.json index 1a252d948..bd5bc1e67 100644 --- a/domains/jim.json +++ b/domains/jim.json @@ -4,7 +4,7 @@ "email": "jimmy20180130@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jindx.json b/domains/jindx.json index cb678e640..11c92e898 100644 --- a/domains/jindx.json +++ b/domains/jindx.json @@ -4,7 +4,7 @@ "email": "dox.jin@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jjhjkhk.json b/domains/jjhjkhk.json index 515e9d62d..4f5013a75 100644 --- a/domains/jjhjkhk.json +++ b/domains/jjhjkhk.json @@ -4,7 +4,7 @@ "email": "furk4ncrowley@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jkb-bio.json b/domains/jkb-bio.json index 6becbfa66..a11940628 100644 --- a/domains/jkb-bio.json +++ b/domains/jkb-bio.json @@ -4,7 +4,7 @@ "email": "jkb@courvix.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/joaozeira.json b/domains/joaozeira.json index d9b58abf0..b0ef44d55 100644 --- a/domains/joaozeira.json +++ b/domains/joaozeira.json @@ -4,7 +4,7 @@ "email": "joaofelipegamer24@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jocke.json b/domains/jocke.json index 14ea2e4e7..e0e77c266 100644 --- a/domains/jocke.json +++ b/domains/jocke.json @@ -4,7 +4,7 @@ "email": "jockerider199@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/johndo.json b/domains/johndo.json index c0d7e398a..b7ca78fdf 100644 --- a/domains/johndo.json +++ b/domains/johndo.json @@ -4,7 +4,7 @@ "email": "27johnballenger@ucsstudent.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/johndoe.json b/domains/johndoe.json index 9c82c35a8..550a484c2 100644 --- a/domains/johndoe.json +++ b/domains/johndoe.json @@ -4,7 +4,7 @@ "email": "sai.pasumarthi@stu.argyleisd.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/johnmortan.json b/domains/johnmortan.json index 027bf71b7..f0d0eec46 100644 --- a/domains/johnmortan.json +++ b/domains/johnmortan.json @@ -4,7 +4,7 @@ "email": "eatr577@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jonas.json b/domains/jonas.json index 5f6e83824..24c743371 100644 --- a/domains/jonas.json +++ b/domains/jonas.json @@ -4,7 +4,7 @@ "email": "jonas.werner.nov1999@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jonnycodes.json b/domains/jonnycodes.json index 1a75c4201..b0dd430af 100644 --- a/domains/jonnycodes.json +++ b/domains/jonnycodes.json @@ -4,7 +4,7 @@ "email": "jonnygomez156@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jtgr.json b/domains/jtgr.json index 6becbfa66..a11940628 100644 --- a/domains/jtgr.json +++ b/domains/jtgr.json @@ -4,7 +4,7 @@ "email": "jkb@courvix.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/juliocesar.json b/domains/juliocesar.json index dfa58c444..6148b124e 100644 --- a/domains/juliocesar.json +++ b/domains/juliocesar.json @@ -4,7 +4,7 @@ "email": "julio.wisnieski@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jumanji.json b/domains/jumanji.json index b5c67df79..c354d0c6f 100644 --- a/domains/jumanji.json +++ b/domains/jumanji.json @@ -4,7 +4,7 @@ "email": "madhuchutiya.unhinge650@silomails.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/junior.json b/domains/junior.json index 6a05bf843..ac014dd71 100644 --- a/domains/junior.json +++ b/domains/junior.json @@ -4,7 +4,7 @@ "email": "junior4u@reborn.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/jupie.json b/domains/jupie.json index df329160e..2e3142c9d 100644 --- a/domains/jupie.json +++ b/domains/jupie.json @@ -4,7 +4,7 @@ "email": "mzkplayz1@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/justcody.json b/domains/justcody.json index 335897f2a..f9afe869c 100644 --- a/domains/justcody.json +++ b/domains/justcody.json @@ -4,7 +4,7 @@ "email": "julian.weinelt@outlook.de" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/justevil.json b/domains/justevil.json index f1d318bb4..c44d509b4 100644 --- a/domains/justevil.json +++ b/domains/justevil.json @@ -4,7 +4,7 @@ "email": "thatjustevil@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jv.json b/domains/jv.json index fbd218162..7573d364b 100644 --- a/domains/jv.json +++ b/domains/jv.json @@ -4,7 +4,7 @@ "email": "hemalfnmondal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jx-1.json b/domains/jx-1.json index 961a75e25..b45389d24 100644 --- a/domains/jx-1.json +++ b/domains/jx-1.json @@ -4,7 +4,7 @@ "email": "jvgvgaa@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jx1.json b/domains/jx1.json index 961a75e25..b45389d24 100644 --- a/domains/jx1.json +++ b/domains/jx1.json @@ -4,7 +4,7 @@ "email": "jvgvgaa@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/jz.json b/domains/jz.json index 2d7f80d6b..45c849919 100644 --- a/domains/jz.json +++ b/domains/jz.json @@ -4,7 +4,7 @@ "email": "zheng.joshua2@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kainer.json b/domains/kainer.json index 88da7ed41..c60567d15 100644 --- a/domains/kainer.json +++ b/domains/kainer.json @@ -4,7 +4,7 @@ "email": "kai.ner.h13r@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kalebhumpal.json b/domains/kalebhumpal.json index fe7ba826c..75304257c 100644 --- a/domains/kalebhumpal.json +++ b/domains/kalebhumpal.json @@ -4,7 +4,7 @@ "email": "kaleblub@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kamek.json b/domains/kamek.json index a63731287..01e8825f0 100644 --- a/domains/kamek.json +++ b/domains/kamek.json @@ -4,7 +4,7 @@ "email": "hidden_tuetle427@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kameyo.json b/domains/kameyo.json index 536882bb5..85f36e8db 100644 --- a/domains/kameyo.json +++ b/domains/kameyo.json @@ -4,7 +4,7 @@ "email": "kameyof@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kamilbienkowski.json b/domains/kamilbienkowski.json index 2c9cb61cc..1ee548cbb 100644 --- a/domains/kamilbienkowski.json +++ b/domains/kamilbienkowski.json @@ -4,7 +4,7 @@ "email": "kamiljan.bienkowski@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kamlendras.json b/domains/kamlendras.json index 334375cd2..59798a21b 100644 --- a/domains/kamlendras.json +++ b/domains/kamlendras.json @@ -4,7 +4,7 @@ "email": "ksinghpro@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/karan.json b/domains/karan.json index e0aa55e98..e79fdef54 100644 --- a/domains/karan.json +++ b/domains/karan.json @@ -4,7 +4,7 @@ "email": "karangamerz207@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/karanxidhu.json b/domains/karanxidhu.json index 2fa871989..39394c0b4 100644 --- a/domains/karanxidhu.json +++ b/domains/karanxidhu.json @@ -4,7 +4,7 @@ "email": "sidhu.karanjot22@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kasu.json b/domains/kasu.json index 1147cf6ca..437840057 100644 --- a/domains/kasu.json +++ b/domains/kasu.json @@ -4,7 +4,7 @@ "email": "trandanghien120@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kasuu.json b/domains/kasuu.json index 1147cf6ca..437840057 100644 --- a/domains/kasuu.json +++ b/domains/kasuu.json @@ -4,7 +4,7 @@ "email": "trandanghien120@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kaushal.json b/domains/kaushal.json index a8973434e..11a564a78 100644 --- a/domains/kaushal.json +++ b/domains/kaushal.json @@ -4,7 +4,7 @@ "email": "kaushalkishor10702@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kavinned.json b/domains/kavinned.json index 4f51eeb8c..d12a04d9d 100644 --- a/domains/kavinned.json +++ b/domains/kavinned.json @@ -4,7 +4,7 @@ "email": "kavin.ned@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kaze.json b/domains/kaze.json index 6882d844b..565b5d7ec 100644 --- a/domains/kaze.json +++ b/domains/kaze.json @@ -4,7 +4,7 @@ "email": "kazeapp2022@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/keczuu.json b/domains/keczuu.json index 2528e1357..622bd53ec 100644 --- a/domains/keczuu.json +++ b/domains/keczuu.json @@ -4,7 +4,7 @@ "email": "koteczek5184@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kelvinmjr707.json b/domains/kelvinmjr707.json index 6ac6d416e..9b3d13779 100644 --- a/domains/kelvinmjr707.json +++ b/domains/kelvinmjr707.json @@ -4,7 +4,7 @@ "email": "KelvinMJr707@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/kenanneo.json b/domains/kenanneo.json index ba0b2ff67..186e9d707 100644 --- a/domains/kenanneo.json +++ b/domains/kenanneo.json @@ -4,7 +4,7 @@ "email": "kenanneo2@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kenma.json b/domains/kenma.json index 9c2e889ea..8876a543d 100644 --- a/domains/kenma.json +++ b/domains/kenma.json @@ -4,7 +4,7 @@ "email": "shoyohosting@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/keyboarding-advanced-test.json b/domains/keyboarding-advanced-test.json index c8bfa98db..986cfb613 100644 --- a/domains/keyboarding-advanced-test.json +++ b/domains/keyboarding-advanced-test.json @@ -4,7 +4,7 @@ "email": "swr86.a8z72.a38o4.qm65c.lt0bz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kh.json b/domains/kh.json index 8c52380bf..311f80323 100644 --- a/domains/kh.json +++ b/domains/kh.json @@ -4,7 +4,7 @@ "email": "nguyendaikhang2000@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/khang.json b/domains/khang.json index 8c52380bf..311f80323 100644 --- a/domains/khang.json +++ b/domains/khang.json @@ -4,7 +4,7 @@ "email": "nguyendaikhang2000@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/khasan-tokhirov.json b/domains/khasan-tokhirov.json index bab8fcb07..c9d227101 100644 --- a/domains/khasan-tokhirov.json +++ b/domains/khasan-tokhirov.json @@ -4,7 +4,7 @@ "email": "khasan.tokhirov@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kime.json b/domains/kime.json index 7b1cf343d..a59158a93 100644 --- a/domains/kime.json +++ b/domains/kime.json @@ -4,7 +4,7 @@ "email": "mikeyhackjob21@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/kio.json b/domains/kio.json index aa607de87..3f6ad3c4e 100644 --- a/domains/kio.json +++ b/domains/kio.json @@ -4,7 +4,7 @@ "email": "yoruakio@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kira.json b/domains/kira.json index d749f0159..ba2f95c6f 100644 --- a/domains/kira.json +++ b/domains/kira.json @@ -4,7 +4,7 @@ "email": "jwan9714@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kitku.json b/domains/kitku.json index fbcd54660..9e301c185 100644 --- a/domains/kitku.json +++ b/domains/kitku.json @@ -4,7 +4,7 @@ "email": "kitku560@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/klarkc.json b/domains/klarkc.json index 92ea3bbee..5ad5e65bf 100644 --- a/domains/klarkc.json +++ b/domains/klarkc.json @@ -4,7 +4,7 @@ "email": "walkerleite490@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kno.json b/domains/kno.json index 331dd65d8..53bc364c3 100644 --- a/domains/kno.json +++ b/domains/kno.json @@ -4,7 +4,7 @@ "email": "markbekech@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kntlpop.json b/domains/kntlpop.json index e11842689..7921d30b1 100644 --- a/domains/kntlpop.json +++ b/domains/kntlpop.json @@ -4,7 +4,7 @@ "email": "suhujetlag5@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kodex.json b/domains/kodex.json index 0576cb7b0..efabd625a 100644 --- a/domains/kodex.json +++ b/domains/kodex.json @@ -4,7 +4,7 @@ "email": "3gareb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kofy.json b/domains/kofy.json index d428152dc..cf040f6f6 100644 --- a/domains/kofy.json +++ b/domains/kofy.json @@ -4,7 +4,7 @@ "email": "baki.sagir@ik.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/komovie.json b/domains/komovie.json index c0d7e398a..b7ca78fdf 100644 --- a/domains/komovie.json +++ b/domains/komovie.json @@ -4,7 +4,7 @@ "email": "27johnballenger@ucsstudent.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/komovies.json b/domains/komovies.json index c0d7e398a..b7ca78fdf 100644 --- a/domains/komovies.json +++ b/domains/komovies.json @@ -4,7 +4,7 @@ "email": "27johnballenger@ucsstudent.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/koopa.json b/domains/koopa.json index 1f0e4c88a..0ba154eb2 100644 --- a/domains/koopa.json +++ b/domains/koopa.json @@ -6,7 +6,7 @@ "discord": "koopakio" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/koopacode.json b/domains/koopacode.json index f0780f83b..6766676a3 100644 --- a/domains/koopacode.json +++ b/domains/koopacode.json @@ -4,7 +4,7 @@ "email": "AndrewLife92@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/koru.json b/domains/koru.json index 9f8b26a78..abe2a05ca 100644 --- a/domains/koru.json +++ b/domains/koru.json @@ -4,7 +4,7 @@ "email": "popetopotolo@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/koushik.json b/domains/koushik.json index e4d6a22d0..309eafe25 100644 --- a/domains/koushik.json +++ b/domains/koushik.json @@ -4,7 +4,7 @@ "email": "krishnan.koushik@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kramiikk.json b/domains/kramiikk.json index c2ee58540..92e7cb91e 100644 --- a/domains/kramiikk.json +++ b/domains/kramiikk.json @@ -4,7 +4,7 @@ "email": "hifund@yandex.ru" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/krazy.json b/domains/krazy.json index 535e1be04..157b62b8c 100644 --- a/domains/krazy.json +++ b/domains/krazy.json @@ -4,7 +4,7 @@ "email": "krazykleb@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kresswell.json b/domains/kresswell.json index 1d64d85fd..fa05957b0 100644 --- a/domains/kresswell.json +++ b/domains/kresswell.json @@ -4,7 +4,7 @@ "email": "simonecresswell@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kris.json b/domains/kris.json index b9a59ce51..145771d7c 100644 --- a/domains/kris.json +++ b/domains/kris.json @@ -4,7 +4,7 @@ "email": "krish732100@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/krish.json b/domains/krish.json index b9a59ce51..145771d7c 100644 --- a/domains/krish.json +++ b/domains/krish.json @@ -4,7 +4,7 @@ "email": "krish732100@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/krishna03.json b/domains/krishna03.json index b0d6cfdf9..fe5ae4302 100644 --- a/domains/krishna03.json +++ b/domains/krishna03.json @@ -4,7 +4,7 @@ "email": "Krishnabohra2013@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/krishna033.json b/domains/krishna033.json index b0d6cfdf9..fe5ae4302 100644 --- a/domains/krishna033.json +++ b/domains/krishna033.json @@ -4,7 +4,7 @@ "email": "Krishnabohra2013@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kryclopz.json b/domains/kryclopz.json index 0623d40b0..43c418f05 100644 --- a/domains/kryclopz.json +++ b/domains/kryclopz.json @@ -4,7 +4,7 @@ "email": "officialkryclopz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/krzysiu.json b/domains/krzysiu.json index 1dbbe498c..dd65edd13 100644 --- a/domains/krzysiu.json +++ b/domains/krzysiu.json @@ -4,7 +4,7 @@ "email": "krzysztof2011@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ksingh.json b/domains/ksingh.json index 70e186d41..179f4c18b 100644 --- a/domains/ksingh.json +++ b/domains/ksingh.json @@ -4,7 +4,7 @@ "email": "ksinghofficial@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kuat.json b/domains/kuat.json index c2ee58540..92e7cb91e 100644 --- a/domains/kuat.json +++ b/domains/kuat.json @@ -4,7 +4,7 @@ "email": "hifund@yandex.ru" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kurokami.json b/domains/kurokami.json index 5d5343f6c..2c9dcb890 100644 --- a/domains/kurokami.json +++ b/domains/kurokami.json @@ -4,7 +4,7 @@ "email": "honghongleong2@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kuzey.json b/domains/kuzey.json index 4af68c885..51b28e454 100644 --- a/domains/kuzey.json +++ b/domains/kuzey.json @@ -4,7 +4,7 @@ "email": "ardagokce0682@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kxden.json b/domains/kxden.json index 69928f92d..ce0949d8b 100644 --- a/domains/kxden.json +++ b/domains/kxden.json @@ -4,7 +4,7 @@ "email": "kadenfday91@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kyakou.json b/domains/kyakou.json index b9ff5cda5..95f22f401 100644 --- a/domains/kyakou.json +++ b/domains/kyakou.json @@ -4,7 +4,7 @@ "email": "ali_a19@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kyle.json b/domains/kyle.json index 323f6d50d..b4ff4361c 100644 --- a/domains/kyle.json +++ b/domains/kyle.json @@ -4,7 +4,7 @@ "email": "kyle@spectacledbear.ca" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/kylomaskgamer.json b/domains/kylomaskgamer.json index 6dcb5cf07..5449ad911 100644 --- a/domains/kylomaskgamer.json +++ b/domains/kylomaskgamer.json @@ -4,7 +4,7 @@ "email": "kyle@kavenv.net" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/l3g3n7.json b/domains/l3g3n7.json index 779c3ad7e..92abded76 100644 --- a/domains/l3g3n7.json +++ b/domains/l3g3n7.json @@ -4,7 +4,7 @@ "email": "juhisharma0757@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lacyx.json b/domains/lacyx.json index 8fd612db3..0cdd45522 100644 --- a/domains/lacyx.json +++ b/domains/lacyx.json @@ -4,7 +4,7 @@ "email": "nozoska@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/laluxx.json b/domains/laluxx.json index a557dda33..8aac87995 100644 --- a/domains/laluxx.json +++ b/domains/laluxx.json @@ -4,7 +4,7 @@ "email": "lorenzoaddamo10@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lamdev.json b/domains/lamdev.json index 33993fd19..83fdc615a 100644 --- a/domains/lamdev.json +++ b/domains/lamdev.json @@ -4,7 +4,7 @@ "email": "lamdev1212@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/lamfun.json b/domains/lamfun.json index 47705b87a..54422258d 100644 --- a/domains/lamfun.json +++ b/domains/lamfun.json @@ -4,7 +4,7 @@ "email": "ns6192295@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lamger.json b/domains/lamger.json index 47705b87a..54422258d 100644 --- a/domains/lamger.json +++ b/domains/lamger.json @@ -4,7 +4,7 @@ "email": "ns6192295@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lamgerr.json b/domains/lamgerr.json index 47705b87a..54422258d 100644 --- a/domains/lamgerr.json +++ b/domains/lamgerr.json @@ -4,7 +4,7 @@ "email": "ns6192295@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lamgerxd.json b/domains/lamgerxd.json index 47705b87a..54422258d 100644 --- a/domains/lamgerxd.json +++ b/domains/lamgerxd.json @@ -4,7 +4,7 @@ "email": "ns6192295@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lap.json b/domains/lap.json index 0959a03a3..e08febfd4 100644 --- a/domains/lap.json +++ b/domains/lap.json @@ -4,7 +4,7 @@ "email": "alexanderpaulwheeler15@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/latestnews.json b/domains/latestnews.json index 5310876c2..838134bac 100644 --- a/domains/latestnews.json +++ b/domains/latestnews.json @@ -4,7 +4,7 @@ "email": "utsavkarki244@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/latuh.json b/domains/latuh.json index f27f48e47..fe8e7d0ee 100644 --- a/domains/latuh.json +++ b/domains/latuh.json @@ -4,7 +4,7 @@ "email": "latitud@duck.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lcdled.json b/domains/lcdled.json index f46962cf3..85993512c 100644 --- a/domains/lcdled.json +++ b/domains/lcdled.json @@ -4,7 +4,7 @@ "email": "TheCatatomic@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/leander.json b/domains/leander.json index 830afa42b..812780aae 100644 --- a/domains/leander.json +++ b/domains/leander.json @@ -4,7 +4,7 @@ "email": "hellobubbles@tutanota.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/leawty.json b/domains/leawty.json index 32f988a70..c133d8dc9 100644 --- a/domains/leawty.json +++ b/domains/leawty.json @@ -4,7 +4,7 @@ "email": "gazihakan105@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/legalise.json b/domains/legalise.json index ef05dd9cf..b39362a36 100644 --- a/domains/legalise.json +++ b/domains/legalise.json @@ -4,7 +4,7 @@ "email": "rahibrahman1210@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/legend-sabbir.json b/domains/legend-sabbir.json index 5336ad16d..0dfcc44fa 100644 --- a/domains/legend-sabbir.json +++ b/domains/legend-sabbir.json @@ -4,7 +4,7 @@ "email": "sabbirhossain.trash@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lenn106.json b/domains/lenn106.json index a1fa37678..5436a8c28 100644 --- a/domains/lenn106.json +++ b/domains/lenn106.json @@ -4,7 +4,7 @@ "email": "lennongreyson@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lennymaxmine.json b/domains/lennymaxmine.json index a9a9023f0..6740aca7c 100644 --- a/domains/lennymaxmine.json +++ b/domains/lennymaxmine.json @@ -4,7 +4,7 @@ "email": "kurve_bots0z@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/leogoetz.json b/domains/leogoetz.json index 965db554d..af154117a 100644 --- a/domains/leogoetz.json +++ b/domains/leogoetz.json @@ -4,7 +4,7 @@ "email": "leo.goetz2008@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lh.json b/domains/lh.json index 8ec9378e2..46ebd4e13 100644 --- a/domains/lh.json +++ b/domains/lh.json @@ -4,7 +4,7 @@ "email": "arieslovespiggies@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/liam-h.json b/domains/liam-h.json index 730b67cc0..9b0d635b5 100644 --- a/domains/liam-h.json +++ b/domains/liam-h.json @@ -4,7 +4,7 @@ "email": "liam.hedin.pro@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/littleneko.json b/domains/littleneko.json index dc479464a..143add315 100644 --- a/domains/littleneko.json +++ b/domains/littleneko.json @@ -4,7 +4,7 @@ "email": "mrdriveappstudios@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/llko.json b/domains/llko.json index 9c3d6d741..345c40265 100644 --- a/domains/llko.json +++ b/domains/llko.json @@ -4,7 +4,7 @@ "email": "yo1sefooop@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lodestone.json b/domains/lodestone.json index d61673cba..eeaa4c360 100644 --- a/domains/lodestone.json +++ b/domains/lodestone.json @@ -4,7 +4,7 @@ "email": "iididhejejdj@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/logan2005.json b/domains/logan2005.json index 4c2608f70..3d59d5654 100644 --- a/domains/logan2005.json +++ b/domains/logan2005.json @@ -4,7 +4,7 @@ "email": "logannorman2005@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/loganpaxton.json b/domains/loganpaxton.json index d7f39ed3a..3d464b76a 100644 --- a/domains/loganpaxton.json +++ b/domains/loganpaxton.json @@ -4,7 +4,7 @@ "email": "Logan.paxton864@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/logxnic.json b/domains/logxnic.json index 6b202bd48..cbc953a16 100644 --- a/domains/logxnic.json +++ b/domains/logxnic.json @@ -4,7 +4,7 @@ "email": "loganlarwood2019@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lol.squaresmp.json b/domains/lol.squaresmp.json index ff5b01645..93efbb43e 100644 --- a/domains/lol.squaresmp.json +++ b/domains/lol.squaresmp.json @@ -4,7 +4,7 @@ "email": "squaresmp@asia.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lolz.json b/domains/lolz.json index 382db9e27..be4dc5d57 100644 --- a/domains/lolz.json +++ b/domains/lolz.json @@ -4,7 +4,7 @@ "email": "lolzthegreat.0223@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lordwolfy.json b/domains/lordwolfy.json index 6a9de49ee..e416ea24f 100644 --- a/domains/lordwolfy.json +++ b/domains/lordwolfy.json @@ -4,7 +4,7 @@ "email": "jaialders2009@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lori28167.json b/domains/lori28167.json index 8bc14c5de..82ee22b45 100644 --- a/domains/lori28167.json +++ b/domains/lori28167.json @@ -4,7 +4,7 @@ "email": "lorenzo.cozzaglio@outlook.it" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lotra.json b/domains/lotra.json index cb7be3d60..b55c242eb 100644 --- a/domains/lotra.json +++ b/domains/lotra.json @@ -4,7 +4,7 @@ "email": "natashalotra@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lsy.json b/domains/lsy.json index 4a3a18d93..0d25bd14a 100644 --- a/domains/lsy.json +++ b/domains/lsy.json @@ -4,7 +4,7 @@ "email": "1945934866@qq.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lucaforever.json b/domains/lucaforever.json index 8b3527cbe..f96f97c0a 100644 --- a/domains/lucaforever.json +++ b/domains/lucaforever.json @@ -4,7 +4,7 @@ "email": "scorpinyesyeson@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lucas.json b/domains/lucas.json index 4141e8c24..04c1f171e 100644 --- a/domains/lucas.json +++ b/domains/lucas.json @@ -4,7 +4,7 @@ "email": "lucasncolombo@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lucassaud.json b/domains/lucassaud.json index 677def921..fb84f931c 100644 --- a/domains/lucassaud.json +++ b/domains/lucassaud.json @@ -4,7 +4,7 @@ "email": "lucassaud9@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lucid.json b/domains/lucid.json index 51d499c9f..996ad50d6 100644 --- a/domains/lucid.json +++ b/domains/lucid.json @@ -4,7 +4,7 @@ "email": "lucideds@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/luishdez.json b/domains/luishdez.json index dfe44b8d2..44e794b19 100644 --- a/domains/luishdez.json +++ b/domains/luishdez.json @@ -4,7 +4,7 @@ "email": "luis.munoz.hdez@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/luminexcloud.json b/domains/luminexcloud.json index 11cf96777..41cceab6f 100644 --- a/domains/luminexcloud.json +++ b/domains/luminexcloud.json @@ -4,7 +4,7 @@ "email": "spacersmp@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lumix.json b/domains/lumix.json index f0bf1a8cf..d3a5aa13e 100644 --- a/domains/lumix.json +++ b/domains/lumix.json @@ -4,7 +4,7 @@ "email": "lumixofficiel@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lunacharm.json b/domains/lunacharm.json index 90b323fe6..89bc19c9b 100644 --- a/domains/lunacharm.json +++ b/domains/lunacharm.json @@ -4,7 +4,7 @@ "email": "gutipro13t@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/luqmanity.json b/domains/luqmanity.json index 55e8f37d3..618bfe59a 100644 --- a/domains/luqmanity.json +++ b/domains/luqmanity.json @@ -4,7 +4,7 @@ "email": "luqman.yazrie@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/luzivr.json b/domains/luzivr.json index 131aef652..7f6a4bc9f 100644 --- a/domains/luzivr.json +++ b/domains/luzivr.json @@ -4,7 +4,7 @@ "email": "jdvanlear@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/lwes.json b/domains/lwes.json index 2670b6624..0cb361cc0 100644 --- a/domains/lwes.json +++ b/domains/lwes.json @@ -4,7 +4,7 @@ "email": "lwescontactyt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/m-avila.json b/domains/m-avila.json index d5507011d..0017b673c 100644 --- a/domains/m-avila.json +++ b/domains/m-avila.json @@ -4,7 +4,7 @@ "email": "marianoavilaj4@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/maceng.json b/domains/maceng.json index c1004942b..0962bc72c 100644 --- a/domains/maceng.json +++ b/domains/maceng.json @@ -4,7 +4,7 @@ "email": "macengbot@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/machi.json b/domains/machi.json index cb37ad1ce..044b55d86 100644 --- a/domains/machi.json +++ b/domains/machi.json @@ -4,7 +4,7 @@ "email": "ocubrisme@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mafarag.json b/domains/mafarag.json index 79426f3d7..c55b7045c 100644 --- a/domains/mafarag.json +++ b/domains/mafarag.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/magdi.json b/domains/magdi.json index ecc90682b..1ef3bd905 100644 --- a/domains/magdi.json +++ b/domains/magdi.json @@ -4,7 +4,7 @@ "email": "ahmed.magdi@msn.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mageclient.json b/domains/mageclient.json index 5f4364d63..91ee1230b 100644 --- a/domains/mageclient.json +++ b/domains/mageclient.json @@ -4,7 +4,7 @@ "email": "mageclienttt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mahfuz.json b/domains/mahfuz.json index 0def90f46..5b114b6ac 100644 --- a/domains/mahfuz.json +++ b/domains/mahfuz.json @@ -4,7 +4,7 @@ "email": "manjulkhatter01@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/maikeru.json b/domains/maikeru.json index d07a60c5b..21cdba222 100644 --- a/domains/maikeru.json +++ b/domains/maikeru.json @@ -4,7 +4,7 @@ "email": "michael.h.1708@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/main.json b/domains/main.json index 22112fbac..b5795bb91 100644 --- a/domains/main.json +++ b/domains/main.json @@ -4,7 +4,7 @@ "email": "qofdaq@skiff.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/majorhead.json b/domains/majorhead.json index e50fef30f..2f3667679 100644 --- a/domains/majorhead.json +++ b/domains/majorhead.json @@ -4,7 +4,7 @@ "email": "alephdiallo@mail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/makeshiftartist.json b/domains/makeshiftartist.json index 094063dfa..ddcf47993 100644 --- a/domains/makeshiftartist.json +++ b/domains/makeshiftartist.json @@ -4,7 +4,7 @@ "email": "MakeShiftDevelopment@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" } diff --git a/domains/mamad.json b/domains/mamad.json index 6c8b3f5a1..32f4bb151 100644 --- a/domains/mamad.json +++ b/domains/mamad.json @@ -4,7 +4,7 @@ "email": "mna969@uowmail.edu.au" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mammad.json b/domains/mammad.json index 5121abe84..bd83ea47b 100644 --- a/domains/mammad.json +++ b/domains/mammad.json @@ -4,7 +4,7 @@ "email": "mohamadzali@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/manav.json b/domains/manav.json index 06e14e61a..f091511ae 100644 --- a/domains/manav.json +++ b/domains/manav.json @@ -4,7 +4,7 @@ "email": "manav.12110503@lpu.in" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/manuel.json b/domains/manuel.json index 14d8d0ccb..51e6a6b89 100644 --- a/domains/manuel.json +++ b/domains/manuel.json @@ -4,7 +4,7 @@ "email": "emanuelea.rega@itisvoltanapoli.edu.it" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/marby.json b/domains/marby.json index d6c07c42f..8b0cdace2 100644 --- a/domains/marby.json +++ b/domains/marby.json @@ -4,7 +4,7 @@ "email": "stanasarts@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/marcel.json b/domains/marcel.json index 00baebea7..a95ffd4ba 100644 --- a/domains/marcel.json +++ b/domains/marcel.json @@ -4,7 +4,7 @@ "email": "marceljoshua69@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/master.json b/domains/master.json index 383835b97..6c05eaf9c 100644 --- a/domains/master.json +++ b/domains/master.json @@ -4,7 +4,7 @@ "email": "masteriscool223@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mauricio.json b/domains/mauricio.json index a676e449a..09ec5f28b 100644 --- a/domains/mauricio.json +++ b/domains/mauricio.json @@ -4,7 +4,7 @@ "email": "mauriciom.curiel@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/maximumdevmode.json b/domains/maximumdevmode.json index d5ad34012..3d7872ed0 100644 --- a/domains/maximumdevmode.json +++ b/domains/maximumdevmode.json @@ -4,7 +4,7 @@ "email": "MaximumDevMode@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mazimez.json b/domains/mazimez.json index f303e64bf..0bb3e5e3c 100644 --- a/domains/mazimez.json +++ b/domains/mazimez.json @@ -4,7 +4,7 @@ "email": "asif987patel@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mc-wolmarans.json b/domains/mc-wolmarans.json index 9b3247382..151b9a3a6 100644 --- a/domains/mc-wolmarans.json +++ b/domains/mc-wolmarans.json @@ -4,7 +4,7 @@ "email": "marthinuswolmarans61@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mdbesoain.json b/domains/mdbesoain.json index 234d840ec..36e233813 100644 --- a/domains/mdbesoain.json +++ b/domains/mdbesoain.json @@ -4,7 +4,7 @@ "email": "mdbesoain@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/meerveld.json b/domains/meerveld.json index 5a65d0585..9f2de8be8 100644 --- a/domains/meerveld.json +++ b/domains/meerveld.json @@ -4,7 +4,7 @@ "email": "fabian.meerveld@student.hu.nl" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/meraj.json b/domains/meraj.json index e86124761..62029aefb 100644 --- a/domains/meraj.json +++ b/domains/meraj.json @@ -4,7 +4,7 @@ "email": "illegalhacker2.0@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mersillc.json b/domains/mersillc.json index 836a26903..8347b8cde 100644 --- a/domains/mersillc.json +++ b/domains/mersillc.json @@ -4,7 +4,7 @@ "email": "marsitvtube@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mesmerica.json b/domains/mesmerica.json index bf934eba0..e95bc171c 100644 --- a/domains/mesmerica.json +++ b/domains/mesmerica.json @@ -4,7 +4,7 @@ "email": "reii.meteoritics@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mfarag.json b/domains/mfarag.json index 79426f3d7..c55b7045c 100644 --- a/domains/mfarag.json +++ b/domains/mfarag.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mfused.json b/domains/mfused.json index aa98be810..b9dccc513 100644 --- a/domains/mfused.json +++ b/domains/mfused.json @@ -4,7 +4,7 @@ "email": "fiverronlyokay@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mhmd.json b/domains/mhmd.json index 1db3e314a..0327e8e2c 100644 --- a/domains/mhmd.json +++ b/domains/mhmd.json @@ -4,7 +4,7 @@ "email": "mj@naous.eu.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/miho.json b/domains/miho.json index 9300449be..c70ecfd09 100644 --- a/domains/miho.json +++ b/domains/miho.json @@ -4,7 +4,7 @@ "email": "nguyenha280876@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/miljte.json b/domains/miljte.json index 955a4a263..dd4371908 100644 --- a/domains/miljte.json +++ b/domains/miljte.json @@ -4,7 +4,7 @@ "email": "hak4rgof120876@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mine.craft.json b/domains/mine.craft.json index 0b9799197..8453f137e 100644 --- a/domains/mine.craft.json +++ b/domains/mine.craft.json @@ -4,7 +4,7 @@ "email": "andrewhnolt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mingihihi.json b/domains/mingihihi.json index 0e598d609..957f0af69 100644 --- a/domains/mingihihi.json +++ b/domains/mingihihi.json @@ -4,7 +4,7 @@ "email": "modelvnn@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/minihoot.json b/domains/minihoot.json index cc3661df7..b3f5dde2c 100644 --- a/domains/minihoot.json +++ b/domains/minihoot.json @@ -4,7 +4,7 @@ "email": "henrymahlberg65@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mishalshanavas.json b/domains/mishalshanavas.json index c45fd9940..ab27b9330 100644 --- a/domains/mishalshanavas.json +++ b/domains/mishalshanavas.json @@ -4,7 +4,7 @@ "email": "mishalshanavas8@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/miyonaki.json b/domains/miyonaki.json index 338ba0c86..4379c109c 100644 --- a/domains/miyonaki.json +++ b/domains/miyonaki.json @@ -4,7 +4,7 @@ "email": "ola.mushroom@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index bfbb904a5..62cdea542 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -4,7 +4,7 @@ "email": "ducvu73@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mnoer.json b/domains/mnoer.json index deafb8c4c..3704e364a 100644 --- a/domains/mnoer.json +++ b/domains/mnoer.json @@ -4,7 +4,7 @@ "email": "mnoer@nerolab.dev" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mnshakib.json b/domains/mnshakib.json index d4e6e8c07..7da065bab 100644 --- a/domains/mnshakib.json +++ b/domains/mnshakib.json @@ -4,7 +4,7 @@ "email": "flamearafat@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mohab.json b/domains/mohab.json index 636aeb56f..01b5231c3 100644 --- a/domains/mohab.json +++ b/domains/mohab.json @@ -4,7 +4,7 @@ "email": "heroxmain@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mohammed.json b/domains/mohammed.json index 1651c390a..dd140730e 100644 --- a/domains/mohammed.json +++ b/domains/mohammed.json @@ -4,7 +4,7 @@ "email": "vx2dsk@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mohand.json b/domains/mohand.json index 317c6de8a..68156f035 100644 --- a/domains/mohand.json +++ b/domains/mohand.json @@ -4,7 +4,7 @@ "email": "mohandakliamara09@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mohdjariullah.json b/domains/mohdjariullah.json index d6704ced9..aa70ee03d 100644 --- a/domains/mohdjariullah.json +++ b/domains/mohdjariullah.json @@ -6,7 +6,7 @@ "discord": "@jariullah" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/monissh.json b/domains/monissh.json index a940ed997..4d539f85a 100644 --- a/domains/monissh.json +++ b/domains/monissh.json @@ -4,7 +4,7 @@ "email": "itsamemonissh@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mono.json b/domains/mono.json index 267ea1a23..fcf721913 100644 --- a/domains/mono.json +++ b/domains/mono.json @@ -4,7 +4,7 @@ "email": "iamakitty@interia.pl" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/moonmachine.json b/domains/moonmachine.json index 2d3aca564..c32838236 100644 --- a/domains/moonmachine.json +++ b/domains/moonmachine.json @@ -4,7 +4,7 @@ "email": "itzmerinz.dc@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mostafizur-rahman.json b/domains/mostafizur-rahman.json index 196080d64..339a082ba 100644 --- a/domains/mostafizur-rahman.json +++ b/domains/mostafizur-rahman.json @@ -4,7 +4,7 @@ "email": "tplink3116@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mpacheco.json b/domains/mpacheco.json index 1af5f9931..e8f4f197d 100644 --- a/domains/mpacheco.json +++ b/domains/mpacheco.json @@ -4,7 +4,7 @@ "email": "michaelpacheco@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mpangobank.json b/domains/mpangobank.json index 6580dddf2..dda3ac1a1 100644 --- a/domains/mpangobank.json +++ b/domains/mpangobank.json @@ -4,7 +4,7 @@ "email": "abdulhaulerashid@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mr.json b/domains/mr.json index 6af3c2e52..2f123d9b5 100644 --- a/domains/mr.json +++ b/domains/mr.json @@ -4,7 +4,7 @@ "email": "adrienansari@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mr.noname.json b/domains/mr.noname.json index b5f918a82..e0b0e7da5 100644 --- a/domains/mr.noname.json +++ b/domains/mr.noname.json @@ -4,7 +4,7 @@ "email": "nonameprobots@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mra1k3r0.json b/domains/mra1k3r0.json index 785020460..0ac91e586 100644 --- a/domains/mra1k3r0.json +++ b/domains/mra1k3r0.json @@ -4,7 +4,7 @@ "email": "jocaigas@my.cspc.edu.ph" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mrj.json b/domains/mrj.json index 21d629caf..f3e362dd2 100644 --- a/domains/mrj.json +++ b/domains/mrj.json @@ -4,7 +4,7 @@ "email": "illegalhacker2.0@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mrjbadshah.json b/domains/mrjbadshah.json index 21d629caf..f3e362dd2 100644 --- a/domains/mrjbadshah.json +++ b/domains/mrjbadshah.json @@ -4,7 +4,7 @@ "email": "illegalhacker2.0@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mrrob0t.json b/domains/mrrob0t.json index 79426f3d7..c55b7045c 100644 --- a/domains/mrrob0t.json +++ b/domains/mrrob0t.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mrrobot.json b/domains/mrrobot.json index 79426f3d7..c55b7045c 100644 --- a/domains/mrrobot.json +++ b/domains/mrrobot.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mst.json b/domains/mst.json index 7034e0cda..fcaae1866 100644 --- a/domains/mst.json +++ b/domains/mst.json @@ -4,7 +4,7 @@ "email": "z232566755z@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mubashiryasin.json b/domains/mubashiryasin.json index aa98be810..b9dccc513 100644 --- a/domains/mubashiryasin.json +++ b/domains/mubashiryasin.json @@ -4,7 +4,7 @@ "email": "fiverronlyokay@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mukeshkumarcharak.json b/domains/mukeshkumarcharak.json index 773b89502..ded434679 100644 --- a/domains/mukeshkumarcharak.json +++ b/domains/mukeshkumarcharak.json @@ -4,7 +4,7 @@ "email": "kumarm_1@rknec.edu" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/musikid.json b/domains/musikid.json index 4a2561759..140b15419 100644 --- a/domains/musikid.json +++ b/domains/musikid.json @@ -4,7 +4,7 @@ "email": "musikid@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/mytac.json b/domains/mytac.json index 984a17ebb..8cf69cd63 100644 --- a/domains/mytac.json +++ b/domains/mytac.json @@ -4,7 +4,7 @@ "email": "my_tac@126.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/myvps.json b/domains/myvps.json index 99e5e5d91..a7b7e07f9 100644 --- a/domains/myvps.json +++ b/domains/myvps.json @@ -4,7 +4,7 @@ "email": "irawancandra6699@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/n3rcy.json b/domains/n3rcy.json index 378623cfb..10134a9aa 100644 --- a/domains/n3rcy.json +++ b/domains/n3rcy.json @@ -4,7 +4,7 @@ "email": "nercysvoboda@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/naby.json b/domains/naby.json index bab5e09ce..ff31c24f5 100644 --- a/domains/naby.json +++ b/domains/naby.json @@ -4,7 +4,7 @@ "email": "dani.constantinescu.ro@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/namesmt.json b/domains/namesmt.json index a9db06b1a..06f79e61f 100644 --- a/domains/namesmt.json +++ b/domains/namesmt.json @@ -4,7 +4,7 @@ "email": "dangquoctrung123@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/narayana.json b/domains/narayana.json index e2bacc769..7f47d53b7 100644 --- a/domains/narayana.json +++ b/domains/narayana.json @@ -4,7 +4,7 @@ "email": "nemaninarayna@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/naveenlam.json b/domains/naveenlam.json index b7135d653..938334bdf 100644 --- a/domains/naveenlam.json +++ b/domains/naveenlam.json @@ -4,7 +4,7 @@ "email": "notlamger@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nayam.json b/domains/nayam.json index c6de65cb1..417175ba1 100644 --- a/domains/nayam.json +++ b/domains/nayam.json @@ -4,7 +4,7 @@ "email": "nayam.emikx@aleeas.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/negodev.json b/domains/negodev.json index cc7e2e33d..3eb73d60b 100644 --- a/domains/negodev.json +++ b/domains/negodev.json @@ -4,7 +4,7 @@ "email": "kardesdcys@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/neomc.xyz.json b/domains/neomc.xyz.json index 1860e7c56..784f5a66a 100644 --- a/domains/neomc.xyz.json +++ b/domains/neomc.xyz.json @@ -4,7 +4,7 @@ "email": "saiifksa509@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nepy.json b/domains/nepy.json index d706a36d6..b0c85dc11 100644 --- a/domains/nepy.json +++ b/domains/nepy.json @@ -4,7 +4,7 @@ "email": "nepznepy@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/neuron.json b/domains/neuron.json index 05a37b2c4..ad8477829 100644 --- a/domains/neuron.json +++ b/domains/neuron.json @@ -4,7 +4,7 @@ "email": "torinnn28@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nicekun.json b/domains/nicekun.json index f268a50e5..b3eec57b5 100644 --- a/domains/nicekun.json +++ b/domains/nicekun.json @@ -4,7 +4,7 @@ "email": "tangkeehee2002@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nickooms.json b/domains/nickooms.json index a5c6c3108..c7e16fb95 100644 --- a/domains/nickooms.json +++ b/domains/nickooms.json @@ -4,7 +4,7 @@ "email": "oomsni@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/niel.json b/domains/niel.json index c1004942b..0962bc72c 100644 --- a/domains/niel.json +++ b/domains/niel.json @@ -4,7 +4,7 @@ "email": "macengbot@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/niemiets.json b/domains/niemiets.json index a9bf61d37..d235aac44 100644 --- a/domains/niemiets.json +++ b/domains/niemiets.json @@ -4,7 +4,7 @@ "email": "niemiec123123123@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/nihaltm.json b/domains/nihaltm.json index 69c0f9ba2..79190a806 100644 --- a/domains/nihaltm.json +++ b/domains/nihaltm.json @@ -4,7 +4,7 @@ "email": "nihaltmdev@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nilhem.json b/domains/nilhem.json index 872ce8eb0..e86e510ec 100644 --- a/domains/nilhem.json +++ b/domains/nilhem.json @@ -4,7 +4,7 @@ "email": "a.mbiad3s@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nishaj.json b/domains/nishaj.json index 46ce325d2..aee51feb0 100644 --- a/domains/nishaj.json +++ b/domains/nishaj.json @@ -4,7 +4,7 @@ "email": "njnishaj0@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nishaj0.json b/domains/nishaj0.json index 46ce325d2..aee51feb0 100644 --- a/domains/nishaj0.json +++ b/domains/nishaj0.json @@ -4,7 +4,7 @@ "email": "njnishaj0@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/noah.json b/domains/noah.json index 89c3e8cd2..6cd243341 100644 --- a/domains/noah.json +++ b/domains/noah.json @@ -4,7 +4,7 @@ "email": "noah.parmentier@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nobody.json b/domains/nobody.json index 6af3c2e52..2f123d9b5 100644 --- a/domains/nobody.json +++ b/domains/nobody.json @@ -4,7 +4,7 @@ "email": "adrienansari@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/noflare.json b/domains/noflare.json index 8e4192495..3eac8f9f5 100644 --- a/domains/noflare.json +++ b/domains/noflare.json @@ -4,7 +4,7 @@ "email": "Noflare.dev@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/normturtle.json b/domains/normturtle.json index 99bc9076f..113260fdf 100644 --- a/domains/normturtle.json +++ b/domains/normturtle.json @@ -4,7 +4,7 @@ "email": "omix1.ok@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nota.json b/domains/nota.json index 4b27eb5ce..becc7dc6e 100644 --- a/domains/nota.json +++ b/domains/nota.json @@ -4,7 +4,7 @@ "email": "zerolikecyber.2005@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/notskillz.json b/domains/notskillz.json index 77ad463dd..5fe751c74 100644 --- a/domains/notskillz.json +++ b/domains/notskillz.json @@ -4,7 +4,7 @@ "email": "jacob.blits@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/notugotskillz.json b/domains/notugotskillz.json index 77ad463dd..5fe751c74 100644 --- a/domains/notugotskillz.json +++ b/domains/notugotskillz.json @@ -4,7 +4,7 @@ "email": "jacob.blits@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/notzsfell.json b/domains/notzsfell.json index a24031e73..90425b148 100644 --- a/domains/notzsfell.json +++ b/domains/notzsfell.json @@ -4,7 +4,7 @@ "email": "felinzkvic@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nova.json b/domains/nova.json index 490f0be9b..daeaf4cb3 100644 --- a/domains/nova.json +++ b/domains/nova.json @@ -4,7 +4,7 @@ "email": "e4nbullet@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/novinity.json b/domains/novinity.json index 85cdb22e1..785a42c0e 100644 --- a/domains/novinity.json +++ b/domains/novinity.json @@ -4,7 +4,7 @@ "email": "novinity63@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/npc.json b/domains/npc.json index afdd829a5..5eb5e5abe 100644 --- a/domains/npc.json +++ b/domains/npc.json @@ -4,7 +4,7 @@ "email": "aziznasrul85@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nqdev.json b/domains/nqdev.json index b305e2dee..2cbbfef3d 100644 --- a/domains/nqdev.json +++ b/domains/nqdev.json @@ -4,7 +4,7 @@ "email": "nguyenquy.1096@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nxnetwork.json b/domains/nxnetwork.json index 2674ffd29..424c5ab05 100644 --- a/domains/nxnetwork.json +++ b/domains/nxnetwork.json @@ -4,7 +4,7 @@ "email": "hackeryijia@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nxyoo.json b/domains/nxyoo.json index ec176e37e..c7c4552fd 100644 --- a/domains/nxyoo.json +++ b/domains/nxyoo.json @@ -4,7 +4,7 @@ "email": "armqnd.pro@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/nxyy.json b/domains/nxyy.json index d46a972aa..52e753f4a 100644 --- a/domains/nxyy.json +++ b/domains/nxyy.json @@ -4,7 +4,7 @@ "email": "nxyylol@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nyc.json b/domains/nyc.json index 5a384e076..f439cc7b0 100644 --- a/domains/nyc.json +++ b/domains/nyc.json @@ -4,7 +4,7 @@ "email": "localugly@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/nyx.json b/domains/nyx.json index 19f2d0026..00b35e3e2 100644 --- a/domains/nyx.json +++ b/domains/nyx.json @@ -4,7 +4,7 @@ "email": "xaveegacha7@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/obaydmerz.json b/domains/obaydmerz.json index 1c59423bd..4b09f8493 100644 --- a/domains/obaydmerz.json +++ b/domains/obaydmerz.json @@ -4,7 +4,7 @@ "email": "obaydmerz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ohgodanoob.json b/domains/ohgodanoob.json index 265baa4df..b1a76a6e4 100644 --- a/domains/ohgodanoob.json +++ b/domains/ohgodanoob.json @@ -4,7 +4,7 @@ "email": "ohgodanoob@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ohm.json b/domains/ohm.json index 8e962f1b2..377c9e4a5 100644 --- a/domains/ohm.json +++ b/domains/ohm.json @@ -4,7 +4,7 @@ "email": "work@sujandeb.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ohmdeb.json b/domains/ohmdeb.json index 8e962f1b2..377c9e4a5 100644 --- a/domains/ohmdeb.json +++ b/domains/ohmdeb.json @@ -4,7 +4,7 @@ "email": "work@sujandeb.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/olivia.json b/domains/olivia.json index 4f63e99b5..4e4666f6d 100644 --- a/domains/olivia.json +++ b/domains/olivia.json @@ -5,7 +5,7 @@ "discord": "723626729247342662" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } diff --git a/domains/omarplayz.json b/domains/omarplayz.json index 12296d6ee..50411153a 100644 --- a/domains/omarplayz.json +++ b/domains/omarplayz.json @@ -4,7 +4,7 @@ "email": "omarplayzsounds@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/omarzaghlool.json b/domains/omarzaghlool.json index f1fda26d3..e7dde8fb4 100644 --- a/domains/omarzaghlool.json +++ b/domains/omarzaghlool.json @@ -4,7 +4,7 @@ "email": "omarzaghlool538@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/omi.json b/domains/omi.json index 99bc9076f..113260fdf 100644 --- a/domains/omi.json +++ b/domains/omi.json @@ -4,7 +4,7 @@ "email": "omix1.ok@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/onlive.json b/domains/onlive.json index a8c58df1e..a2664f44e 100644 --- a/domains/onlive.json +++ b/domains/onlive.json @@ -4,7 +4,7 @@ "email": "tabdulov2006@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/onvr.json b/domains/onvr.json index df151fadf..b00baabac 100644 --- a/domains/onvr.json +++ b/domains/onvr.json @@ -4,7 +4,7 @@ "email": "karnavald@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/orhanyigitdurmaz.json b/domains/orhanyigitdurmaz.json index 48187805b..b9445d7dd 100644 --- a/domains/orhanyigitdurmaz.json +++ b/domains/orhanyigitdurmaz.json @@ -4,7 +4,7 @@ "email": "orhanyigitv2durmaz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/osakihsieh.json b/domains/osakihsieh.json index 87680c9da..6793003bb 100644 --- a/domains/osakihsieh.json +++ b/domains/osakihsieh.json @@ -4,7 +4,7 @@ "email": "aspdoctor@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/outland3r2007.json b/domains/outland3r2007.json index dd9c523af..a7dd8ca28 100644 --- a/domains/outland3r2007.json +++ b/domains/outland3r2007.json @@ -4,7 +4,7 @@ "email": "baloggabriel76@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } diff --git a/domains/oxoomy.json b/domains/oxoomy.json index 4c388a3ed..25180da87 100644 --- a/domains/oxoomy.json +++ b/domains/oxoomy.json @@ -4,7 +4,7 @@ "email": "goument.yelinn52@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pafias.json b/domains/pafias.json index 81f3dfe8a..ab87e6ecd 100644 --- a/domains/pafias.json +++ b/domains/pafias.json @@ -4,7 +4,7 @@ "email": "tiagana.b@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/panther.json b/domains/panther.json index 4f46a8629..cd4233fa9 100644 --- a/domains/panther.json +++ b/domains/panther.json @@ -4,7 +4,7 @@ "email": "zahidhassankalaroa104@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/paoloclimaco.json b/domains/paoloclimaco.json index 80d9deb59..21f2a5051 100644 --- a/domains/paoloclimaco.json +++ b/domains/paoloclimaco.json @@ -4,7 +4,7 @@ "email": "paoloclimaco01@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/parthpanchal.json b/domains/parthpanchal.json index 58b6a96eb..7ad413460 100644 --- a/domains/parthpanchal.json +++ b/domains/parthpanchal.json @@ -4,7 +4,7 @@ "email": "parth.sdis@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pathdog.json b/domains/pathdog.json index f62c0304e..d8f2eaa87 100644 --- a/domains/pathdog.json +++ b/domains/pathdog.json @@ -4,7 +4,7 @@ "email": "hannah.valdez@cetys.edu.mx" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/patsore.json b/domains/patsore.json index b79fc198b..e5ee61b41 100644 --- a/domains/patsore.json +++ b/domains/patsore.json @@ -4,7 +4,7 @@ "email": "ostapo.semenikh@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/paulpfeiffer.json b/domains/paulpfeiffer.json index a8f5a644d..53657eba5 100644 --- a/domains/paulpfeiffer.json +++ b/domains/paulpfeiffer.json @@ -4,7 +4,7 @@ "email": "ppfeiffer93@gmx.at" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pawix.json b/domains/pawix.json index 923bc552d..bcfa4d38e 100644 --- a/domains/pawix.json +++ b/domains/pawix.json @@ -4,7 +4,7 @@ "email": "wyrebakpawel@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/peacy.json b/domains/peacy.json index 3bea46de8..8971e9386 100644 --- a/domains/peacy.json +++ b/domains/peacy.json @@ -4,7 +4,7 @@ "email": "kiwibird211@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/peanut.json b/domains/peanut.json index 7b046b828..d45f3414b 100644 --- a/domains/peanut.json +++ b/domains/peanut.json @@ -4,7 +4,7 @@ "email": "jacoboconnell27@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pelfex.json b/domains/pelfex.json index 642930fbe..4a3d4137f 100644 --- a/domains/pelfex.json +++ b/domains/pelfex.json @@ -4,7 +4,7 @@ "email": "volaree2@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pengubin.json b/domains/pengubin.json index 78f76ef66..5948519e2 100644 --- a/domains/pengubin.json +++ b/domains/pengubin.json @@ -4,7 +4,7 @@ "email": "piplup7575@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/peterhinga.json b/domains/peterhinga.json index b62fe5b9c..7dc7cdf6b 100644 --- a/domains/peterhinga.json +++ b/domains/peterhinga.json @@ -4,7 +4,7 @@ "email": "hingapetes6@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/phakh.json b/domains/phakh.json index 7f501bdeb..3f13c37c3 100644 --- a/domains/phakh.json +++ b/domains/phakh.json @@ -4,7 +4,7 @@ "email": "sirprak1245@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pi.json b/domains/pi.json index 219fed568..c3f46e605 100644 --- a/domains/pi.json +++ b/domains/pi.json @@ -4,7 +4,7 @@ "email": "naivenevaii@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pico.json b/domains/pico.json index 90a09d4ef..dfa372520 100644 --- a/domains/pico.json +++ b/domains/pico.json @@ -4,7 +4,7 @@ "email": "wuspico@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pieter.json b/domains/pieter.json index 7cda41e0c..060923a23 100644 --- a/domains/pieter.json +++ b/domains/pieter.json @@ -4,7 +4,7 @@ "email": "pieter@pieterdepauw.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pike.json b/domains/pike.json index fbb868a48..dce4cc866 100644 --- a/domains/pike.json +++ b/domains/pike.json @@ -4,7 +4,7 @@ "email": "lopcyorasepele@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pink.json b/domains/pink.json index 4f12e5fec..c392e4547 100644 --- a/domains/pink.json +++ b/domains/pink.json @@ -4,7 +4,7 @@ "email": "jamezemailreal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pinkyplant.json b/domains/pinkyplant.json index 4f12e5fec..c392e4547 100644 --- a/domains/pinkyplant.json +++ b/domains/pinkyplant.json @@ -4,7 +4,7 @@ "email": "jamezemailreal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/piplup7575.json b/domains/piplup7575.json index 78f76ef66..5948519e2 100644 --- a/domains/piplup7575.json +++ b/domains/piplup7575.json @@ -4,7 +4,7 @@ "email": "piplup7575@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pirpal.json b/domains/pirpal.json index b897f3291..c5fa06067 100644 --- a/domains/pirpal.json +++ b/domains/pirpal.json @@ -4,7 +4,7 @@ "email": "pirpalss@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pixeldust.json b/domains/pixeldust.json index 306e2332c..44781c520 100644 --- a/domains/pixeldust.json +++ b/domains/pixeldust.json @@ -4,7 +4,7 @@ "email": "flutterw1ve@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/plexus.json b/domains/plexus.json index 154a9350e..6721aee8c 100644 --- a/domains/plexus.json +++ b/domains/plexus.json @@ -4,7 +4,7 @@ "email": "asdjaflmao@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pls.json b/domains/pls.json index 8e5ef7106..408bd93dd 100644 --- a/domains/pls.json +++ b/domains/pls.json @@ -4,7 +4,7 @@ "email": "itsplsdev@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/plush.json b/domains/plush.json index 725cda352..eaf887a0a 100644 --- a/domains/plush.json +++ b/domains/plush.json @@ -4,7 +4,7 @@ "email": "umer.farooq0@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/poliwhirl.json b/domains/poliwhirl.json index 1d8bc3bc4..e12e4d2bd 100644 --- a/domains/poliwhirl.json +++ b/domains/poliwhirl.json @@ -4,7 +4,7 @@ "email": "mattia.crosato@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/polytap.json b/domains/polytap.json index 4f7a08b88..e933f5283 100644 --- a/domains/polytap.json +++ b/domains/polytap.json @@ -4,7 +4,7 @@ "email": "hacktron86@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/popcorn.json b/domains/popcorn.json index cd359fae1..975a78d7e 100644 --- a/domains/popcorn.json +++ b/domains/popcorn.json @@ -4,7 +4,7 @@ "email": "popcorntvcze@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ppy.json b/domains/ppy.json index 960b2f8c4..e5625891e 100644 --- a/domains/ppy.json +++ b/domains/ppy.json @@ -4,7 +4,7 @@ "email": "nep360i@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/prachiti.json b/domains/prachiti.json index e35588040..542ba6fe7 100644 --- a/domains/prachiti.json +++ b/domains/prachiti.json @@ -4,7 +4,7 @@ "email": "prathameshj0407@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/prafit.json b/domains/prafit.json index 11586dd95..1e3036641 100644 --- a/domains/prafit.json +++ b/domains/prafit.json @@ -4,7 +4,7 @@ "email": "palvido81@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/prajjwal.json b/domains/prajjwal.json index edfc2aad1..9c5b61bd1 100644 --- a/domains/prajjwal.json +++ b/domains/prajjwal.json @@ -4,7 +4,7 @@ "email": "cycloneaddon@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pranjal.json b/domains/pranjal.json index dcd951e58..aeca0df34 100644 --- a/domains/pranjal.json +++ b/domains/pranjal.json @@ -4,7 +4,7 @@ "email": "psbhatnagar.in@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/prasadsawant.json b/domains/prasadsawant.json index 041840f36..e428a7bc5 100644 --- a/domains/prasadsawant.json +++ b/domains/prasadsawant.json @@ -4,7 +4,7 @@ "email": "prasadsawant7git@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/prathamesh.json b/domains/prathamesh.json index e35588040..542ba6fe7 100644 --- a/domains/prathamesh.json +++ b/domains/prathamesh.json @@ -4,7 +4,7 @@ "email": "prathameshj0407@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/predefine.json b/domains/predefine.json index 38cad70a7..e299ee19b 100644 --- a/domains/predefine.json +++ b/domains/predefine.json @@ -4,7 +4,7 @@ "email": "predefine@yandex.ru" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/priyanka.json b/domains/priyanka.json index de010a275..36988655b 100644 --- a/domains/priyanka.json +++ b/domains/priyanka.json @@ -4,7 +4,7 @@ "email": "priyankaananthashetty@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/pro.json b/domains/pro.json index c4e85b6f2..2dc4b5248 100644 --- a/domains/pro.json +++ b/domains/pro.json @@ -4,7 +4,7 @@ "email": "pro1492025@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/prodefix.json b/domains/prodefix.json index e6e8d9236..c80a7635c 100644 --- a/domains/prodefix.json +++ b/domains/prodefix.json @@ -4,7 +4,7 @@ "email": "prodefix.ytb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/proo.json b/domains/proo.json index c4e85b6f2..2dc4b5248 100644 --- a/domains/proo.json +++ b/domains/proo.json @@ -4,7 +4,7 @@ "email": "pro1492025@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/prototalk.json b/domains/prototalk.json index 2a071ccd7..940214193 100644 --- a/domains/prototalk.json +++ b/domains/prototalk.json @@ -4,7 +4,7 @@ "email": "michaenrangelmr@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/prox.json b/domains/prox.json index c4e85b6f2..2dc4b5248 100644 --- a/domains/prox.json +++ b/domains/prox.json @@ -4,7 +4,7 @@ "email": "pro1492025@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/puchikat.json b/domains/puchikat.json index 33993fd19..83fdc615a 100644 --- a/domains/puchikat.json +++ b/domains/puchikat.json @@ -4,7 +4,7 @@ "email": "lamdev1212@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/puria.json b/domains/puria.json index 8e104b237..445f16aee 100644 --- a/domains/puria.json +++ b/domains/puria.json @@ -4,7 +4,7 @@ "email": "puri.aarav@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/q31265503-bio.json b/domains/q31265503-bio.json index 59294b2fd..253d2ddea 100644 --- a/domains/q31265503-bio.json +++ b/domains/q31265503-bio.json @@ -4,7 +4,7 @@ "email": "fedulai195@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/q31265503.json b/domains/q31265503.json index 59294b2fd..253d2ddea 100644 --- a/domains/q31265503.json +++ b/domains/q31265503.json @@ -4,7 +4,7 @@ "email": "fedulai195@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/qqg00.json b/domains/qqg00.json index 1651c390a..dd140730e 100644 --- a/domains/qqg00.json +++ b/domains/qqg00.json @@ -4,7 +4,7 @@ "email": "vx2dsk@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/quantamphysics.json b/domains/quantamphysics.json index 94ebbc75e..cb35e6f92 100644 --- a/domains/quantamphysics.json +++ b/domains/quantamphysics.json @@ -4,7 +4,7 @@ "email": "Sujataghosal05@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/quartz.json b/domains/quartz.json index 72d3a1100..2aa1c45c9 100644 --- a/domains/quartz.json +++ b/domains/quartz.json @@ -4,7 +4,7 @@ "email": "chrissquartz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/querko.json b/domains/querko.json index 1dbbe498c..dd65edd13 100644 --- a/domains/querko.json +++ b/domains/querko.json @@ -4,7 +4,7 @@ "email": "krzysztof2011@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ra.json b/domains/ra.json index 0a922bbd7..2148b17d0 100644 --- a/domains/ra.json +++ b/domains/ra.json @@ -4,7 +4,7 @@ "email": "rizmyabdulla@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/racembenamar.json b/domains/racembenamar.json index 039c08e26..663509173 100644 --- a/domains/racembenamar.json +++ b/domains/racembenamar.json @@ -4,7 +4,7 @@ "email": "racem.benamar@esprit.tn" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rafsanrakib.json b/domains/rafsanrakib.json index 6a29c29b2..306f4f8bf 100644 --- a/domains/rafsanrakib.json +++ b/domains/rafsanrakib.json @@ -4,7 +4,7 @@ "email": "rakibyt13155@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/raga.json b/domains/raga.json index 5223d07be..e808f851c 100644 --- a/domains/raga.json +++ b/domains/raga.json @@ -4,7 +4,7 @@ "email": "rfilmriot@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rahil.json b/domains/rahil.json index e0a024880..79fafdf0c 100644 --- a/domains/rahil.json +++ b/domains/rahil.json @@ -4,7 +4,7 @@ "email": "rahilkazi66@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rahul-ray.json b/domains/rahul-ray.json index b0605a62c..5e0f55ae4 100644 --- a/domains/rahul-ray.json +++ b/domains/rahul-ray.json @@ -4,7 +4,7 @@ "email": "raystatic9650@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rahul.ray.json b/domains/rahul.ray.json index b0605a62c..5e0f55ae4 100644 --- a/domains/rahul.ray.json +++ b/domains/rahul.ray.json @@ -4,7 +4,7 @@ "email": "raystatic9650@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rahulol.json b/domains/rahulol.json index 9e5130dbb..09894d160 100644 --- a/domains/rahulol.json +++ b/domains/rahulol.json @@ -4,7 +4,7 @@ "email": "rahulsinghhh2312@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rahulray.json b/domains/rahulray.json index b0605a62c..5e0f55ae4 100644 --- a/domains/rahulray.json +++ b/domains/rahulray.json @@ -4,7 +4,7 @@ "email": "raystatic9650@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/raiden-16f7.json b/domains/raiden-16f7.json index dbb862b35..34fc100ea 100644 --- a/domains/raiden-16f7.json +++ b/domains/raiden-16f7.json @@ -4,7 +4,7 @@ "email": "fahad.rizwan07@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/raiin.json b/domains/raiin.json index 4e6a7710f..ae347f452 100644 --- a/domains/raiin.json +++ b/domains/raiin.json @@ -4,7 +4,7 @@ "email": "clicpowytb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rain.json b/domains/rain.json index 7eb0584ca..1eece8bdc 100644 --- a/domains/rain.json +++ b/domains/rain.json @@ -4,7 +4,7 @@ "email": "amarbajrif@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rakibahmed.json b/domains/rakibahmed.json index 6a29c29b2..306f4f8bf 100644 --- a/domains/rakibahmed.json +++ b/domains/rakibahmed.json @@ -4,7 +4,7 @@ "email": "rakibyt13155@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rakibrafsaaan.json b/domains/rakibrafsaaan.json index 6a29c29b2..306f4f8bf 100644 --- a/domains/rakibrafsaaan.json +++ b/domains/rakibrafsaaan.json @@ -4,7 +4,7 @@ "email": "rakibyt13155@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rakibrafsan.json b/domains/rakibrafsan.json index 6a29c29b2..306f4f8bf 100644 --- a/domains/rakibrafsan.json +++ b/domains/rakibrafsan.json @@ -4,7 +4,7 @@ "email": "rakibyt13155@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rana.json b/domains/rana.json index 85b5d0800..1db84fe1b 100644 --- a/domains/rana.json +++ b/domains/rana.json @@ -4,7 +4,7 @@ "email": "rannawe.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ranamoh.json b/domains/ranamoh.json index 85b5d0800..1db84fe1b 100644 --- a/domains/ranamoh.json +++ b/domains/ranamoh.json @@ -4,7 +4,7 @@ "email": "rannawe.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/raspi.json b/domains/raspi.json index 373716fe7..2a6fd94bf 100644 --- a/domains/raspi.json +++ b/domains/raspi.json @@ -4,7 +4,7 @@ "email": "musashibeckman@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rayan.json b/domains/rayan.json index 382c85671..cff26534a 100644 --- a/domains/rayan.json +++ b/domains/rayan.json @@ -4,7 +4,7 @@ "email": "kkll345643@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/raystatic.json b/domains/raystatic.json index a2081fb71..2982171f9 100644 --- a/domains/raystatic.json +++ b/domains/raystatic.json @@ -4,7 +4,7 @@ "email": "rahul9650ray@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/razvy.json b/domains/razvy.json index d46a972aa..52e753f4a 100644 --- a/domains/razvy.json +++ b/domains/razvy.json @@ -4,7 +4,7 @@ "email": "nxyylol@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rebokdev.json b/domains/rebokdev.json index 83be04508..ab0218719 100644 --- a/domains/rebokdev.json +++ b/domains/rebokdev.json @@ -4,7 +4,7 @@ "email": "rebok@duck.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/recoderdrastic.json b/domains/recoderdrastic.json index d5dd3c361..842ac532a 100644 --- a/domains/recoderdrastic.json +++ b/domains/recoderdrastic.json @@ -4,7 +4,7 @@ "email": "shaileteitpa@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/reef.json b/domains/reef.json index 478c13ca4..e14593559 100644 --- a/domains/reef.json +++ b/domains/reef.json @@ -4,7 +4,7 @@ "email": "reefsalter@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/refact0r.json b/domains/refact0r.json index cfbd29f2c..619c4f74d 100644 --- a/domains/refact0r.json +++ b/domains/refact0r.json @@ -4,7 +4,7 @@ "email": "yifanw06@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/renata.json b/domains/renata.json index 16e0f1790..57db3a46a 100644 --- a/domains/renata.json +++ b/domains/renata.json @@ -4,7 +4,7 @@ "email": "emirhan@duck.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rendi.json b/domains/rendi.json index f0a27972d..975fc54b0 100644 --- a/domains/rendi.json +++ b/domains/rendi.json @@ -4,7 +4,7 @@ "email": "yogsstore.send@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/restart.json b/domains/restart.json index 79426f3d7..c55b7045c 100644 --- a/domains/restart.json +++ b/domains/restart.json @@ -4,7 +4,7 @@ "email": "godfather.x64@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/return.json b/domains/return.json index a4dba5b04..2d85844dc 100644 --- a/domains/return.json +++ b/domains/return.json @@ -4,7 +4,7 @@ "email": "hc_2583@naver.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/reyzo.json b/domains/reyzo.json index 09b9730d0..9abe02bec 100644 --- a/domains/reyzo.json +++ b/domains/reyzo.json @@ -4,7 +4,7 @@ "email": "konectplay2008@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rherly.json b/domains/rherly.json index 6a58e20bd..3c909341b 100644 --- a/domains/rherly.json +++ b/domains/rherly.json @@ -4,7 +4,7 @@ "email": "rherlydev@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/riddim-glitch.json b/domains/riddim-glitch.json index a7209946c..01c6d31b7 100644 --- a/domains/riddim-glitch.json +++ b/domains/riddim-glitch.json @@ -4,7 +4,7 @@ "email": "Riddim_GLiTCH@courvix.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rifkisaputra.json b/domains/rifkisaputra.json index a784cb1b1..ed2d54e62 100644 --- a/domains/rifkisaputra.json +++ b/domains/rifkisaputra.json @@ -4,7 +4,7 @@ "email": "rifkimuhamad0987@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rin.json b/domains/rin.json index aa4ae7dd1..04bf3325a 100644 --- a/domains/rin.json +++ b/domains/rin.json @@ -4,7 +4,7 @@ "email": "budderlovr@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ringoxd.json b/domains/ringoxd.json index 32da7ce07..89b26aaae 100644 --- a/domains/ringoxd.json +++ b/domains/ringoxd.json @@ -4,7 +4,7 @@ "email": "nep360i@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/rnv.json b/domains/rnv.json index 6a130d687..1a8810506 100644 --- a/domains/rnv.json +++ b/domains/rnv.json @@ -4,7 +4,7 @@ "email": "arnavp651@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/robskan.json b/domains/robskan.json index 1b22913ff..a32859b2f 100644 --- a/domains/robskan.json +++ b/domains/robskan.json @@ -4,7 +4,7 @@ "email": "rrsnijder@yahoo.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rockstarbuddies.json b/domains/rockstarbuddies.json index ce5f1098a..851091c22 100644 --- a/domains/rockstarbuddies.json +++ b/domains/rockstarbuddies.json @@ -4,7 +4,7 @@ "email": "yourrockingbuddy@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rollwaifu.json b/domains/rollwaifu.json index e3a354207..53c4070c4 100644 --- a/domains/rollwaifu.json +++ b/domains/rollwaifu.json @@ -4,7 +4,7 @@ "email": "buivanluong0204@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/romeodev.json b/domains/romeodev.json index c7b3ebaff..6c1813beb 100644 --- a/domains/romeodev.json +++ b/domains/romeodev.json @@ -4,7 +4,7 @@ "email": "meomeo1220@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/royalahmed.json b/domains/royalahmed.json index d4558f78d..b006ea4f7 100644 --- a/domains/royalahmed.json +++ b/domains/royalahmed.json @@ -4,7 +4,7 @@ "email": "bahiahmed347@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/rubyscans.json b/domains/rubyscans.json index 1e65be7d4..7e21a3a37 100644 --- a/domains/rubyscans.json +++ b/domains/rubyscans.json @@ -4,7 +4,7 @@ "email": "dgbroyt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rushil.json b/domains/rushil.json index 8a83a7367..ac3a37869 100644 --- a/domains/rushil.json +++ b/domains/rushil.json @@ -4,7 +4,7 @@ "email": "rushil.p1@ahduni.edu.in" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ryangamin.json b/domains/ryangamin.json index 48f53a60f..93bc91449 100644 --- a/domains/ryangamin.json +++ b/domains/ryangamin.json @@ -4,7 +4,7 @@ "email": "ryangaminmc@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/rylie.json b/domains/rylie.json index 92127e69f..732180418 100644 --- a/domains/rylie.json +++ b/domains/rylie.json @@ -4,7 +4,7 @@ "email": "rylieeeeexd@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ryo.json b/domains/ryo.json index 9c3d6d741..345c40265 100644 --- a/domains/ryo.json +++ b/domains/ryo.json @@ -4,7 +4,7 @@ "email": "yo1sefooop@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/s7nx.json b/domains/s7nx.json index e34773a52..6d6e3963e 100644 --- a/domains/s7nx.json +++ b/domains/s7nx.json @@ -4,7 +4,7 @@ "email": "synx.lynx69@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sadiz.json b/domains/sadiz.json index a86b305fc..9943a93fa 100644 --- a/domains/sadiz.json +++ b/domains/sadiz.json @@ -4,7 +4,7 @@ "email": "hellosadish@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sai-mehar.json b/domains/sai-mehar.json index 7bf3ba607..c5af18fac 100644 --- a/domains/sai-mehar.json +++ b/domains/sai-mehar.json @@ -4,7 +4,7 @@ "email": "saimehar2005@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/saiganeshganoju.json b/domains/saiganeshganoju.json index 2b2a31108..4d73b2aa7 100644 --- a/domains/saiganeshganoju.json +++ b/domains/saiganeshganoju.json @@ -4,7 +4,7 @@ "email": "saiganeshganoju@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sameer.json b/domains/sameer.json index 264047dee..000fd7678 100644 --- a/domains/sameer.json +++ b/domains/sameer.json @@ -4,7 +4,7 @@ "email": "jasitis@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sami.json b/domains/sami.json index e0d6d2c92..f7bcef69b 100644 --- a/domains/sami.json +++ b/domains/sami.json @@ -4,7 +4,7 @@ "email": "scamstur@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/samlim.json b/domains/samlim.json index 67f6015a8..835eb068b 100644 --- a/domains/samlim.json +++ b/domains/samlim.json @@ -4,7 +4,7 @@ "email": "samuelylim04@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/samsul.json b/domains/samsul.json index da03eab85..bc1ac50de 100644 --- a/domains/samsul.json +++ b/domains/samsul.json @@ -4,7 +4,7 @@ "email": "rakhakhairydarka801@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sandi.json b/domains/sandi.json index 4506e5a03..459001f76 100644 --- a/domains/sandi.json +++ b/domains/sandi.json @@ -4,7 +4,7 @@ "email": "sandimixyz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sanityless.json b/domains/sanityless.json index bfa0623b9..0f57515cc 100644 --- a/domains/sanityless.json +++ b/domains/sanityless.json @@ -4,7 +4,7 @@ "email": "ataharmolla@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/saqlainbrawl.json b/domains/saqlainbrawl.json index d7e5ae7d5..ec50cc74e 100644 --- a/domains/saqlainbrawl.json +++ b/domains/saqlainbrawl.json @@ -4,7 +4,7 @@ "email": "saqlainbrawl@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/saturn-net.json b/domains/saturn-net.json index 55518e2b0..61e34301a 100644 --- a/domains/saturn-net.json +++ b/domains/saturn-net.json @@ -4,7 +4,7 @@ "email": "TheCatatomic@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/saumon.json b/domains/saumon.json index 6aa55c00b..2040d27f0 100644 --- a/domains/saumon.json +++ b/domains/saumon.json @@ -4,7 +4,7 @@ "email": "viala38000@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/saunear.json b/domains/saunear.json index 6ae344576..6ef860e1b 100644 --- a/domains/saunear.json +++ b/domains/saunear.json @@ -4,7 +4,7 @@ "email": "bcefsart@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/saurabh-kirve.json b/domains/saurabh-kirve.json index 2040678f9..afd47a19a 100644 --- a/domains/saurabh-kirve.json +++ b/domains/saurabh-kirve.json @@ -4,7 +4,7 @@ "email": "saurabhkirve@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sayantan.json b/domains/sayantan.json index 2515f6338..138802c0b 100644 --- a/domains/sayantan.json +++ b/domains/sayantan.json @@ -4,7 +4,7 @@ "email": "legendsayantanpaul@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/school.json b/domains/school.json index 77ad463dd..5fe751c74 100644 --- a/domains/school.json +++ b/domains/school.json @@ -4,7 +4,7 @@ "email": "jacob.blits@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/schummler.json b/domains/schummler.json index a34b57095..9878220b1 100644 --- a/domains/schummler.json +++ b/domains/schummler.json @@ -4,7 +4,7 @@ "email": "markwilkens102@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/scythemedia.json b/domains/scythemedia.json index 62dd9bdc8..53736291d 100644 --- a/domains/scythemedia.json +++ b/domains/scythemedia.json @@ -4,7 +4,7 @@ "email": "tbswartz10@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sedat.json b/domains/sedat.json index 42d002698..07c775c62 100644 --- a/domains/sedat.json +++ b/domains/sedat.json @@ -4,7 +4,7 @@ "email": "sedat342042@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sedat3344.json b/domains/sedat3344.json index 42d002698..07c775c62 100644 --- a/domains/sedat3344.json +++ b/domains/sedat3344.json @@ -4,7 +4,7 @@ "email": "sedat342042@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/seizedforge.json b/domains/seizedforge.json index 4a4be8287..faaff9bd3 100644 --- a/domains/seizedforge.json +++ b/domains/seizedforge.json @@ -4,7 +4,7 @@ "email": "gamebringerdev@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/senix.json b/domains/senix.json index 8e7058300..2cc6a96bc 100644 --- a/domains/senix.json +++ b/domains/senix.json @@ -4,7 +4,7 @@ "email": "oliviercj195@yahoo.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sephrost.json b/domains/sephrost.json index 67fa8778a..3139d0568 100644 --- a/domains/sephrost.json +++ b/domains/sephrost.json @@ -4,7 +4,7 @@ "email": "lorenzato.fabi13@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/seraphic.json b/domains/seraphic.json index 00bf90f52..b8b180f33 100644 --- a/domains/seraphic.json +++ b/domains/seraphic.json @@ -4,7 +4,7 @@ "email": "AidhaniDev@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/seriuos.json b/domains/seriuos.json index 6054e6339..b0cec730c 100644 --- a/domains/seriuos.json +++ b/domains/seriuos.json @@ -4,7 +4,7 @@ "email": "trexi82.82@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sex.json b/domains/sex.json index 8c52380bf..311f80323 100644 --- a/domains/sex.json +++ b/domains/sex.json @@ -4,7 +4,7 @@ "email": "nguyendaikhang2000@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sgogov.json b/domains/sgogov.json index dff4c995d..376ab1606 100644 --- a/domains/sgogov.json +++ b/domains/sgogov.json @@ -4,7 +4,7 @@ "email": "stefangogov@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sgyt.json b/domains/sgyt.json index 25e2bdf4b..0cd64dc0c 100644 --- a/domains/sgyt.json +++ b/domains/sgyt.json @@ -4,7 +4,7 @@ "email": "cshaily38@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sh1nyhunt3r27.json b/domains/sh1nyhunt3r27.json index 7295c2323..a13decd1f 100644 --- a/domains/sh1nyhunt3r27.json +++ b/domains/sh1nyhunt3r27.json @@ -4,7 +4,7 @@ "email": "Jom834827@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shabnam.json b/domains/shabnam.json index edfc2aad1..9c5b61bd1 100644 --- a/domains/shabnam.json +++ b/domains/shabnam.json @@ -4,7 +4,7 @@ "email": "cycloneaddon@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shad.json b/domains/shad.json index f60d4041c..0ae7bfeee 100644 --- a/domains/shad.json +++ b/domains/shad.json @@ -4,7 +4,7 @@ "email": "saksham.access@yahoo.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shamshitty.json b/domains/shamshitty.json index d785d340c..905f9d8bc 100644 --- a/domains/shamshitty.json +++ b/domains/shamshitty.json @@ -7,7 +7,7 @@ }, "description": "shamshitty is indeed a dev (kinda)", "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shaquib.json b/domains/shaquib.json index 2ad8e0d9d..c3595cf3f 100644 --- a/domains/shaquib.json +++ b/domains/shaquib.json @@ -4,7 +4,7 @@ "email": "mdshaaaquib@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sharan.json b/domains/sharan.json index 4a31675c2..a987bb6e0 100644 --- a/domains/sharan.json +++ b/domains/sharan.json @@ -4,7 +4,7 @@ "email": "yenugulasharan8019@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shawty.json b/domains/shawty.json index d6c07c42f..8b0cdace2 100644 --- a/domains/shawty.json +++ b/domains/shawty.json @@ -4,7 +4,7 @@ "email": "stanasarts@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shell.json b/domains/shell.json index f2b3a9ba4..d9c24741a 100644 --- a/domains/shell.json +++ b/domains/shell.json @@ -4,7 +4,7 @@ "email": "shll@tuta.io" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shiba.json b/domains/shiba.json index e16e859ba..cc9d2f0cc 100644 --- a/domains/shiba.json +++ b/domains/shiba.json @@ -4,7 +4,7 @@ "email": "hurvzee+partizao@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shilab.json b/domains/shilab.json index 73ef23e8f..b78cbc7d4 100644 --- a/domains/shilab.json +++ b/domains/shilab.json @@ -4,7 +4,7 @@ "email": "aan176972@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shivathmika.json b/domains/shivathmika.json index 0e5333188..5be4f12a2 100644 --- a/domains/shivathmika.json +++ b/domains/shivathmika.json @@ -4,7 +4,7 @@ "email": "yelurishivathmika@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shizotechie.json b/domains/shizotechie.json index 68966decc..2dad9427b 100644 --- a/domains/shizotechie.json +++ b/domains/shizotechie.json @@ -4,7 +4,7 @@ "email": "yugeshsingh27@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shmeeseeks.json b/domains/shmeeseeks.json index 5fe892f76..56bf30162 100644 --- a/domains/shmeeseeks.json +++ b/domains/shmeeseeks.json @@ -4,7 +4,7 @@ "email": "lyaacoubi.othmane8@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shobhit9945.json b/domains/shobhit9945.json index 575c7fa89..ea45d53ce 100644 --- a/domains/shobhit9945.json +++ b/domains/shobhit9945.json @@ -4,7 +4,7 @@ "email": "shobhitbaijal5@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shrek.json b/domains/shrek.json index d844f253d..f45ff53a9 100644 --- a/domains/shrek.json +++ b/domains/shrek.json @@ -4,7 +4,7 @@ "email": "callumcardy7@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shreya.json b/domains/shreya.json index f60d4041c..0ae7bfeee 100644 --- a/domains/shreya.json +++ b/domains/shreya.json @@ -4,7 +4,7 @@ "email": "saksham.access@yahoo.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shubhamkumar.json b/domains/shubhamkumar.json index 6a8edd934..d17b7727e 100644 --- a/domains/shubhamkumar.json +++ b/domains/shubhamkumar.json @@ -4,7 +4,7 @@ "email": "shubham04122004@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shubhamverma.json b/domains/shubhamverma.json index 6a6c632e1..0875cd397 100644 --- a/domains/shubhamverma.json +++ b/domains/shubhamverma.json @@ -4,7 +4,7 @@ "email": "shubhamverma6351@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/shuriken.json b/domains/shuriken.json index b3f9c2a4a..e761f35de 100644 --- a/domains/shuriken.json +++ b/domains/shuriken.json @@ -4,7 +4,7 @@ "email": "005sunnysingh@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/sia.json b/domains/sia.json index 8e962f1b2..377c9e4a5 100644 --- a/domains/sia.json +++ b/domains/sia.json @@ -4,7 +4,7 @@ "email": "work@sujandeb.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/siddharthtewari.json b/domains/siddharthtewari.json index 59c386d97..fe5dbf434 100644 --- a/domains/siddharthtewari.json +++ b/domains/siddharthtewari.json @@ -4,7 +4,7 @@ "email": "siddharthtewari14@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sigmassimo.json b/domains/sigmassimo.json index dbb4f9e08..6b64a90db 100644 --- a/domains/sigmassimo.json +++ b/domains/sigmassimo.json @@ -4,7 +4,7 @@ "email": "maximilian-schreiber271@t-online.de" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/silksp.json b/domains/silksp.json index 8acc3b23f..1952237f7 100644 --- a/domains/silksp.json +++ b/domains/silksp.json @@ -4,7 +4,7 @@ "email": "seba.perezo@hotmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sirens.json b/domains/sirens.json index ee8bb4814..706aa2b1f 100644 --- a/domains/sirens.json +++ b/domains/sirens.json @@ -4,7 +4,7 @@ "email": "collinsdawns184@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sjlptpsnh.json b/domains/sjlptpsnh.json index 5edc708fb..5436915e6 100644 --- a/domains/sjlptpsnh.json +++ b/domains/sjlptpsnh.json @@ -4,7 +4,7 @@ "email": "sujalpratapsingh70@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/skillz.json b/domains/skillz.json index 77ad463dd..5fe751c74 100644 --- a/domains/skillz.json +++ b/domains/skillz.json @@ -4,7 +4,7 @@ "email": "jacob.blits@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/skydiver-web.json b/domains/skydiver-web.json index 14dec9b68..85039945e 100644 --- a/domains/skydiver-web.json +++ b/domains/skydiver-web.json @@ -4,7 +4,7 @@ "email": "reeseb1660@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/skyopg.json b/domains/skyopg.json index 9c3d6d741..345c40265 100644 --- a/domains/skyopg.json +++ b/domains/skyopg.json @@ -4,7 +4,7 @@ "email": "yo1sefooop@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/slashed.json b/domains/slashed.json index e4ed58877..070ccdc7f 100644 --- a/domains/slashed.json +++ b/domains/slashed.json @@ -4,7 +4,7 @@ "email": "alexfeed1990real@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sneax.json b/domains/sneax.json index dbec35764..671391992 100644 --- a/domains/sneax.json +++ b/domains/sneax.json @@ -4,7 +4,7 @@ "email": "illuminater3000@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/snipc.json b/domains/snipc.json index 091381c65..3c7284b59 100644 --- a/domains/snipc.json +++ b/domains/snipc.json @@ -4,7 +4,7 @@ "email": "snipc.mail@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/snippyivan.json b/domains/snippyivan.json index aaa4cd040..dbbb3907a 100644 --- a/domains/snippyivan.json +++ b/domains/snippyivan.json @@ -4,7 +4,7 @@ "email": "ivanmasinde@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/snippytech.json b/domains/snippytech.json index aaa4cd040..dbbb3907a 100644 --- a/domains/snippytech.json +++ b/domains/snippytech.json @@ -4,7 +4,7 @@ "email": "ivanmasinde@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/snow.json b/domains/snow.json index da03eab85..bc1ac50de 100644 --- a/domains/snow.json +++ b/domains/snow.json @@ -4,7 +4,7 @@ "email": "rakhakhairydarka801@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/snowservice.json b/domains/snowservice.json index da03eab85..bc1ac50de 100644 --- a/domains/snowservice.json +++ b/domains/snowservice.json @@ -4,7 +4,7 @@ "email": "rakhakhairydarka801@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/snwsrv.json b/domains/snwsrv.json index da03eab85..bc1ac50de 100644 --- a/domains/snwsrv.json +++ b/domains/snwsrv.json @@ -4,7 +4,7 @@ "email": "rakhakhairydarka801@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sof009.json b/domains/sof009.json index ba70e909c..06087f1ab 100644 --- a/domains/sof009.json +++ b/domains/sof009.json @@ -4,7 +4,7 @@ "email": "SOF.009@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sohamkansodaria.json b/domains/sohamkansodaria.json index d81051004..e4c4885ba 100644 --- a/domains/sohamkansodaria.json +++ b/domains/sohamkansodaria.json @@ -4,7 +4,7 @@ "email": "sohupatel8828@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/someshsrichandan.json b/domains/someshsrichandan.json index 1aca9c790..caad7c3de 100644 --- a/domains/someshsrichandan.json +++ b/domains/someshsrichandan.json @@ -4,7 +4,7 @@ "email": "someshsrichandan@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/soup.json b/domains/soup.json index 153425e93..bea0a34c9 100644 --- a/domains/soup.json +++ b/domains/soup.json @@ -4,7 +4,7 @@ "email": "slxtty.bxtchlol@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/spa.json b/domains/spa.json index 830cce23d..958a47c75 100644 --- a/domains/spa.json +++ b/domains/spa.json @@ -4,7 +4,7 @@ "email": "stefano.persanoadorno@liceopertini.edu.it" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/spaace.json b/domains/spaace.json index 0a2ee0fec..452ae9bc1 100644 --- a/domains/spaace.json +++ b/domains/spaace.json @@ -4,7 +4,7 @@ "email": "coelhoaiden@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sparkfire298.json b/domains/sparkfire298.json index 649fe9104..34bdd11bd 100644 --- a/domains/sparkfire298.json +++ b/domains/sparkfire298.json @@ -4,7 +4,7 @@ "email": "sparkfire298@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sparkle.json b/domains/sparkle.json index efa2ddce3..6120cccd1 100644 --- a/domains/sparkle.json +++ b/domains/sparkle.json @@ -4,7 +4,7 @@ "email": "sparkleop921@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/spd.json b/domains/spd.json index 87680c9da..6793003bb 100644 --- a/domains/spd.json +++ b/domains/spd.json @@ -4,7 +4,7 @@ "email": "aspdoctor@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/spike.json b/domains/spike.json index 8c6b630ad..26c77f48c 100644 --- a/domains/spike.json +++ b/domains/spike.json @@ -4,7 +4,7 @@ "email": "spikevinz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/spill.json b/domains/spill.json index f86679f21..9635dcb67 100644 --- a/domains/spill.json +++ b/domains/spill.json @@ -4,7 +4,7 @@ "email": "playerwictor@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/splashy.json b/domains/splashy.json index 4e6a7710f..ae347f452 100644 --- a/domains/splashy.json +++ b/domains/splashy.json @@ -4,7 +4,7 @@ "email": "clicpowytb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/spyminer.json b/domains/spyminer.json index 7cf9fbe34..315e83bb2 100644 --- a/domains/spyminer.json +++ b/domains/spyminer.json @@ -4,7 +4,7 @@ "email": "vince@engelbrecht.pro" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/spynet.json b/domains/spynet.json index 439fac51d..b8e950f1a 100644 --- a/domains/spynet.json +++ b/domains/spynet.json @@ -4,7 +4,7 @@ "email": "modestojr886@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/squaresmp.json b/domains/squaresmp.json index ff5b01645..93efbb43e 100644 --- a/domains/squaresmp.json +++ b/domains/squaresmp.json @@ -4,7 +4,7 @@ "email": "squaresmp@asia.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sreevikram.json b/domains/sreevikram.json index 45942d26e..241355d9d 100644 --- a/domains/sreevikram.json +++ b/domains/sreevikram.json @@ -5,7 +5,7 @@ "email": "sreevikram.r@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/sser.json b/domains/sser.json index 399c62889..7fc2eb17b 100644 --- a/domains/sser.json +++ b/domains/sser.json @@ -4,7 +4,7 @@ "email": "nuffimail33@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sshdgjeienjdje.json b/domains/sshdgjeienjdje.json index edfc2aad1..9c5b61bd1 100644 --- a/domains/sshdgjeienjdje.json +++ b/domains/sshdgjeienjdje.json @@ -4,7 +4,7 @@ "email": "cycloneaddon@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sso.nqdev.json b/domains/sso.nqdev.json index b305e2dee..2cbbfef3d 100644 --- a/domains/sso.nqdev.json +++ b/domains/sso.nqdev.json @@ -4,7 +4,7 @@ "email": "nguyenquy.1096@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/stamina.json b/domains/stamina.json index ff662646a..a52bcf209 100644 --- a/domains/stamina.json +++ b/domains/stamina.json @@ -4,7 +4,7 @@ "email": "ivankyosev21@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/stanasx.json b/domains/stanasx.json index d6c07c42f..8b0cdace2 100644 --- a/domains/stanasx.json +++ b/domains/stanasx.json @@ -4,7 +4,7 @@ "email": "stanasarts@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/stellar.json b/domains/stellar.json index 4941e43a1..6c986115d 100644 --- a/domains/stellar.json +++ b/domains/stellar.json @@ -4,7 +4,7 @@ "email": "pollardjackson@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/stellaros.json b/domains/stellaros.json index 4941e43a1..6c986115d 100644 --- a/domains/stellaros.json +++ b/domains/stellaros.json @@ -4,7 +4,7 @@ "email": "pollardjackson@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/stodja.json b/domains/stodja.json index ccd976ce6..01a757c7b 100644 --- a/domains/stodja.json +++ b/domains/stodja.json @@ -4,7 +4,7 @@ "email": "alexvelichko51@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/storm.json b/domains/storm.json index a46510fa6..3c33be953 100644 --- a/domains/storm.json +++ b/domains/storm.json @@ -4,7 +4,7 @@ "email": "juliettepoisson3@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/strtsnm.json b/domains/strtsnm.json index 3e03815e2..583239e1a 100644 --- a/domains/strtsnm.json +++ b/domains/strtsnm.json @@ -4,7 +4,7 @@ "email": "STRTSNM12@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/stuffmaker.json b/domains/stuffmaker.json index 57ae2d155..477148a21 100644 --- a/domains/stuffmaker.json +++ b/domains/stuffmaker.json @@ -4,7 +4,7 @@ "email": "acapello6666@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/stx.json b/domains/stx.json index d6c07c42f..8b0cdace2 100644 --- a/domains/stx.json +++ b/domains/stx.json @@ -4,7 +4,7 @@ "email": "stanasarts@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/su.json b/domains/su.json index fbd218162..7573d364b 100644 --- a/domains/su.json +++ b/domains/su.json @@ -4,7 +4,7 @@ "email": "hemalfnmondal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sudi.json b/domains/sudi.json index 2db3cbe9a..6bc5e248b 100644 --- a/domains/sudi.json +++ b/domains/sudi.json @@ -4,7 +4,7 @@ "email": "caasperahsanuamala5@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sudo.json b/domains/sudo.json index fbd218162..7573d364b 100644 --- a/domains/sudo.json +++ b/domains/sudo.json @@ -4,7 +4,7 @@ "email": "hemalfnmondal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sudosu.json b/domains/sudosu.json index fbd218162..7573d364b 100644 --- a/domains/sudosu.json +++ b/domains/sudosu.json @@ -4,7 +4,7 @@ "email": "hemalfnmondal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/suhailahmed2627.json b/domains/suhailahmed2627.json index 8387529bf..7ff007d38 100644 --- a/domains/suhailahmed2627.json +++ b/domains/suhailahmed2627.json @@ -4,7 +4,7 @@ "email": "suhailahmed2001sam@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sujan.json b/domains/sujan.json index 8e962f1b2..377c9e4a5 100644 --- a/domains/sujan.json +++ b/domains/sujan.json @@ -4,7 +4,7 @@ "email": "work@sujandeb.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sujandeb.json b/domains/sujandeb.json index 8e962f1b2..377c9e4a5 100644 --- a/domains/sujandeb.json +++ b/domains/sujandeb.json @@ -4,7 +4,7 @@ "email": "work@sujandeb.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/suki.json b/domains/suki.json index f2887c077..f5804c0b2 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -4,7 +4,7 @@ "email": "sukimayoo@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx include:mail.is-a.dev ~all", "MX": ["mail.is-a.dev"] } diff --git a/domains/suleymanduzgun.json b/domains/suleymanduzgun.json index ba897b9b6..1bfe2135f 100644 --- a/domains/suleymanduzgun.json +++ b/domains/suleymanduzgun.json @@ -4,7 +4,7 @@ "email": "suleymanduzgun@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/supusr.json b/domains/supusr.json index fbd218162..7573d364b 100644 --- a/domains/supusr.json +++ b/domains/supusr.json @@ -4,7 +4,7 @@ "email": "hemalfnmondal@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/suq3r.json b/domains/suq3r.json index 65c25c5b0..829aa7bc9 100644 --- a/domains/suq3r.json +++ b/domains/suq3r.json @@ -4,7 +4,7 @@ "email": "soundingcool100@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/sxe.json b/domains/sxe.json index d6c07c42f..8b0cdace2 100644 --- a/domains/sxe.json +++ b/domains/sxe.json @@ -4,7 +4,7 @@ "email": "stanasarts@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/syedomershah.json b/domains/syedomershah.json index cf626f7f9..9131a9b74 100644 --- a/domains/syedomershah.json +++ b/domains/syedomershah.json @@ -4,7 +4,7 @@ "email": "syedomershah99@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/systemm32.json b/domains/systemm32.json index 6e893f3a7..3705b668d 100644 --- a/domains/systemm32.json +++ b/domains/systemm32.json @@ -4,7 +4,7 @@ "email": "didunoxd@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tabanopro.json b/domains/tabanopro.json index aa6ebd16e..0700f14b6 100644 --- a/domains/tabanopro.json +++ b/domains/tabanopro.json @@ -4,7 +4,7 @@ "email": "glim4045@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/takeshi.json b/domains/takeshi.json index 1d22496e3..2d3783696 100644 --- a/domains/takeshi.json +++ b/domains/takeshi.json @@ -4,7 +4,7 @@ "email": "takeshi.gi75@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/takudzwachiutaalenga.json b/domains/takudzwachiutaalenga.json index 0a683c0c8..ec14e6dfd 100644 --- a/domains/takudzwachiutaalenga.json +++ b/domains/takudzwachiutaalenga.json @@ -4,7 +4,7 @@ "email": "takudzwachiutaalenga@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tanmayjaiswal.json b/domains/tanmayjaiswal.json index b7b822b8a..932b897ec 100644 --- a/domains/tanmayjaiswal.json +++ b/domains/tanmayjaiswal.json @@ -4,7 +4,7 @@ "email": "tanmayjaiswal31102002@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tariqul.json b/domains/tariqul.json index 2664fc05f..7591d9062 100644 --- a/domains/tariqul.json +++ b/domains/tariqul.json @@ -4,7 +4,7 @@ "email": "2201081175@UTTARAUNIVERSITY.EDU.BD" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tashvik.json b/domains/tashvik.json index 0d60c888e..cf0f04666 100644 --- a/domains/tashvik.json +++ b/domains/tashvik.json @@ -4,7 +4,7 @@ "email": "tashvik.12112279@lpu.in" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/taufikmaulidi.json b/domains/taufikmaulidi.json index 06202c492..1ad7b9af4 100644 --- a/domains/taufikmaulidi.json +++ b/domains/taufikmaulidi.json @@ -4,7 +4,7 @@ "email": "taufikmaulidi123@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tazmyan.json b/domains/tazmyan.json index 7257cd85d..b654817b3 100644 --- a/domains/tazmyan.json +++ b/domains/tazmyan.json @@ -4,7 +4,7 @@ "email": "tikpatka@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tbhgodpro.json b/domains/tbhgodpro.json index 4ba824e4e..1b636cab3 100644 --- a/domains/tbhgodpro.json +++ b/domains/tbhgodpro.json @@ -4,7 +4,7 @@ "email": "tarun.bhaskar@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tech-is-god.json b/domains/tech-is-god.json index c18c33303..94aef4f30 100644 --- a/domains/tech-is-god.json +++ b/domains/tech-is-god.json @@ -4,7 +4,7 @@ "email": "zprice720@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/techhjork.json b/domains/techhjork.json index 18d53e5da..5506d02ef 100644 --- a/domains/techhjork.json +++ b/domains/techhjork.json @@ -4,7 +4,7 @@ "email": "techhjork@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/techke.json b/domains/techke.json index 174a7a941..25fe10783 100644 --- a/domains/techke.json +++ b/domains/techke.json @@ -4,7 +4,7 @@ "email": "techpunditke@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/techpundit.json b/domains/techpundit.json index 174a7a941..25fe10783 100644 --- a/domains/techpundit.json +++ b/domains/techpundit.json @@ -4,7 +4,7 @@ "email": "techpunditke@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/techpunditke.json b/domains/techpunditke.json index 174a7a941..25fe10783 100644 --- a/domains/techpunditke.json +++ b/domains/techpunditke.json @@ -4,7 +4,7 @@ "email": "techpunditke@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tehpig.json b/domains/tehpig.json index 1ac0fb64c..7c10f8c09 100644 --- a/domains/tehpig.json +++ b/domains/tehpig.json @@ -4,7 +4,7 @@ "email": "aggelosdellas@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/terraegg.json b/domains/terraegg.json index 84e78e300..9b04706fb 100644 --- a/domains/terraegg.json +++ b/domains/terraegg.json @@ -4,7 +4,7 @@ "email": "oliver.young4@student.education.wa.edu.au" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/test2214.json b/domains/test2214.json index 3b03fdb96..57306063d 100644 --- a/domains/test2214.json +++ b/domains/test2214.json @@ -4,7 +4,7 @@ "email": "005sunnysingh@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/test373.json b/domains/test373.json index 6187042fc..a8dbaa99a 100644 --- a/domains/test373.json +++ b/domains/test373.json @@ -4,7 +4,7 @@ "email": "is-a-dev@win11react.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/test849205.json b/domains/test849205.json index ff5b01645..93efbb43e 100644 --- a/domains/test849205.json +++ b/domains/test849205.json @@ -4,7 +4,7 @@ "email": "squaresmp@asia.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/textures1245.json b/domains/textures1245.json index 7f501bdeb..3f13c37c3 100644 --- a/domains/textures1245.json +++ b/domains/textures1245.json @@ -4,7 +4,7 @@ "email": "sirprak1245@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thabanii.json b/domains/thabanii.json index fb2c4e8d4..4ae6c8db8 100644 --- a/domains/thabanii.json +++ b/domains/thabanii.json @@ -4,7 +4,7 @@ "email": "famkeed11@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/that.json b/domains/that.json index 4a3a18d93..0d25bd14a 100644 --- a/domains/that.json +++ b/domains/that.json @@ -4,7 +4,7 @@ "email": "1945934866@qq.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thatbigderp.json b/domains/thatbigderp.json index bdd114408..0e4d3663f 100644 --- a/domains/thatbigderp.json +++ b/domains/thatbigderp.json @@ -4,7 +4,7 @@ "email": "darkhacker8604@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thebestdeveloper.json b/domains/thebestdeveloper.json index 36725c211..532e99f20 100644 --- a/domains/thebestdeveloper.json +++ b/domains/thebestdeveloper.json @@ -4,7 +4,7 @@ "email": "thebestdeveloper@outlook.fr" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thedeveloper03.json b/domains/thedeveloper03.json index 918d4b3f5..3c48c990d 100644 --- a/domains/thedeveloper03.json +++ b/domains/thedeveloper03.json @@ -4,7 +4,7 @@ "email": "trishtrix01@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thedivided.json b/domains/thedivided.json index 4c2608f70..3d59d5654 100644 --- a/domains/thedivided.json +++ b/domains/thedivided.json @@ -4,7 +4,7 @@ "email": "logannorman2005@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thedt.json b/domains/thedt.json index 5177079fc..d4f8de9cc 100644 --- a/domains/thedt.json +++ b/domains/thedt.json @@ -4,7 +4,7 @@ "email": "duongtuan30306@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/theschoology.json b/domains/theschoology.json index 85d9aa22c..c518d52fd 100644 --- a/domains/theschoology.json +++ b/domains/theschoology.json @@ -4,7 +4,7 @@ "email": "shrini23@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thetechguy.json b/domains/thetechguy.json index f86679f21..9635dcb67 100644 --- a/domains/thetechguy.json +++ b/domains/thetechguy.json @@ -4,7 +4,7 @@ "email": "playerwictor@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thisqoutedoesntexist.json b/domains/thisqoutedoesntexist.json index a7d7f03da..11ce7ceb0 100644 --- a/domains/thisqoutedoesntexist.json +++ b/domains/thisqoutedoesntexist.json @@ -4,7 +4,7 @@ "email": "f2v74yt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thordevs.json b/domains/thordevs.json index 88b2f462d..51c54fde5 100644 --- a/domains/thordevs.json +++ b/domains/thordevs.json @@ -4,7 +4,7 @@ "email": "samzagamer4@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/thunder.json b/domains/thunder.json index 927842784..ef5178360 100644 --- a/domains/thunder.json +++ b/domains/thunder.json @@ -4,7 +4,7 @@ "email": "thunderarch77@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tien.json b/domains/tien.json index f0cfc7687..3ef6c7248 100644 --- a/domains/tien.json +++ b/domains/tien.json @@ -4,7 +4,7 @@ "email": "tien2309n@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/time.json b/domains/time.json index f268a50e5..b3eec57b5 100644 --- a/domains/time.json +++ b/domains/time.json @@ -4,7 +4,7 @@ "email": "tangkeehee2002@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tin.json b/domains/tin.json index 9a82e27e8..4c7ec4cee 100644 --- a/domains/tin.json +++ b/domains/tin.json @@ -4,7 +4,7 @@ "email": "marmeladenjunge+2nd@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tinergy.json b/domains/tinergy.json index eecce6108..547ad6a68 100644 --- a/domains/tinergy.json +++ b/domains/tinergy.json @@ -4,7 +4,7 @@ "email": "goh_z@live.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tinny.json b/domains/tinny.json index 9543b6a02..8f7f4e596 100644 --- a/domains/tinny.json +++ b/domains/tinny.json @@ -4,7 +4,7 @@ "email": "lewis.j.mcdonald@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tm-incognito.json b/domains/tm-incognito.json index 92e3e60bb..1532b27df 100644 --- a/domains/tm-incognito.json +++ b/domains/tm-incognito.json @@ -4,7 +4,7 @@ "email": "jumbokalied@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", "MX": ["hosts.is-a.dev"] } diff --git a/domains/toasta.json b/domains/toasta.json index 9713c6420..9643baad3 100644 --- a/domains/toasta.json +++ b/domains/toasta.json @@ -4,7 +4,7 @@ "email": "nolanp678@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/topher.json b/domains/topher.json index 59e3a9d24..f25285564 100644 --- a/domains/topher.json +++ b/domains/topher.json @@ -4,7 +4,7 @@ "email": "christopherwk210@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tosh.json b/domains/tosh.json index 8d03715b1..c24172c28 100644 --- a/domains/tosh.json +++ b/domains/tosh.json @@ -6,7 +6,7 @@ "email": "shellcodegroup@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tpglitch.json b/domains/tpglitch.json index c00ed4f67..0364bc2ca 100644 --- a/domains/tpglitch.json +++ b/domains/tpglitch.json @@ -4,7 +4,7 @@ "email": "tylerkinney50@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tpke.json b/domains/tpke.json index a3ef4ebbe..202061ec1 100644 --- a/domains/tpke.json +++ b/domains/tpke.json @@ -4,7 +4,7 @@ "email": "zeroratedtm@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/trailblazertech.json b/domains/trailblazertech.json index deff46931..21aa904de 100644 --- a/domains/trailblazertech.json +++ b/domains/trailblazertech.json @@ -4,7 +4,7 @@ "email": "trailblazire@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/trasadiyasmeet.json b/domains/trasadiyasmeet.json index a0acc45e8..afbd109a8 100644 --- a/domains/trasadiyasmeet.json +++ b/domains/trasadiyasmeet.json @@ -4,7 +4,7 @@ "email": "21bph115@nirmauni.ac.in" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/trvs.json b/domains/trvs.json index d1cdd9b8b..cd5c361e5 100644 --- a/domains/trvs.json +++ b/domains/trvs.json @@ -4,7 +4,7 @@ "email": "trvsmusicofficial@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/trvsmusic.json b/domains/trvsmusic.json index d1cdd9b8b..cd5c361e5 100644 --- a/domains/trvsmusic.json +++ b/domains/trvsmusic.json @@ -4,7 +4,7 @@ "email": "trvsmusicofficial@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/trypt.json b/domains/trypt.json index c4ed967de..86751c421 100644 --- a/domains/trypt.json +++ b/domains/trypt.json @@ -4,7 +4,7 @@ "email": "tryptamine@privacyrequired.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tw.json b/domains/tw.json index 681643fd1..815679b4e 100644 --- a/domains/tw.json +++ b/domains/tw.json @@ -4,7 +4,7 @@ "email": "tw31122007@googlemail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/twisted.json b/domains/twisted.json index 93cad3dd5..680fca65a 100644 --- a/domains/twisted.json +++ b/domains/twisted.json @@ -4,7 +4,7 @@ "email": "gamerdragon971@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/tzvika.json b/domains/tzvika.json index bac8f8d45..c0f4851b4 100644 --- a/domains/tzvika.json +++ b/domains/tzvika.json @@ -4,7 +4,7 @@ "email": "tzvika.ofek@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ukirio.json b/domains/ukirio.json index 84fa55566..68422ca70 100644 --- a/domains/ukirio.json +++ b/domains/ukirio.json @@ -4,7 +4,7 @@ "email": "u8k50850@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ultrix.json b/domains/ultrix.json index 4941e43a1..6c986115d 100644 --- a/domains/ultrix.json +++ b/domains/ultrix.json @@ -4,7 +4,7 @@ "email": "pollardjackson@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/umar.json b/domains/umar.json index 70f8f8740..12f2722f7 100644 --- a/domains/umar.json +++ b/domains/umar.json @@ -4,7 +4,7 @@ "email": "mineeaamir@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/unchained.json b/domains/unchained.json index 3a64984b4..6b9f7870b 100644 --- a/domains/unchained.json +++ b/domains/unchained.json @@ -4,7 +4,7 @@ "email": "yusuf_in@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/unixtz.json b/domains/unixtz.json index 6580dddf2..dda3ac1a1 100644 --- a/domains/unixtz.json +++ b/domains/unixtz.json @@ -4,7 +4,7 @@ "email": "abdulhaulerashid@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/unknowncheats.json b/domains/unknowncheats.json index 0db9311ef..afa1025f7 100644 --- a/domains/unknowncheats.json +++ b/domains/unknowncheats.json @@ -4,7 +4,7 @@ "email": "opkinshuk09@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/urgent.afcu.json b/domains/urgent.afcu.json index 14438577e..c84b867f5 100644 --- a/domains/urgent.afcu.json +++ b/domains/urgent.afcu.json @@ -4,7 +4,7 @@ "email": "rockkahan12@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/urgent.afcubanking.json b/domains/urgent.afcubanking.json index 14438577e..c84b867f5 100644 --- a/domains/urgent.afcubanking.json +++ b/domains/urgent.afcubanking.json @@ -4,7 +4,7 @@ "email": "rockkahan12@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/user.nqdev.json b/domains/user.nqdev.json index b305e2dee..2cbbfef3d 100644 --- a/domains/user.nqdev.json +++ b/domains/user.nqdev.json @@ -4,7 +4,7 @@ "email": "nguyenquy.1096@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/utility.icevixen.json b/domains/utility.icevixen.json index a7d7f03da..11ce7ceb0 100644 --- a/domains/utility.icevixen.json +++ b/domains/utility.icevixen.json @@ -4,7 +4,7 @@ "email": "f2v74yt@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/utkn.json b/domains/utkn.json index ad1758064..fd09256d6 100644 --- a/domains/utkn.json +++ b/domains/utkn.json @@ -4,7 +4,7 @@ "email": "39ph4f87a@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/utsavsingh.json b/domains/utsavsingh.json index ab45fbd72..9492c5289 100644 --- a/domains/utsavsingh.json +++ b/domains/utsavsingh.json @@ -4,7 +4,7 @@ "email": "singhutsavofficial@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/va1dee.json b/domains/va1dee.json index 332618686..54e96c903 100644 --- a/domains/va1dee.json +++ b/domains/va1dee.json @@ -4,7 +4,7 @@ "email": "vldslv.prydatko@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vaginessa.json b/domains/vaginessa.json index 0d48f08d8..f3d6c5a1f 100644 --- a/domains/vaginessa.json +++ b/domains/vaginessa.json @@ -4,7 +4,7 @@ "email": "vanni@f5.si" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/var.json b/domains/var.json index e4d7af640..901d5d04d 100644 --- a/domains/var.json +++ b/domains/var.json @@ -4,7 +4,7 @@ "email": "LZT7@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/varun.json b/domains/varun.json index a841e16cd..c7ebbe537 100644 --- a/domains/varun.json +++ b/domains/varun.json @@ -4,7 +4,7 @@ "email": "varunc105@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/varunhere.json b/domains/varunhere.json index 279fa9028..c93acc634 100644 --- a/domains/varunhere.json +++ b/domains/varunhere.json @@ -4,7 +4,7 @@ "email": "varunc105j@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/veer.json b/domains/veer.json index 2439a6ff7..8fca80fa9 100644 --- a/domains/veer.json +++ b/domains/veer.json @@ -4,7 +4,7 @@ "email": "veerhp@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/venkateshpagdikar.json b/domains/venkateshpagdikar.json index bab7dfa73..2e779acdd 100644 --- a/domains/venkateshpagdikar.json +++ b/domains/venkateshpagdikar.json @@ -4,7 +4,7 @@ "email": "venkateshpagdikar8@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/verse.json b/domains/verse.json index 4e6a7710f..ae347f452 100644 --- a/domains/verse.json +++ b/domains/verse.json @@ -4,7 +4,7 @@ "email": "clicpowytb@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/verstandlxs.json b/domains/verstandlxs.json index d81eae974..a3ab17e9a 100644 --- a/domains/verstandlxs.json +++ b/domains/verstandlxs.json @@ -4,7 +4,7 @@ "email": "community@verstandlxs.de" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vertex.json b/domains/vertex.json index 57135ae77..794111c79 100644 --- a/domains/vertex.json +++ b/domains/vertex.json @@ -4,7 +4,7 @@ "email": "ltong4867@inst.hcpss.org" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vhd.json b/domains/vhd.json index c523b7e5b..a3fa82d7a 100644 --- a/domains/vhd.json +++ b/domains/vhd.json @@ -4,7 +4,7 @@ "email": "dotrealvhd@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vian.json b/domains/vian.json index 9afebc9db..89eaff968 100644 --- a/domains/vian.json +++ b/domains/vian.json @@ -4,7 +4,7 @@ "email": "erel.ersahin@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/victoris.json b/domains/victoris.json index dfdb91c79..6abb35739 100644 --- a/domains/victoris.json +++ b/domains/victoris.json @@ -4,7 +4,7 @@ "email": "freevpn537@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/victorisgeek.json b/domains/victorisgeek.json index dfdb91c79..6abb35739 100644 --- a/domains/victorisgeek.json +++ b/domains/victorisgeek.json @@ -4,7 +4,7 @@ "email": "freevpn537@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vikkubaliga.json b/domains/vikkubaliga.json index 92706f8b4..2f946f389 100644 --- a/domains/vikkubaliga.json +++ b/domains/vikkubaliga.json @@ -4,7 +4,7 @@ "email": "vikkubaligatmp@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vin-decoder.json b/domains/vin-decoder.json index 04fc6d572..3051ca886 100644 --- a/domains/vin-decoder.json +++ b/domains/vin-decoder.json @@ -4,7 +4,7 @@ "email": "ashikhinivan18@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vincent-cly.json b/domains/vincent-cly.json index 24b7003a1..beda63ece 100644 --- a/domains/vincent-cly.json +++ b/domains/vincent-cly.json @@ -4,7 +4,7 @@ "email": "vchku413@connect.hku.hk" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vineet-khemnani.json b/domains/vineet-khemnani.json index 827f1263c..ee41af2b2 100644 --- a/domains/vineet-khemnani.json +++ b/domains/vineet-khemnani.json @@ -4,7 +4,7 @@ "email": "vineetkhemnani09@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/viraj.json b/domains/viraj.json index 2397070b5..90217a8be 100644 --- a/domains/viraj.json +++ b/domains/viraj.json @@ -4,7 +4,7 @@ "email": "virajwalavalkar90982@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vishok.json b/domains/vishok.json index 15316ef6a..410168790 100644 --- a/domains/vishok.json +++ b/domains/vishok.json @@ -4,7 +4,7 @@ "email": "mvishok2005@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vishwa.json b/domains/vishwa.json index cc296ef66..34a40edc1 100644 --- a/domains/vishwa.json +++ b/domains/vishwa.json @@ -4,7 +4,7 @@ "email": "vprabhath937@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/visionavtr.json b/domains/visionavtr.json index e07ba26eb..b817b2fed 100644 --- a/domains/visionavtr.json +++ b/domains/visionavtr.json @@ -4,7 +4,7 @@ "email": "lada_862@mail.ru" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vivek.2k.json b/domains/vivek.2k.json index 67466d604..cc716d3f1 100644 --- a/domains/vivek.2k.json +++ b/domains/vivek.2k.json @@ -4,7 +4,7 @@ "email": "Vivektvp1@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vleov.json b/domains/vleov.json index 965db554d..af154117a 100644 --- a/domains/vleov.json +++ b/domains/vleov.json @@ -4,7 +4,7 @@ "email": "leo.goetz2008@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/voidlesh.json b/domains/voidlesh.json index d1bd3dce2..405814df7 100644 --- a/domains/voidlesh.json +++ b/domains/voidlesh.json @@ -4,7 +4,7 @@ "email": "levi.maiwald@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/voldemort.json b/domains/voldemort.json index f85a91db5..bb5000598 100644 --- a/domains/voldemort.json +++ b/domains/voldemort.json @@ -4,7 +4,7 @@ "email": "vertesivv@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/voltic.json b/domains/voltic.json index 6ecc00cd1..0b6d0289b 100644 --- a/domains/voltic.json +++ b/domains/voltic.json @@ -4,7 +4,7 @@ "email": "harpymclol@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/voonyuan.json b/domains/voonyuan.json index ecec34106..61e408cf6 100644 --- a/domains/voonyuan.json +++ b/domains/voonyuan.json @@ -4,7 +4,7 @@ "email": "voonyuan11@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/vt-d.json b/domains/vt-d.json index 3aeff48e4..684c1504d 100644 --- a/domains/vt-d.json +++ b/domains/vt-d.json @@ -4,7 +4,7 @@ "email": "poonipapatv@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/wang.json b/domains/wang.json index e31dd3760..fd02ae2df 100644 --- a/domains/wang.json +++ b/domains/wang.json @@ -4,7 +4,7 @@ "email": "Real.Shid.999@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/wangjoui.json b/domains/wangjoui.json index 38484d437..66b9329d2 100644 --- a/domains/wangjoui.json +++ b/domains/wangjoui.json @@ -4,7 +4,7 @@ "email": "trieuvy5ghz@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/wankhede.json b/domains/wankhede.json index 747e159da..d26b45d0e 100644 --- a/domains/wankhede.json +++ b/domains/wankhede.json @@ -4,7 +4,7 @@ "email": "abhiwa6@protonmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/wap.json b/domains/wap.json index c2ee58540..92e7cb91e 100644 --- a/domains/wap.json +++ b/domains/wap.json @@ -4,7 +4,7 @@ "email": "hifund@yandex.ru" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/warvan.json b/domains/warvan.json index 43bd53bf1..c76ebfa67 100644 --- a/domains/warvan.json +++ b/domains/warvan.json @@ -4,7 +4,7 @@ "email": "irvaaanfauzi1@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/web-design-zone.json b/domains/web-design-zone.json index 5caa14ab7..bcd7b225c 100644 --- a/domains/web-design-zone.json +++ b/domains/web-design-zone.json @@ -4,7 +4,7 @@ "email": "mastermail99999@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/webmarshalls.json b/domains/webmarshalls.json index 2efdcb618..c9dd94511 100644 --- a/domains/webmarshalls.json +++ b/domains/webmarshalls.json @@ -4,7 +4,7 @@ "email": "ndirangusteven131@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/whinny.json b/domains/whinny.json index 2af9ee419..439dac763 100644 --- a/domains/whinny.json +++ b/domains/whinny.json @@ -4,7 +4,7 @@ "email": "hajimesiyyachiyyo@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/wibu.json b/domains/wibu.json index a978b39c4..84c551334 100644 --- a/domains/wibu.json +++ b/domains/wibu.json @@ -4,7 +4,7 @@ "email": "admin@yukinoshita.web.id" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/williamsebastian.json b/domains/williamsebastian.json index bfcde4110..2c091c5c9 100644 --- a/domains/williamsebastian.json +++ b/domains/williamsebastian.json @@ -4,7 +4,7 @@ "email": "baseparody@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/winniepat.json b/domains/winniepat.json index 97023cd6b..573a55433 100644 --- a/domains/winniepat.json +++ b/domains/winniepat.json @@ -4,7 +4,7 @@ "email": "wc92226@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/wizard.json b/domains/wizard.json index f8ca65bab..953bd30cc 100644 --- a/domains/wizard.json +++ b/domains/wizard.json @@ -4,7 +4,7 @@ "email": "andreysuew@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/wolflangtw.json b/domains/wolflangtw.json index d619083a4..58d976e80 100644 --- a/domains/wolflangtw.json +++ b/domains/wolflangtw.json @@ -4,7 +4,7 @@ "email": "wolflang.channel@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/woxdev.json b/domains/woxdev.json index 013e8514f..39534e75b 100644 --- a/domains/woxdev.json +++ b/domains/woxdev.json @@ -4,7 +4,7 @@ "email": "januardhodicky06@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/www.amulyasingh.json b/domains/www.amulyasingh.json index e2571d9b8..397c34f77 100644 --- a/domains/www.amulyasingh.json +++ b/domains/www.amulyasingh.json @@ -4,7 +4,7 @@ "email": "ytamulya77@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/x3ric.json b/domains/x3ric.json index 0f8780973..961b4cbc6 100644 --- a/domains/x3ric.json +++ b/domains/x3ric.json @@ -4,7 +4,7 @@ "email": "ericxaime@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xcut.json b/domains/xcut.json index 05beaa829..3b650418b 100644 --- a/domains/xcut.json +++ b/domains/xcut.json @@ -4,7 +4,7 @@ "email": "martinskyler829@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xian.json b/domains/xian.json index dbae5eaa5..917ce7eef 100644 --- a/domains/xian.json +++ b/domains/xian.json @@ -4,7 +4,7 @@ "email": "xian.docdocil@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xiaozhe.json b/domains/xiaozhe.json index 56c0f72d4..aa26a5890 100644 --- a/domains/xiaozhe.json +++ b/domains/xiaozhe.json @@ -4,7 +4,7 @@ "email": "meps105195@go.edu.tw" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xinfull.json b/domains/xinfull.json index 72d409779..635e90072 100644 --- a/domains/xinfull.json +++ b/domains/xinfull.json @@ -4,7 +4,7 @@ "email": "robertkitunda89@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xkotelek.json b/domains/xkotelek.json index 7e886d9e4..f3c192a22 100644 --- a/domains/xkotelek.json +++ b/domains/xkotelek.json @@ -4,7 +4,7 @@ "email": "contact@kotelek.dev" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xorisx.json b/domains/xorisx.json index 1574a8324..48a745462 100644 --- a/domains/xorisx.json +++ b/domains/xorisx.json @@ -4,7 +4,7 @@ "email": "68936a@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xoronium.json b/domains/xoronium.json index 2c4adf330..59e5b9feb 100644 --- a/domains/xoronium.json +++ b/domains/xoronium.json @@ -4,7 +4,7 @@ "email": "theglocksaint1535@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xorro.json b/domains/xorro.json index a2a94a22b..08049af2f 100644 --- a/domains/xorro.json +++ b/domains/xorro.json @@ -4,7 +4,7 @@ "email": "crllect@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xram.json b/domains/xram.json index bf17ec0a0..5a11058c8 100644 --- a/domains/xram.json +++ b/domains/xram.json @@ -4,7 +4,7 @@ "email": "ash.zeit@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/xuanwu.json b/domains/xuanwu.json index 9781f7b44..14200571f 100644 --- a/domains/xuanwu.json +++ b/domains/xuanwu.json @@ -4,7 +4,7 @@ "email": "vluxyue@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yairmedina.json b/domains/yairmedina.json index d84d370e3..77c870165 100644 --- a/domains/yairmedina.json +++ b/domains/yairmedina.json @@ -4,7 +4,7 @@ "email": "spam.me.please.do.it@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yakisan.json b/domains/yakisan.json index 14f859630..a164534d0 100644 --- a/domains/yakisan.json +++ b/domains/yakisan.json @@ -4,7 +4,7 @@ "email": "mefeyakisan@icloud.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yash-khattar.json b/domains/yash-khattar.json index 6dec7f9bc..26520e320 100644 --- a/domains/yash-khattar.json +++ b/domains/yash-khattar.json @@ -4,7 +4,7 @@ "email": "yashkhattar73@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yashwardhan.json b/domains/yashwardhan.json index 00ea8aed3..ee445f4c1 100644 --- a/domains/yashwardhan.json +++ b/domains/yashwardhan.json @@ -4,7 +4,7 @@ "email": "yashwardhan333666@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yc-gen.json b/domains/yc-gen.json index 63164b131..8b83358ca 100644 --- a/domains/yc-gen.json +++ b/domains/yc-gen.json @@ -4,7 +4,7 @@ "email": "marsi591707@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yef.json b/domains/yef.json index c3cf60175..cd3a92201 100644 --- a/domains/yef.json +++ b/domains/yef.json @@ -4,7 +4,7 @@ "email": "jeremyq33@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yes.json b/domains/yes.json index dfdb91c79..6abb35739 100644 --- a/domains/yes.json +++ b/domains/yes.json @@ -4,7 +4,7 @@ "email": "freevpn537@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yieldray.json b/domains/yieldray.json index e2a9351cc..a9b08785d 100644 --- a/domains/yieldray.json +++ b/domains/yieldray.json @@ -4,7 +4,7 @@ "email": "yieldray@outlook.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yiyi.json b/domains/yiyi.json index 397b37a1c..3be8043e0 100644 --- a/domains/yiyi.json +++ b/domains/yiyi.json @@ -4,7 +4,7 @@ "email": "646042371@qq.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yoitsrt.json b/domains/yoitsrt.json index 683ae61a9..4109556f7 100644 --- a/domains/yoitsrt.json +++ b/domains/yoitsrt.json @@ -4,7 +4,7 @@ "email": "rustytrim11@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yourmom.json b/domains/yourmom.json index adb8a3df9..8a6294146 100644 --- a/domains/yourmom.json +++ b/domains/yourmom.json @@ -4,7 +4,7 @@ "email": "ojedallopezangel@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yousefzidan.json b/domains/yousefzidan.json index 33417de64..2f78894c8 100644 --- a/domains/yousefzidan.json +++ b/domains/yousefzidan.json @@ -4,7 +4,7 @@ "email": "0x0jx@proton.me" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/youssef.json b/domains/youssef.json index 65c2532d1..ad3bd6dd6 100644 --- a/domains/youssef.json +++ b/domains/youssef.json @@ -4,7 +4,7 @@ "email": "szeropercent@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yozie.json b/domains/yozie.json index e674f39d2..d0761039b 100644 --- a/domains/yozie.json +++ b/domains/yozie.json @@ -4,7 +4,7 @@ "email": "mrfreeze987@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yozieb.json b/domains/yozieb.json index e674f39d2..d0761039b 100644 --- a/domains/yozieb.json +++ b/domains/yozieb.json @@ -4,7 +4,7 @@ "email": "mrfreeze987@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yozieeee.json b/domains/yozieeee.json index e674f39d2..d0761039b 100644 --- a/domains/yozieeee.json +++ b/domains/yozieeee.json @@ -4,7 +4,7 @@ "email": "mrfreeze987@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yt.amulyasingh.json b/domains/yt.amulyasingh.json index 77aeb7865..f91fc50e4 100644 --- a/domains/yt.amulyasingh.json +++ b/domains/yt.amulyasingh.json @@ -4,7 +4,7 @@ "email": "amulyasingh370@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ytdl.mrj.json b/domains/ytdl.mrj.json index 21d629caf..f3e362dd2 100644 --- a/domains/ytdl.mrj.json +++ b/domains/ytdl.mrj.json @@ -4,7 +4,7 @@ "email": "illegalhacker2.0@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yuki.json b/domains/yuki.json index 427dde50c..15820aa00 100644 --- a/domains/yuki.json +++ b/domains/yuki.json @@ -4,7 +4,7 @@ "email": "mejmayfoof@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yumi.json b/domains/yumi.json index ecee8e7ba..d84c20ad6 100644 --- a/domains/yumi.json +++ b/domains/yumi.json @@ -4,7 +4,7 @@ "email": "akosifujiph@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yuyu.json b/domains/yuyu.json index f3bb3e125..3395877b8 100644 --- a/domains/yuyu.json +++ b/domains/yuyu.json @@ -4,7 +4,7 @@ "email": "Jesus71236gaming@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/yyw.json b/domains/yyw.json index 362dad048..710e5c0b2 100644 --- a/domains/yyw.json +++ b/domains/yyw.json @@ -4,7 +4,7 @@ "email": "yyw.981031@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zenjahid.json b/domains/zenjahid.json index 7ef18a1bb..8c561f660 100644 --- a/domains/zenjahid.json +++ b/domains/zenjahid.json @@ -4,7 +4,7 @@ "email": "mdjahidul.haque.7@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zephyr.json b/domains/zephyr.json index 3f8ee46f7..67a0a96c3 100644 --- a/domains/zephyr.json +++ b/domains/zephyr.json @@ -4,7 +4,7 @@ "email": "alvintan159@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zepvil.json b/domains/zepvil.json index 467684947..08cbfca6e 100644 --- a/domains/zepvil.json +++ b/domains/zepvil.json @@ -4,7 +4,7 @@ "email": "thezepvil@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zeroratedtm.json b/domains/zeroratedtm.json index a3ef4ebbe..202061ec1 100644 --- a/domains/zeroratedtm.json +++ b/domains/zeroratedtm.json @@ -4,7 +4,7 @@ "email": "zeroratedtm@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zh4ck.json b/domains/zh4ck.json index a3e185122..391961f23 100644 --- a/domains/zh4ck.json +++ b/domains/zh4ck.json @@ -4,7 +4,7 @@ "email": "zhacxk@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zhougonglai.json b/domains/zhougonglai.json index c4a8c0b77..48663a97c 100644 --- a/domains/zhougonglai.json +++ b/domains/zhougonglai.json @@ -4,7 +4,7 @@ "email": "838048635@qq.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zhxck.json b/domains/zhxck.json index a3e185122..391961f23 100644 --- a/domains/zhxck.json +++ b/domains/zhxck.json @@ -4,7 +4,7 @@ "email": "zhacxk@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zirconiac.json b/domains/zirconiac.json index bbae742ac..5bfbc9a0b 100644 --- a/domains/zirconiac.json +++ b/domains/zirconiac.json @@ -4,7 +4,7 @@ "email": "lucian.adzima@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zizibibi.json b/domains/zizibibi.json index 515e9d62d..4f5013a75 100644 --- a/domains/zizibibi.json +++ b/domains/zizibibi.json @@ -4,7 +4,7 @@ "email": "furk4ncrowley@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zoronium.json b/domains/zoronium.json index 58c9f0545..b728acd2e 100644 --- a/domains/zoronium.json +++ b/domains/zoronium.json @@ -4,7 +4,7 @@ "email": "zayaanmohammed1535@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zshmeta.json b/domains/zshmeta.json index d691e249c..0c2fc158b 100644 --- a/domains/zshmeta.json +++ b/domains/zshmeta.json @@ -4,7 +4,7 @@ "email": "zshmeta@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/ztrax.json b/domains/ztrax.json index f95b5e6eb..79f741748 100644 --- a/domains/ztrax.json +++ b/domains/ztrax.json @@ -4,7 +4,7 @@ "email": "bernardmartinez241@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zwzodo.json b/domains/zwzodo.json index b03a2188a..27e5e1b5b 100644 --- a/domains/zwzodo.json +++ b/domains/zwzodo.json @@ -4,7 +4,7 @@ "email": "zwzodo@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } diff --git a/domains/zye.json b/domains/zye.json index 636aeb56f..01b5231c3 100644 --- a/domains/zye.json +++ b/domains/zye.json @@ -4,7 +4,7 @@ "email": "heroxmain@gmail.com" }, "record": { - "A": ["217.174.245.249", "51.161.54.161"], + "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } From 3bc33ea28fa65c5ca022bc963223142cb9ab32b1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 15:33:08 +0800 Subject: [PATCH 81/94] chore: update rest of domains using failover --- domains/0bun.json | 3 +-- domains/20gn.json | 3 +-- domains/aayank.json | 3 +-- domains/abar.json | 3 +-- domains/abv.json | 3 +-- domains/ad956.json | 3 +-- domains/adriantandara.json | 3 +-- domains/aedotris.json | 3 +-- domains/aivietnamllm.json | 3 +-- domains/akshayks.json | 3 +-- domains/algmapper.json | 3 +-- domains/alijafari.json | 3 +-- domains/andrewtest.json | 3 +-- domains/ankit42x.json | 3 +-- domains/antoniod.json | 3 +-- domains/anubhav.json | 3 +-- domains/appeals.json | 3 +-- domains/arztiser.json | 3 +-- domains/asteria.json | 3 +-- domains/attafriski.json | 3 +-- domains/ayuv.json | 3 +-- domains/balduzz.json | 3 +-- domains/bar-vaibhav.json.json | 3 +-- domains/berk.json | 3 +-- domains/blockbreaker.json | 3 +-- domains/bongopentester.json | 3 +-- domains/bota.json | 3 +-- domains/bryce.json | 3 +-- domains/bv.json | 3 +-- domains/campusgeeks.json | 3 +-- domains/carsonday.json | 3 +-- domains/curios.json | 3 +-- domains/daku.json | 3 +-- domains/dallonlahoda.json | 3 +-- domains/darkd.json | 3 +-- domains/ddos777.json | 3 +-- domains/deepankar.json | 3 +-- domains/diji.json | 3 +-- domains/divyanshu.json | 3 +-- domains/divyanshuprasad.json | 3 +-- domains/dracx.json | 3 +-- domains/droiders.json | 3 +-- domains/ex.json | 3 +-- domains/exotic.json | 3 +-- domains/floofy.exe.json | 3 +-- domains/gamersvault.json | 3 +-- domains/gary.json | 3 +-- domains/geekysudhir.json | 3 +-- domains/gerzhahp.json | 3 +-- domains/ghost1.json | 3 +-- domains/giocoliere.json | 3 +-- domains/gzfs.json | 3 +-- domains/haiko.json | 3 +-- domains/haloethans.json | 3 +-- domains/hara.json | 3 +-- domains/harrison.json | 3 +-- domains/herrkatze.json | 3 +-- domains/heydaristo.json | 3 +-- domains/hunt.json | 3 +-- domains/huyduc.json | 3 +-- domains/infinotiver.json | 3 +-- domains/jacksonm.json | 3 +-- domains/janam.json | 3 +-- domains/jiawei.json | 3 +-- domains/johnd.json | 3 +-- domains/johnrambo.json | 3 +-- domains/johnroylapida.json | 3 +-- domains/joindoe.json | 3 +-- domains/jonasrjn.json | 3 +-- domains/jonathanthembo.json | 3 +-- domains/jpstore.json | 3 +-- domains/jsttan.json | 3 +-- domains/julian45838.json | 3 +-- domains/juqwtf.json | 3 +-- domains/justnils.json | 3 +-- domains/kacper.json | 3 +-- domains/keikibun.json | 3 +-- domains/kenny.json | 3 +-- domains/kevv.json | 3 +-- domains/kshitij.json | 3 +-- domains/lain.json | 3 +-- domains/lakhindar.json | 3 +-- domains/landyn.json | 3 +-- domains/leeiz.json | 3 +-- domains/lightarea.json | 3 +-- domains/lixi.json | 3 +-- domains/lunar.json | 3 +-- domains/lynxeko.json | 3 +-- domains/mahad.json | 3 +-- domains/mariovaldez.json | 3 +-- domains/matt.json | 3 +-- domains/maxzhu.json | 3 +-- domains/mewwme.json | 3 +-- domains/mhsunny.json | 3 +-- domains/mkrm.json | 3 +-- domains/montana.json | 3 +-- domains/mosaabtest.json | 3 +-- domains/mourad.json | 3 +-- domains/mrinank.json | 3 +-- domains/mrwhite.json | 3 +-- domains/naltheduck.json | 3 +-- domains/nandan.json | 3 +-- domains/nauriculus.json | 3 +-- domains/nithin.json | 3 +-- domains/not.json | 3 +-- domains/ofir.json | 3 +-- domains/omsandeppatil.json | 3 +-- domains/optixyt.json | 3 +-- domains/oways.json | 3 +-- domains/owayys.json | 3 +-- domains/owl.json | 3 +-- domains/pa.json | 3 +-- domains/painfuego.json | 3 +-- domains/panda.json | 3 +-- domains/parasyte.json | 3 +-- domains/parthmaster.json | 3 +-- domains/paulojunqueira.json | 3 +-- domains/pherngpy.json | 3 +-- domains/quest.json | 3 +-- domains/rajuan.json | 3 +-- domains/rejasaad.json | 3 +-- domains/ry.json | 3 +-- domains/sabiiti.json | 3 +-- domains/saptarshi.json | 3 +-- domains/saxon-totally.json | 3 +-- domains/scythe101.json | 3 +-- domains/sean.json | 3 +-- domains/sercan.json | 3 +-- domains/shaderoleplay.json | 3 +-- domains/shaderp.json | 3 +-- domains/shock.json | 3 +-- domains/shubham-1806.json | 3 +-- domains/spacewd69.json | 3 +-- domains/srp.json | 3 +-- domains/srujangajul.json | 3 +-- domains/stupidjane.json | 3 +-- domains/sunnny.json | 3 +-- domains/tawogrant.json | 3 +-- domains/teds.json | 3 +-- domains/tenuun.json | 3 +-- domains/thembo.json | 3 +-- domains/thisarasd.json | 3 +-- domains/toonshub.json | 3 +-- domains/tr1xem.json | 3 +-- domains/tyler.json | 3 +-- domains/tylerdotnet.json | 3 +-- domains/useflame.json | 3 +-- domains/vanshagrawal.json | 3 +-- domains/venox.json | 3 +-- domains/vikas-mahi.json | 3 +-- domains/william.json | 4 +--- domains/wm.json | 3 +-- domains/xander.json | 3 +-- domains/xiaozhu2007.json | 3 +-- domains/xikofornai.json | 3 +-- domains/zeazolf.json | 3 +-- domains/zerobun.json | 3 +-- 157 files changed, 157 insertions(+), 315 deletions(-) diff --git a/domains/0bun.json b/domains/0bun.json index 4adae4bfb..e63c8788d 100644 --- a/domains/0bun.json +++ b/domains/0bun.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/20gn.json b/domains/20gn.json index 2e996496d..0bff2609c 100644 --- a/domains/20gn.json +++ b/domains/20gn.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/aayank.json b/domains/aayank.json index 269b5017e..85ace2d22 100644 --- a/domains/aayank.json +++ b/domains/aayank.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/abar.json b/domains/abar.json index 96a38c85e..71e71a59c 100644 --- a/domains/abar.json +++ b/domains/abar.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/abv.json b/domains/abv.json index e182b420b..49f091f23 100644 --- a/domains/abv.json +++ b/domains/abv.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/ad956.json b/domains/ad956.json index 08d95ea1a..0fa1daa3e 100644 --- a/domains/ad956.json +++ b/domains/ad956.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/adriantandara.json b/domains/adriantandara.json index 5cd6e0771..da14cd60e 100644 --- a/domains/adriantandara.json +++ b/domains/adriantandara.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/aedotris.json b/domains/aedotris.json index f9831cc11..7ecf3505d 100644 --- a/domains/aedotris.json +++ b/domains/aedotris.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/aivietnamllm.json b/domains/aivietnamllm.json index 100cd8b28..a2ce7ecb8 100644 --- a/domains/aivietnamllm.json +++ b/domains/aivietnamllm.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/akshayks.json b/domains/akshayks.json index 234714bc5..583d1781f 100644 --- a/domains/akshayks.json +++ b/domains/akshayks.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/algmapper.json b/domains/algmapper.json index d616d1915..45f1d0113 100644 --- a/domains/algmapper.json +++ b/domains/algmapper.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/alijafari.json b/domains/alijafari.json index e638a8338..0d49684b2 100644 --- a/domains/alijafari.json +++ b/domains/alijafari.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/andrewtest.json b/domains/andrewtest.json index b5900cfe6..bf034e1ae 100644 --- a/domains/andrewtest.json +++ b/domains/andrewtest.json @@ -4,8 +4,7 @@ "email": "is-a-dev@win11react.com" }, "record": { - "A": [ - "51.161.54.161", + "A": [, "217.174.245.249" ] } diff --git a/domains/ankit42x.json b/domains/ankit42x.json index c0f1865e8..fa831229d 100644 --- a/domains/ankit42x.json +++ b/domains/ankit42x.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/antoniod.json b/domains/antoniod.json index 3178c5a5f..336e65d31 100644 --- a/domains/antoniod.json +++ b/domains/antoniod.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/anubhav.json b/domains/anubhav.json index db76a0aed..66ea34427 100644 --- a/domains/anubhav.json +++ b/domains/anubhav.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/appeals.json b/domains/appeals.json index 35e798d00..9dbb3d75c 100644 --- a/domains/appeals.json +++ b/domains/appeals.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/arztiser.json b/domains/arztiser.json index ced515b3f..23cb252a1 100644 --- a/domains/arztiser.json +++ b/domains/arztiser.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/asteria.json b/domains/asteria.json index 65ede161f..41115f6fe 100644 --- a/domains/asteria.json +++ b/domains/asteria.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/attafriski.json b/domains/attafriski.json index 0c2d87856..52f174d0c 100644 --- a/domains/attafriski.json +++ b/domains/attafriski.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/ayuv.json b/domains/ayuv.json index 736b8f756..8cd95e26c 100644 --- a/domains/ayuv.json +++ b/domains/ayuv.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/balduzz.json b/domains/balduzz.json index df74a7998..6f19e038e 100644 --- a/domains/balduzz.json +++ b/domains/balduzz.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/bar-vaibhav.json.json b/domains/bar-vaibhav.json.json index 9ac720b45..084c66856 100644 --- a/domains/bar-vaibhav.json.json +++ b/domains/bar-vaibhav.json.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/berk.json b/domains/berk.json index 735f66069..2cd354d57 100644 --- a/domains/berk.json +++ b/domains/berk.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/blockbreaker.json b/domains/blockbreaker.json index 65bee0adb..42f25b555 100644 --- a/domains/blockbreaker.json +++ b/domains/blockbreaker.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/bongopentester.json b/domains/bongopentester.json index 2124d1588..7c15c14a0 100644 --- a/domains/bongopentester.json +++ b/domains/bongopentester.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/bota.json b/domains/bota.json index bdfc5f15c..4a96ef413 100644 --- a/domains/bota.json +++ b/domains/bota.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/bryce.json b/domains/bryce.json index 9e432bec6..81dbac7b4 100644 --- a/domains/bryce.json +++ b/domains/bryce.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/bv.json b/domains/bv.json index 5bcad695b..a9bd0755c 100644 --- a/domains/bv.json +++ b/domains/bv.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/campusgeeks.json b/domains/campusgeeks.json index 77ccd712a..9ea425fb3 100644 --- a/domains/campusgeeks.json +++ b/domains/campusgeeks.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/carsonday.json b/domains/carsonday.json index 6dd0531ce..e9fdba75b 100644 --- a/domains/carsonday.json +++ b/domains/carsonday.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/curios.json b/domains/curios.json index d92040e1f..4deb38666 100644 --- a/domains/curios.json +++ b/domains/curios.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/daku.json b/domains/daku.json index 02295d6f4..134a511be 100644 --- a/domains/daku.json +++ b/domains/daku.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/dallonlahoda.json b/domains/dallonlahoda.json index b8faf17fc..64885bb92 100644 --- a/domains/dallonlahoda.json +++ b/domains/dallonlahoda.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/darkd.json b/domains/darkd.json index e9267a805..324ac5759 100644 --- a/domains/darkd.json +++ b/domains/darkd.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/ddos777.json b/domains/ddos777.json index 6f4577245..40c48d4ac 100644 --- a/domains/ddos777.json +++ b/domains/ddos777.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/deepankar.json b/domains/deepankar.json index 1ab1be648..d86629e17 100644 --- a/domains/deepankar.json +++ b/domains/deepankar.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/diji.json b/domains/diji.json index 03f9e7331..a5a19231c 100644 --- a/domains/diji.json +++ b/domains/diji.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/divyanshu.json b/domains/divyanshu.json index b774c1d56..b09a4662c 100644 --- a/domains/divyanshu.json +++ b/domains/divyanshu.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/divyanshuprasad.json b/domains/divyanshuprasad.json index b774c1d56..b09a4662c 100644 --- a/domains/divyanshuprasad.json +++ b/domains/divyanshuprasad.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/dracx.json b/domains/dracx.json index 6de0d6e47..91cd8ee4a 100644 --- a/domains/dracx.json +++ b/domains/dracx.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/droiders.json b/domains/droiders.json index 2c3e62741..5d03f99d1 100644 --- a/domains/droiders.json +++ b/domains/droiders.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/ex.json b/domains/ex.json index c0678af3d..f66d509c3 100644 --- a/domains/ex.json +++ b/domains/ex.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/exotic.json b/domains/exotic.json index fd96a622b..739610bac 100644 --- a/domains/exotic.json +++ b/domains/exotic.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/floofy.exe.json b/domains/floofy.exe.json index ea3617d81..4f15d5c25 100644 --- a/domains/floofy.exe.json +++ b/domains/floofy.exe.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/gamersvault.json b/domains/gamersvault.json index 63e45546b..5f4baf3d3 100644 --- a/domains/gamersvault.json +++ b/domains/gamersvault.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/gary.json b/domains/gary.json index 3b351c93a..e9d0da560 100644 --- a/domains/gary.json +++ b/domains/gary.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/geekysudhir.json b/domains/geekysudhir.json index 1aa160a39..03ada14f3 100644 --- a/domains/geekysudhir.json +++ b/domains/geekysudhir.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "a608d9751f86d011d10a8d58ca5a93" diff --git a/domains/gerzhahp.json b/domains/gerzhahp.json index 00cc1a567..7cb7617c4 100644 --- a/domains/gerzhahp.json +++ b/domains/gerzhahp.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/ghost1.json b/domains/ghost1.json index f0d7b7ba7..f7dff9a5c 100644 --- a/domains/ghost1.json +++ b/domains/ghost1.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/giocoliere.json b/domains/giocoliere.json index 10770b706..768adf129 100644 --- a/domains/giocoliere.json +++ b/domains/giocoliere.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/gzfs.json b/domains/gzfs.json index f8f9ccf98..e9fd3321d 100644 --- a/domains/gzfs.json +++ b/domains/gzfs.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/haiko.json b/domains/haiko.json index 3c4691f39..5170eb8c1 100644 --- a/domains/haiko.json +++ b/domains/haiko.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/haloethans.json b/domains/haloethans.json index 60992e10a..eb8bc51f3 100644 --- a/domains/haloethans.json +++ b/domains/haloethans.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/hara.json b/domains/hara.json index 3c79f763e..1b4879615 100644 --- a/domains/hara.json +++ b/domains/hara.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/harrison.json b/domains/harrison.json index a422ea477..b2eba8355 100644 --- a/domains/harrison.json +++ b/domains/harrison.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/herrkatze.json b/domains/herrkatze.json index 14bc93c37..af8df8e08 100644 --- a/domains/herrkatze.json +++ b/domains/herrkatze.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/heydaristo.json b/domains/heydaristo.json index 6e6f9e1ef..fb283446a 100644 --- a/domains/heydaristo.json +++ b/domains/heydaristo.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/hunt.json b/domains/hunt.json index dce8cd51b..68cebd242 100644 --- a/domains/hunt.json +++ b/domains/hunt.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/huyduc.json b/domains/huyduc.json index 77392e85c..8a898db63 100644 --- a/domains/huyduc.json +++ b/domains/huyduc.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/infinotiver.json b/domains/infinotiver.json index 05a07be7d..001bbb66c 100644 --- a/domains/infinotiver.json +++ b/domains/infinotiver.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/jacksonm.json b/domains/jacksonm.json index 69db9bf85..e2c88ccfc 100644 --- a/domains/jacksonm.json +++ b/domains/jacksonm.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/janam.json b/domains/janam.json index 6c7660de7..ebd648fa0 100644 --- a/domains/janam.json +++ b/domains/janam.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/jiawei.json b/domains/jiawei.json index 2b8b377c1..f34e1714b 100644 --- a/domains/jiawei.json +++ b/domains/jiawei.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/johnd.json b/domains/johnd.json index 679044a79..ce9a60cb4 100644 --- a/domains/johnd.json +++ b/domains/johnd.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/johnrambo.json b/domains/johnrambo.json index 7bc767d87..19db2f2f3 100644 --- a/domains/johnrambo.json +++ b/domains/johnrambo.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/johnroylapida.json b/domains/johnroylapida.json index cef9bb5be..67eb7c1ec 100644 --- a/domains/johnroylapida.json +++ b/domains/johnroylapida.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/joindoe.json b/domains/joindoe.json index 3f725680c..1e35515f9 100644 --- a/domains/joindoe.json +++ b/domains/joindoe.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/jonasrjn.json b/domains/jonasrjn.json index cd83fb6b3..6406ac853 100644 --- a/domains/jonasrjn.json +++ b/domains/jonasrjn.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/jonathanthembo.json b/domains/jonathanthembo.json index 935943c74..85291d959 100644 --- a/domains/jonathanthembo.json +++ b/domains/jonathanthembo.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/jpstore.json b/domains/jpstore.json index ea2932833..23a651d22 100644 --- a/domains/jpstore.json +++ b/domains/jpstore.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/jsttan.json b/domains/jsttan.json index b38ec3205..1444f8d26 100644 --- a/domains/jsttan.json +++ b/domains/jsttan.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/julian45838.json b/domains/julian45838.json index 6b9b14847..4b700c158 100644 --- a/domains/julian45838.json +++ b/domains/julian45838.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/juqwtf.json b/domains/juqwtf.json index cd850be72..b77cd0c7d 100644 --- a/domains/juqwtf.json +++ b/domains/juqwtf.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/justnils.json b/domains/justnils.json index e39a4d569..17212ddcb 100644 --- a/domains/justnils.json +++ b/domains/justnils.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/kacper.json b/domains/kacper.json index d8f6a62e6..d1da91c03 100644 --- a/domains/kacper.json +++ b/domains/kacper.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/keikibun.json b/domains/keikibun.json index 4adae4bfb..e63c8788d 100644 --- a/domains/keikibun.json +++ b/domains/keikibun.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/kenny.json b/domains/kenny.json index 49140c019..dcb3dba17 100644 --- a/domains/kenny.json +++ b/domains/kenny.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/kevv.json b/domains/kevv.json index d3e5b6940..c8d37421f 100644 --- a/domains/kevv.json +++ b/domains/kevv.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/kshitij.json b/domains/kshitij.json index dea3ab773..0a7cedfe2 100644 --- a/domains/kshitij.json +++ b/domains/kshitij.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/lain.json b/domains/lain.json index 8943bbec3..0aee99e11 100644 --- a/domains/lain.json +++ b/domains/lain.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/lakhindar.json b/domains/lakhindar.json index bd098334f..633717855 100644 --- a/domains/lakhindar.json +++ b/domains/lakhindar.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/landyn.json b/domains/landyn.json index 2650ecc81..43c323567 100644 --- a/domains/landyn.json +++ b/domains/landyn.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/leeiz.json b/domains/leeiz.json index 0f328d30f..58d4410c6 100644 --- a/domains/leeiz.json +++ b/domains/leeiz.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/lightarea.json b/domains/lightarea.json index 9788b7d23..bc224612c 100644 --- a/domains/lightarea.json +++ b/domains/lightarea.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/lixi.json b/domains/lixi.json index 908c0925c..ffb9ef2df 100644 --- a/domains/lixi.json +++ b/domains/lixi.json @@ -6,8 +6,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/lunar.json b/domains/lunar.json index 67b3b2fb3..4cde8a9a6 100644 --- a/domains/lunar.json +++ b/domains/lunar.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/lynxeko.json b/domains/lynxeko.json index 376eb425e..9d869b9d4 100644 --- a/domains/lynxeko.json +++ b/domains/lynxeko.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/mahad.json b/domains/mahad.json index dce8cd51b..68cebd242 100644 --- a/domains/mahad.json +++ b/domains/mahad.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/mariovaldez.json b/domains/mariovaldez.json index 5eee5c8da..a51ac236f 100644 --- a/domains/mariovaldez.json +++ b/domains/mariovaldez.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/matt.json b/domains/matt.json index a3c862235..3fbae4d7e 100644 --- a/domains/matt.json +++ b/domains/matt.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/maxzhu.json b/domains/maxzhu.json index b22c97bb4..d07d1cf3c 100644 --- a/domains/maxzhu.json +++ b/domains/maxzhu.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/mewwme.json b/domains/mewwme.json index 4be4c3e2f..fab28ae0c 100644 --- a/domains/mewwme.json +++ b/domains/mewwme.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/mhsunny.json b/domains/mhsunny.json index b1963a898..34c2fbf06 100644 --- a/domains/mhsunny.json +++ b/domains/mhsunny.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/mkrm.json b/domains/mkrm.json index 06deb18d3..038212691 100644 --- a/domains/mkrm.json +++ b/domains/mkrm.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/montana.json b/domains/montana.json index 8b75c0ddf..b5ed38399 100644 --- a/domains/montana.json +++ b/domains/montana.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/mosaabtest.json b/domains/mosaabtest.json index 313369779..28d03e8c6 100644 --- a/domains/mosaabtest.json +++ b/domains/mosaabtest.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/mourad.json b/domains/mourad.json index 514362c54..7f2c7ff6d 100644 --- a/domains/mourad.json +++ b/domains/mourad.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/mrinank.json b/domains/mrinank.json index 1657f5b2a..e9e625239 100644 --- a/domains/mrinank.json +++ b/domains/mrinank.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/mrwhite.json b/domains/mrwhite.json index 77586ef0e..ad2a6d483 100644 --- a/domains/mrwhite.json +++ b/domains/mrwhite.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/naltheduck.json b/domains/naltheduck.json index 9bde00506..47588ef76 100644 --- a/domains/naltheduck.json +++ b/domains/naltheduck.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/nandan.json b/domains/nandan.json index 612b6d681..060130531 100644 --- a/domains/nandan.json +++ b/domains/nandan.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/nauriculus.json b/domains/nauriculus.json index 63a4c29d0..969251757 100644 --- a/domains/nauriculus.json +++ b/domains/nauriculus.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/nithin.json b/domains/nithin.json index 42ac6cfd6..46b2a100f 100644 --- a/domains/nithin.json +++ b/domains/nithin.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/not.json b/domains/not.json index 4dee511d9..29b03abe4 100644 --- a/domains/not.json +++ b/domains/not.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/ofir.json b/domains/ofir.json index 6e4b8c0a1..5acad432f 100644 --- a/domains/ofir.json +++ b/domains/ofir.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/omsandeppatil.json b/domains/omsandeppatil.json index 56e14549f..17f74b7f6 100644 --- a/domains/omsandeppatil.json +++ b/domains/omsandeppatil.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/optixyt.json b/domains/optixyt.json index a81258c59..2533bef9f 100644 --- a/domains/optixyt.json +++ b/domains/optixyt.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/oways.json b/domains/oways.json index 4b93b5751..b08dfc7bc 100644 --- a/domains/oways.json +++ b/domains/oways.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/owayys.json b/domains/owayys.json index 4b93b5751..b08dfc7bc 100644 --- a/domains/owayys.json +++ b/domains/owayys.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/owl.json b/domains/owl.json index 608185c25..008ac9150 100644 --- a/domains/owl.json +++ b/domains/owl.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/pa.json b/domains/pa.json index a7a10aec5..5985048cb 100644 --- a/domains/pa.json +++ b/domains/pa.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/painfuego.json b/domains/painfuego.json index 53e99ea1b..d156b62e2 100644 --- a/domains/painfuego.json +++ b/domains/painfuego.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/panda.json b/domains/panda.json index cc4ebc80c..b55f44ed2 100644 --- a/domains/panda.json +++ b/domains/panda.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/parasyte.json b/domains/parasyte.json index ce9c87658..3a758f8a8 100644 --- a/domains/parasyte.json +++ b/domains/parasyte.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/parthmaster.json b/domains/parthmaster.json index 7bc767d87..19db2f2f3 100644 --- a/domains/parthmaster.json +++ b/domains/parthmaster.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/paulojunqueira.json b/domains/paulojunqueira.json index dd75f6d0e..432940fcb 100644 --- a/domains/paulojunqueira.json +++ b/domains/paulojunqueira.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/pherngpy.json b/domains/pherngpy.json index ee9e89993..04e9881cd 100644 --- a/domains/pherngpy.json +++ b/domains/pherngpy.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/quest.json b/domains/quest.json index e6bc0d560..9bc0daf36 100644 --- a/domains/quest.json +++ b/domains/quest.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/rajuan.json b/domains/rajuan.json index 86487e7e1..3b73df639 100644 --- a/domains/rajuan.json +++ b/domains/rajuan.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/rejasaad.json b/domains/rejasaad.json index 0fde75bd3..5d86e53bd 100644 --- a/domains/rejasaad.json +++ b/domains/rejasaad.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/ry.json b/domains/ry.json index a81c26b7f..17fc1198f 100644 --- a/domains/ry.json +++ b/domains/ry.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/sabiiti.json b/domains/sabiiti.json index 77ccd712a..9ea425fb3 100644 --- a/domains/sabiiti.json +++ b/domains/sabiiti.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/saptarshi.json b/domains/saptarshi.json index 70b7b243f..f63f686f5 100644 --- a/domains/saptarshi.json +++ b/domains/saptarshi.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/saxon-totally.json b/domains/saxon-totally.json index 679044a79..ce9a60cb4 100644 --- a/domains/saxon-totally.json +++ b/domains/saxon-totally.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/scythe101.json b/domains/scythe101.json index 2634378eb..15e0a3903 100644 --- a/domains/scythe101.json +++ b/domains/scythe101.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/sean.json b/domains/sean.json index a7669bbd2..c487ef7f0 100644 --- a/domains/sean.json +++ b/domains/sean.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/sercan.json b/domains/sercan.json index 91c6b6456..3d50ae323 100644 --- a/domains/sercan.json +++ b/domains/sercan.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/shaderoleplay.json b/domains/shaderoleplay.json index 9a8075611..2bab3de97 100644 --- a/domains/shaderoleplay.json +++ b/domains/shaderoleplay.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/shaderp.json b/domains/shaderp.json index 9a8075611..2bab3de97 100644 --- a/domains/shaderp.json +++ b/domains/shaderp.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/shock.json b/domains/shock.json index 4f99137c2..5b5acb8fe 100644 --- a/domains/shock.json +++ b/domains/shock.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/shubham-1806.json b/domains/shubham-1806.json index 84e98574c..a97527129 100644 --- a/domains/shubham-1806.json +++ b/domains/shubham-1806.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/spacewd69.json b/domains/spacewd69.json index cec8dffeb..ef966a290 100644 --- a/domains/spacewd69.json +++ b/domains/spacewd69.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/srp.json b/domains/srp.json index 9a8075611..2bab3de97 100644 --- a/domains/srp.json +++ b/domains/srp.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/srujangajul.json b/domains/srujangajul.json index 1274f9124..6d359c93b 100644 --- a/domains/srujangajul.json +++ b/domains/srujangajul.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/stupidjane.json b/domains/stupidjane.json index 687e587b7..39895434c 100644 --- a/domains/stupidjane.json +++ b/domains/stupidjane.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/sunnny.json b/domains/sunnny.json index 97fc95441..c002360dd 100644 --- a/domains/sunnny.json +++ b/domains/sunnny.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/tawogrant.json b/domains/tawogrant.json index d847f7330..7a7f6ba3a 100644 --- a/domains/tawogrant.json +++ b/domains/tawogrant.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/teds.json b/domains/teds.json index 38787eb6b..6efb86cf5 100644 --- a/domains/teds.json +++ b/domains/teds.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/tenuun.json b/domains/tenuun.json index dfa5e4615..66977c40f 100644 --- a/domains/tenuun.json +++ b/domains/tenuun.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/thembo.json b/domains/thembo.json index 77ccd712a..9ea425fb3 100644 --- a/domains/thembo.json +++ b/domains/thembo.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/thisarasd.json b/domains/thisarasd.json index c15ba9e3b..3d15b7c08 100644 --- a/domains/thisarasd.json +++ b/domains/thisarasd.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/toonshub.json b/domains/toonshub.json index 29516b651..facf4e95e 100644 --- a/domains/toonshub.json +++ b/domains/toonshub.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/tr1xem.json b/domains/tr1xem.json index 72820d50f..54d1e5f81 100644 --- a/domains/tr1xem.json +++ b/domains/tr1xem.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/tyler.json b/domains/tyler.json index 033fcccd4..549971db2 100644 --- a/domains/tyler.json +++ b/domains/tyler.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/tylerdotnet.json b/domains/tylerdotnet.json index 989a7aca1..a857dd0cc 100644 --- a/domains/tylerdotnet.json +++ b/domains/tylerdotnet.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/useflame.json b/domains/useflame.json index 7dd69f8e5..7db17ba6b 100644 --- a/domains/useflame.json +++ b/domains/useflame.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/vanshagrawal.json b/domains/vanshagrawal.json index a7a10aec5..5985048cb 100644 --- a/domains/vanshagrawal.json +++ b/domains/vanshagrawal.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/venox.json b/domains/venox.json index e92356fac..71d999798 100644 --- a/domains/venox.json +++ b/domains/venox.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/vikas-mahi.json b/domains/vikas-mahi.json index 20b6ec5dc..731394b99 100644 --- a/domains/vikas-mahi.json +++ b/domains/vikas-mahi.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/william.json b/domains/william.json index d7e3070f6..942fee6dc 100644 --- a/domains/william.json +++ b/domains/william.json @@ -5,8 +5,6 @@ }, "record": { - "A": ["51.161.54.161"], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + "CNAME": "wdhdns.com" } } diff --git a/domains/wm.json b/domains/wm.json index 7c1c9f373..44744715b 100644 --- a/domains/wm.json +++ b/domains/wm.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/xander.json b/domains/xander.json index 0c711ea8f..a67713fa4 100644 --- a/domains/xander.json +++ b/domains/xander.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/xiaozhu2007.json b/domains/xiaozhu2007.json index 7e0e8f26d..ed6ce95f7 100644 --- a/domains/xiaozhu2007.json +++ b/domains/xiaozhu2007.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/xikofornai.json b/domains/xikofornai.json index 188744106..8f96659a7 100644 --- a/domains/xikofornai.json +++ b/domains/xikofornai.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/zeazolf.json b/domains/zeazolf.json index 2397e8492..80add21a4 100644 --- a/domains/zeazolf.json +++ b/domains/zeazolf.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" diff --git a/domains/zerobun.json b/domains/zerobun.json index 4adae4bfb..e63c8788d 100644 --- a/domains/zerobun.json +++ b/domains/zerobun.json @@ -5,8 +5,7 @@ }, "record": { "A": [ - "217.174.245.249", - "51.161.54.161" + "217.174.245.249" ], "MX": ["mail.is-a.dev"], "TXT": "v=spf1 mx a:mail.is-a.dev ~all" From a7df6755ac3a3c88c2855530089ff7aa4b681039 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 15:35:46 +0800 Subject: [PATCH 82/94] Update andrewtest.json --- domains/andrewtest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/andrewtest.json b/domains/andrewtest.json index bf034e1ae..dbcbcdf90 100644 --- a/domains/andrewtest.json +++ b/domains/andrewtest.json @@ -4,7 +4,7 @@ "email": "is-a-dev@win11react.com" }, "record": { - "A": [, + "A": [ "217.174.245.249" ] } From a46548b6602a13661a6e9fdf89ced3d6b8c3aa79 Mon Sep 17 00:00:00 2001 From: "is-a.dev Bot" Date: Sun, 14 Jan 2024 09:39:29 +0000 Subject: [PATCH 83/94] HOSTING SHUTDOWN --- domains/0bun.json | 13 - domains/0xaryan.json | 11 - domains/1024.json | 11 - domains/123.json | 11 - domains/1ly4s0.json | 11 - domains/20gn.json | 13 - domains/21z.json | 11 - domains/3kh0.json | 11 - domains/4kh0.json | 11 - domains/70a5.json | 11 - domains/9yma.net.json | 11 - domains/aadarshksingh.json | 11 - domains/aakashcse.json | 11 - domains/aakrisht.json | 11 - domains/aantarip.json | 11 - domains/aarav-puri.json | 11 - domains/aarav.json | 11 - domains/aaron.json | 11 - domains/aayank.json | 13 - domains/aayush-bharti.json | 11 - domains/aayushbh.json | 11 - domains/aayushbharti.json | 11 - domains/abar.json | 13 - domains/abdel.json | 11 - domains/abdeljallil.json | 11 - domains/abdo.json | 11 - domains/abhay.json | 11 - domains/abhijit.json | 11 - domains/abhinav.json | 11 - domains/abhishekpanda.json | 11 - domains/abhishekpb.json | 11 - domains/abhishekyadav.json | 11 - domains/abv.json | 13 - domains/acto.json | 11 - domains/ad1107.json | 11 - domains/ad956.json | 13 - domains/adam.json | 11 - domains/adamousmer.json | 11 - domains/adarsh-a-inamdar.json | 11 - domains/adeshsingh.json | 11 - domains/adioblu.json | 11 - domains/adityabhattacharya.json | 11 - domains/adityakotha.json | 11 - domains/adityaredflag.json | 11 - domains/adiy.json | 11 - domains/adnanahmed.json | 11 - domains/adriantandara.json | 13 - domains/aedotris.json | 13 - domains/aeolus.json | 11 - domains/aerial-ace1.json | 11 - domains/afcu.json | 11 - domains/ahaan.json | 11 - domains/aidan.json | 11 - domains/aivietnamllm.json | 13 - domains/ajlemon.json | 11 - domains/akas.json | 11 - domains/akash.json | 11 - domains/akshat.json | 11 - domains/akshayashok.json | 11 - domains/akshayks.json | 13 - domains/albuman.json | 11 - domains/alby.json | 11 - domains/alchion.json | 11 - domains/alcyoneus.json | 11 - domains/alex-s.json | 11 - domains/alexcodesgames.json | 11 - domains/alexr.json | 11 - domains/algmapper.json | 13 - domains/aliazhar.json | 11 - domains/alijafari.json | 13 - domains/alkadhumi.json | 11 - domains/amanda.json | 11 - domains/amar.json | 11 - domains/amazing.devs.json | 11 - domains/amazing.json | 11 - domains/amazingdev.json | 11 - domains/amazingdevel.json | 11 - domains/amazingdevels.json | 11 - domains/amazingdevs.json | 11 - domains/ambon.json | 11 - domains/amelia.json | 11 - domains/ameysawant.json | 11 - domains/amin.json | 11 - domains/ammy.json | 11 - domains/amodity.json | 11 - domains/amulyasingh.json | 11 - domains/amya.json | 11 - domains/anakhalal.json | 11 - domains/andrewstech.json | 11 - domains/andrewtest.json | 11 - domains/andrewtest22.json | 11 - domains/angi-talk.json | 11 - domains/angi.json | 11 - domains/anjayy.json | 11 - domains/ankit42x.json | 13 - domains/ansh.json | 11 - domains/anshbhimani.json | 11 - domains/anto.json | 11 - domains/antoine.json | 11 - domains/antoniod.json | 13 - domains/anubhav.json | 13 - domains/anujjamdade.json | 11 - domains/anurag.json | 11 - domains/apa.json | 11 - domains/apanel.json | 11 - domains/apexweb.json | 11 - domains/api.autoplay88.xyz.json | 11 - domains/apiwebserver.json | 11 - domains/app.allancoding.json | 13 - domains/appeals.json | 13 - domains/appscom.json | 11 - domains/arafat.json | 11 - domains/araon.json | 11 - domains/arctix.json | 11 - domains/argonnetworkmainframe.json | 11 - domains/ark.json | 11 - domains/arunodmanohara.json | 11 - domains/aryan.json | 11 - domains/arztiser.json | 13 - domains/ash.json | 11 - domains/ashey.json | 11 - domains/asheyxd.json | 11 - domains/ashutoshgupta.json | 11 - domains/ashvani-kumar.json | 11 - domains/asmin.json | 11 - domains/asmo.json | 11 - domains/asteria.json | 13 - domains/astro.json | 11 - domains/atharv-jha.json | 11 - domains/atharvaupadhyay.json | 12 - domains/athir.json | 11 - domains/attafriski.json | 13 - domains/atuel.json | 11 - domains/auuub.json | 11 - domains/avikek.json | 11 - domains/aware.json | 11 - domains/ayaan.json | 11 - domains/aymenjelassi.json | 11 - domains/aymo.json | 11 - domains/ayrox.json | 11 - domains/ayushi.json | 11 - domains/ayushmann.json | 11 - domains/ayuv.json | 13 - domains/azul.json | 11 - domains/b5i.json | 11 - domains/baba.json | 11 - domains/balduzz.json | 13 - domains/balls.json | 11 - domains/bampa.json | 11 - domains/bangladesh.json | 11 - domains/bao.json | 11 - domains/baptiste.json | 11 - domains/bar-vaibhav.json.json | 13 - domains/bashafk.json | 11 - domains/bayu.json | 11 - domains/bd.json | 11 - domains/bdloser.json | 11 - domains/bebo.json | 11 - domains/benjae.json | 11 - domains/bera.json | 11 - domains/berk.json | 13 - domains/bharat.json | 11 - domains/bhavishya.json | 11 - domains/bigyan.json | 11 - domains/bilalkhan.json | 11 - domains/bill.json | 11 - domains/bitter-130.json | 11 - domains/bitter130.json | 11 - domains/blessingmwiti.json | 11 - domains/blinx.json | 11 - domains/blob.json | 11 - domains/block.json | 11 - domains/blockbreaker.json | 13 - domains/blockchaindevpanther.json | 11 - domains/blucifer.json | 11 - domains/blue.json | 11 - domains/bni.co.id.json | 11 - domains/bogdan.json | 11 - domains/boggy.json | 11 - domains/bongopentester.json | 13 - domains/bongoshop.json | 11 - domains/booogle.json | 11 - domains/bota.json | 13 - domains/brahianf.json | 11 - domains/bread.json | 11 - domains/brownvinci.json | 11 - domains/bruhx.json | 11 - domains/bryce.json | 13 - domains/bumbleboss.json | 11 - domains/bv.json | 13 - domains/byigit.json | 11 - domains/bypass.jesgran.json | 11 - domains/c22.json | 11 - domains/caiden.json | 11 - domains/caiden.xyz.json | 11 - domains/caillou.json | 11 - domains/cakihorse.json | 11 - domains/calamity.json | 11 - domains/campusgeeks.json | 13 - domains/canarddu38.json | 11 - domains/carol3n.json | 11 - domains/carsonday.json | 13 - domains/ccnicebruh.json | 11 - domains/celestial.json | 11 - domains/cha0tic.json | 11 - domains/chaaya.json | 11 - domains/chandrabose.json | 11 - domains/charge.json | 11 - domains/chasecraft.json | 11 - domains/chesko.json | 11 - domains/chiutaalenga.json | 11 - domains/chris8889.json | 11 - domains/christian.json | 11 - domains/chriz.json | 11 - domains/chyves.json | 11 - domains/cihatksm.json | 11 - domains/clarex.json | 11 - domains/clicpow.json | 11 - domains/cloneslist.aymo.json | 11 - domains/closure.json | 11 - domains/clp.json | 11 - domains/clyde.json | 11 - domains/coco.json | 11 - domains/codershayan.json | 11 - domains/codingbobby.json | 11 - domains/codingkitten.json | 11 - domains/colin.json | 11 - domains/computer.guy.json | 11 - domains/computerguy.json | 11 - domains/constvar.json | 11 - domains/contact.foxsophia.json | 11 - domains/convertlink.json | 11 - domains/cplusplus.json | 11 - domains/craftyy.json | 11 - domains/crazyg.json | 11 - domains/creeper76.json | 12 - domains/creepycraft.json | 11 - domains/crllect.json | 11 - domains/csprance.json | 11 - domains/ctk.json | 11 - domains/curios.json | 13 - domains/curse.json | 11 - domains/cv.tomgxz.json | 11 - domains/d3vboi.json | 11 - domains/d4rabi.json | 11 - domains/dailycats.json | 11 - domains/daku.json | 13 - domains/dallonlahoda.json | 13 - domains/damned-support.json | 11 - domains/danielliu.json | 11 - domains/darian.json | 11 - domains/darkd.json | 13 - domains/darkwaves.json | 11 - domains/dasdadssad.json | 11 - domains/dasdebanna.json | 11 - domains/dasshark.json | 11 - domains/dave.json | 11 - domains/davidxxd.json | 11 - domains/dax.json | 11 - domains/ddn.json | 11 - domains/ddos777.json | 13 - domains/dea.json | 11 - domains/declan.json | 11 - domains/deecoyz.json | 11 - domains/deepankar.json | 13 - domains/deepesh.json | 11 - domains/defalco64.json | 11 - domains/denboy0123.json | 11 - domains/denism.json | 11 - domains/denizak.json | 11 - domains/denizbee.json | 11 - domains/desteria.json | 11 - domains/devchaudhary.json | 11 - domains/devel.json | 11 - domains/devgd.json | 11 - domains/devmail.json | 12 - domains/devpanther.json | 11 - domains/devs.json | 11 - domains/dew.json | 11 - domains/dex.explorer.json | 11 - domains/dexar.json | 11 - domains/dhaloi.json | 11 - domains/dhiyazhar.json | 11 - domains/diego.json | 11 - domains/diji.json | 13 - domains/dima.json | 11 - domains/dincertekin.json | 11 - domains/dinhq.json | 11 - domains/discord-corp.json | 11 - domains/discord.amulyasingh.json | 11 - domains/discusser.json | 11 - domains/divine.json | 11 - domains/divyadesh.json | 11 - domains/divyansh.json | 11 - domains/divyanshu.json | 13 - domains/divyanshuprasad.json | 13 - domains/dnoxl.json | 11 - domains/dodinhphuc.json | 11 - domains/doge-v4-proxy.json | 11 - domains/dogeleader.json | 11 - domains/dogenetwork.json | 11 - domains/domathdotid.json | 11 - domains/dominik.json | 11 - domains/dott.json | 11 - domains/dracx.json | 13 - domains/drastic.json | 11 - domains/drasticroy.json | 11 - domains/drenxhyliqi.json | 11 - domains/drk-bot.json | 11 - domains/drmzahid.json | 11 - domains/droiders.json | 13 - domains/drv.su.json | 11 - domains/dsgaasdgsdag.json | 11 - domains/dsgamer.json | 11 - domains/dulackmugi.json | 11 - domains/dwk.json | 11 - domains/dxomg.json | 11 - domains/dynamic-homepage.json | 11 - domains/eacbypasser.json | 11 - domains/echo.json | 11 - domains/eclair.json | 11 - domains/eleger.json | 11 - domains/elementalst.json | 11 - domains/eliteflix.json | 11 - domains/emmanuel.json | 11 - domains/emre.json | 11 - domains/erdogansad.json | 11 - domains/ericpessoa.json | 11 - domains/erogemaster225.json | 11 - domains/errornointernet.json | 11 - domains/esemv-evan.json | 11 - domains/essiessara.json | 11 - domains/eternal.json | 11 - domains/eternalnetwork.json | 11 - domains/ethan.json | 11 - domains/eturbo.json | 11 - domains/everybody.json | 11 - domains/ex.json | 13 - domains/exotic.json | 13 - domains/ez.json | 11 - domains/fahmifareed.json | 11 - domains/fakhri.json | 11 - domains/farag.json | 11 - domains/fasdaa.json | 11 - domains/felipesantos.json | 11 - domains/femboy.json | 11 - domains/ffidhackseivathueppadi.json | 11 - ...fidhackseivathueppadilinklinklinkanup.json | 11 - domains/filip-razek.json | 11 - domains/filo.json | 11 - domains/fincho.json | 11 - domains/finny.json | 11 - domains/firmware.json | 11 - domains/flame.json | 11 - domains/flex.json | 11 - domains/floofy.exe.json | 13 - domains/floppa.json | 11 - domains/fluxate.json | 11 - domains/fmode.json | 11 - domains/fndn.json | 11 - domains/foo.json | 11 - domains/formuna.json | 11 - domains/foxsophia.json | 11 - domains/freddy007.json | 11 - domains/friendslikebd.json | 11 - domains/frost.json | 14 - domains/fuentes.json | 11 - domains/furry.json | 11 - domains/furrycality.json | 11 - domains/futurex.json | 11 - domains/gabriel.json | 11 - domains/gabrielyong.json | 11 - domains/galaxyfps.riviox.json | 11 - domains/gamersvault.json | 13 - domains/gapindang.json | 11 - domains/gary.json | 13 - domains/gaurav87565.json | 11 - domains/gauravg.json | 11 - domains/gauravgupta.json | 11 - domains/gauravgupta256.json | 11 - domains/gautam.json | 11 - domains/gbot.json | 11 - domains/geckopico.json | 11 - domains/geekysudhir.json | 13 - domains/geenzo.json | 11 - domains/genevera.json | 11 - domains/gerzhahp.json | 13 - domains/gfn.json | 11 - domains/ggio.json | 11 - domains/ghalibcraft.json | 11 - domains/ghfli.json | 11 - domains/ghost1.json | 13 - domains/giocoliere.json | 13 - domains/giovannirapa.json | 11 - domains/git-hoe.json | 11 - domains/git.json | 11 - domains/glqch.json | 11 - domains/goobric.json | 11 - domains/gopalji.json | 11 - domains/gruu.json | 11 - domains/gskaff.json | 11 - domains/gunethra.json | 11 - domains/gurkirat.json | 11 - domains/gurubhai.json | 14 - domains/gurubot.json | 11 - domains/guyen.json | 11 - domains/gzfs.json | 13 - domains/h4sh.json | 11 - domains/haiko.json | 13 - domains/halelui.json | 11 - domains/halil.json | 11 - domains/haloethans.json | 13 - domains/halokod.json | 11 - domains/happyenderman.json | 11 - domains/hara.json | 13 - domains/hariienesh.json | 11 - domains/harrison.json | 13 - domains/harry456.json | 11 - domains/harrystudy.json | 11 - domains/harrythenegro.json | 11 - domains/harshrai.json | 11 - domains/harukipy.json | 11 - domains/hazelnut.json | 11 - domains/hazwana.json | 11 - domains/hecterbonha.json | 11 - domains/hehe.json | 11 - domains/heindale.json | 11 - domains/hekker.json | 11 - domains/hello.qqg00.json | 11 - domains/hellscaped.json | 11 - domains/hemal.json | 11 - domains/hemalmondal.json | 11 - domains/herrkatze.json | 13 - domains/hex4.json | 11 - domains/heydaristo.json | 13 - domains/heyjumanji.json | 11 - domains/hidden.json | 11 - domains/hideko.json | 11 - domains/hilmysakti.json | 11 - domains/himanshusardana.json | 11 - domains/hiro.json | 11 - domains/hntr.json | 11 - domains/holgeb.json | 11 - domains/hosting-test.json | 11 - domains/hosts.json | 11 - domains/hotdevs.json | 11 - domains/hotmayonaise.json | 11 - domains/houlton.json | 11 - domains/houxiaozhao.json | 11 - domains/hqmt.json | 11 - domains/hqmtgaming.json | 11 - domains/httphypixelnet.json | 11 - domains/human.json | 11 - domains/hunt.json | 13 - domains/huyduc.json | 13 - domains/huzaifa.json | 11 - domains/hvn.json | 11 - domains/hydrogen.json | 11 - domains/hyno.json | 11 - domains/hypernexus.json | 11 - domains/iammelvink.json | 11 - domains/iamunixtz.json | 11 - domains/iceed.json | 11 - domains/icehead.json | 11 - domains/icevixen.json | 11 - domains/icmecodes.json | 11 - domains/idkmaxii.json | 11 - domains/idoli.json | 11 - domains/idrkwhotbh.json | 11 - domains/ihk.json | 11 - domains/ihkgpt.json | 11 - domains/ilakian.json | 11 - domains/imdew.json | 11 - domains/imdsamimakhter.json | 11 - domains/imran.json | 11 - domains/imron.json | 11 - domains/imu.json | 11 - domains/in3pire.json | 11 - domains/inam.json | 11 - domains/infinityhackers.json | 11 - domains/infinotiver.json | 13 - domains/interstellar.json | 11 - domains/interstellar.ultrix.json | 11 - domains/is-a-dev-testing.json | 11 - domains/isdwk.json | 11 - domains/itsmenewbie03.json | 11 - domains/j-x01.json | 11 - domains/j-x1.json | 11 - domains/jacksonm.json | 13 - domains/jahid.json | 11 - domains/jams.json | 11 - domains/janam.json | 13 - domains/jarren.json | 11 - domains/jasonthomas.json | 11 - domains/javierpastore.json | 11 - domains/jbugel.json | 11 - domains/jiawei.json | 13 - domains/jim.json | 11 - domains/jindx.json | 11 - domains/jjhjkhk.json | 11 - domains/jkb-bio.json | 11 - domains/joaozeira.json | 11 - domains/jocke.json | 11 - domains/johnd.json | 13 - domains/johndo.json | 11 - domains/johndoe.json | 11 - domains/johnmortan.json | 11 - domains/johnrambo.json | 13 - domains/johnroylapida.json | 13 - domains/joindoe.json | 13 - domains/jonas.json | 11 - domains/jonasrjn.json | 13 - domains/jonathanthembo.json | 13 - domains/jonnycodes.json | 11 - domains/jpstore.json | 13 - domains/jsttan.json | 13 - domains/jtgr.json | 11 - domains/julian45838.json | 13 - domains/juliocesar.json | 11 - domains/jumanji.json | 11 - domains/junior.json | 11 - domains/jupie.json | 11 - domains/juqwtf.json | 13 - domains/justcody.json | 11 - domains/justevil.json | 11 - domains/justnils.json | 13 - domains/jv.json | 11 - domains/jx-1.json | 11 - domains/jx1.json | 11 - domains/jz.json | 11 - domains/kacper.json | 13 - domains/kainer.json | 11 - domains/kalebhumpal.json | 11 - domains/kamek.json | 11 - domains/kameyo.json | 11 - domains/kamilbienkowski.json | 11 - domains/kamlendras.json | 11 - domains/karan.json | 11 - domains/karanxidhu.json | 11 - domains/kasu.json | 11 - domains/kasuu.json | 11 - domains/kaushal.json | 11 - domains/kavinned.json | 11 - domains/kaze.json | 11 - domains/keczuu.json | 11 - domains/keikibun.json | 13 - domains/kelvinmjr707.json | 11 - domains/kenanneo.json | 11 - domains/kenma.json | 11 - domains/kenny.json | 13 - domains/kevv.json | 13 - domains/keyboarding-advanced-test.json | 11 - domains/kh.json | 11 - domains/khang.json | 11 - domains/khasan-tokhirov.json | 11 - domains/kime.json | 11 - domains/kio.json | 11 - domains/kira.json | 11 - domains/kitku.json | 11 - domains/klarkc.json | 11 - domains/kno.json | 11 - domains/kntlpop.json | 11 - domains/kodex.json | 11 - domains/kofy.json | 11 - domains/komovie.json | 11 - domains/komovies.json | 11 - domains/koopa.json | 13 - domains/koopacode.json | 11 - domains/koru.json | 11 - domains/koushik.json | 11 - domains/kramiikk.json | 11 - domains/krazy.json | 11 - domains/kresswell.json | 11 - domains/kris.json | 11 - domains/krish.json | 11 - domains/krishna03.json | 11 - domains/krishna033.json | 11 - domains/kryclopz.json | 11 - domains/krzysiu.json | 11 - domains/kshitij.json | 13 - domains/ksingh.json | 11 - domains/kuat.json | 11 - domains/kurokami.json | 11 - domains/kuzey.json | 11 - domains/kxden.json | 11 - domains/kyakou.json | 11 - domains/kyle.json | 11 - domains/kylomaskgamer.json | 11 - domains/l3g3n7.json | 11 - domains/lacyx.json | 11 - domains/lain.json | 13 - domains/lakhindar.json | 13 - domains/laluxx.json | 11 - domains/lamdev.json | 11 - domains/lamfun.json | 11 - domains/lamger.json | 11 - domains/lamgerr.json | 11 - domains/lamgerxd.json | 11 - domains/landyn.json | 13 - domains/lap.json | 11 - domains/latestnews.json | 11 - domains/latuh.json | 11 - domains/lcdled.json | 11 - domains/leander.json | 11 - domains/leawty.json | 11 - domains/leeiz.json | 13 - domains/legalise.json | 11 - domains/legend-sabbir.json | 11 - domains/leizreal.json | 12 - domains/lenn106.json | 11 - domains/lennymaxmine.json | 11 - domains/leogoetz.json | 11 - domains/lh.json | 11 - domains/liam-h.json | 11 - domains/lightarea.json | 13 - domains/littleneko.json | 11 - domains/lixi.json | 14 - domains/llko.json | 11 - domains/lodestone.json | 11 - domains/logan2005.json | 11 - domains/loganpaxton.json | 11 - domains/logxnic.json | 11 - domains/lol.squaresmp.json | 11 - domains/lolz.json | 11 - domains/lordwolfy.json | 11 - domains/lori28167.json | 11 - domains/lotra.json | 11 - domains/lsy.json | 11 - domains/lucaforever.json | 11 - domains/lucas.json | 11 - domains/lucassaud.json | 11 - domains/lucid.json | 11 - domains/luishdez.json | 11 - domains/luminexcloud.json | 11 - domains/lumix.json | 11 - domains/lunacharm.json | 11 - domains/lunar.json | 13 - domains/luqmanity.json | 11 - domains/luzivr.json | 11 - domains/lwes.json | 11 - domains/lynxeko.json | 13 - domains/m-avila.json | 11 - domains/maceng.json | 11 - domains/machi.json | 11 - domains/mafarag.json | 11 - domains/magdi.json | 11 - domains/mageclient.json | 11 - domains/mahad.json | 13 - domains/mahfuz.json | 11 - domains/maikeru.json | 11 - domains/main.json | 11 - domains/majorhead.json | 11 - domains/makeshiftartist.json | 11 - domains/mamad.json | 11 - domains/mammad.json | 11 - domains/manav.json | 11 - domains/manuel.json | 11 - domains/marby.json | 11 - domains/marcel.json | 11 - domains/mariovaldez.json | 13 - domains/master.json | 11 - domains/matt.json | 13 - domains/mauricio.json | 11 - domains/maximumdevmode.json | 11 - domains/maxzhu.json | 13 - domains/mazimez.json | 11 - domains/mc-wolmarans.json | 11 - domains/mdbesoain.json | 11 - domains/meerveld.json | 11 - domains/meraj.json | 11 - domains/mersillc.json | 11 - domains/mesmerica.json | 11 - domains/mewwme.json | 13 - domains/mfarag.json | 11 - domains/mfused.json | 11 - domains/mhmd.json | 11 - domains/mhsunny.json | 13 - domains/miho.json | 11 - domains/miljte.json | 11 - domains/mine.craft.json | 11 - domains/mingihihi.json | 11 - domains/minihoot.json | 11 - domains/mishalshanavas.json | 11 - domains/miyonaki.json | 11 - domains/mkrm.json | 13 - domains/mlemingcapoo.json | 11 - domains/mnoer.json | 11 - domains/mnshakib.json | 11 - domains/mohab.json | 11 - domains/mohammed.json | 11 - domains/mohand.json | 11 - domains/mohdjariullah.json | 14 - domains/monissh.json | 11 - domains/mono.json | 11 - domains/montana.json | 13 - domains/moonmachine.json | 11 - domains/mosaabtest.json | 13 - domains/mostafizur-rahman.json | 11 - domains/mourad.json | 13 - domains/mpacheco.json | 11 - domains/mpangobank.json | 11 - domains/mr.json | 11 - domains/mr.noname.json | 11 - domains/mra1k3r0.json | 11 - domains/mrinank.json | 13 - domains/mrj.json | 11 - domains/mrjbadshah.json | 11 - domains/mrrob0t.json | 11 - domains/mrrobot.json | 11 - domains/mrwhite.json | 13 - domains/mst.json | 11 - domains/mubashiryasin.json | 11 - domains/mukeshkumarcharak.json | 11 - domains/musikid.json | 11 - domains/mytac.json | 11 - domains/myvps.json | 11 - domains/n3rcy.json | 11 - domains/naby.json | 11 - domains/naltheduck.json | 13 - domains/namesmt.json | 11 - domains/nandan.json | 13 - domains/narayana.json | 11 - domains/nauriculus.json | 13 - domains/naveenlam.json | 11 - domains/nayam.json | 11 - domains/negodev.json | 11 - domains/neomc.xyz.json | 11 - domains/nepy.json | 11 - domains/neuron.json | 11 - domains/nicekun.json | 11 - domains/nickooms.json | 11 - domains/niel.json | 11 - domains/niemiets.json | 11 - domains/nihaltm.json | 11 - domains/nilhem.json | 11 - domains/nishaj.json | 11 - domains/nishaj0.json | 11 - domains/nithin.json | 13 - domains/noah.json | 11 - domains/nobody.json | 11 - domains/noflare.json | 11 - domains/normturtle.json | 11 - domains/not.json | 13 - domains/nota.json | 11 - domains/notskillz.json | 11 - domains/notugotskillz.json | 11 - domains/notzsfell.json | 11 - domains/nova.json | 11 - domains/novinity.json | 11 - domains/npc.json | 11 - domains/nqdev.json | 11 - domains/nxnetwork.json | 11 - domains/nxyoo.json | 11 - domains/nxyy.json | 11 - domains/nyc.json | 11 - domains/nyx.json | 11 - domains/obaydmerz.json | 11 - domains/ofir.json | 13 - domains/ohgodanoob.json | 11 - domains/ohm.json | 11 - domains/ohmdeb.json | 11 - domains/olivia.json | 12 - domains/omarplayz.json | 11 - domains/omarzaghlool.json | 11 - domains/omi.json | 11 - domains/omsandeppatil.json | 13 - domains/onlive.json | 11 - domains/onvr.json | 11 - domains/optixyt.json | 13 - domains/orhanyigitdurmaz.json | 11 - domains/osakihsieh.json | 11 - domains/outland3r2007.json | 11 - domains/oways.json | 13 - domains/owayys.json | 13 - domains/owl.json | 13 - domains/oxoomy.json | 11 - domains/pa.json | 13 - domains/pafias.json | 11 - domains/painfuego.json | 13 - domains/panda.json | 13 - domains/panther.json | 11 - domains/paoloclimaco.json | 11 - domains/parasyte.json | 13 - domains/parthmaster.json | 13 - domains/parthpanchal.json | 11 - domains/pathdog.json | 11 - domains/patsore.json | 11 - domains/paulojunqueira.json | 13 - domains/paulpfeiffer.json | 11 - domains/pawix.json | 11 - domains/peacy.json | 11 - domains/peanut.json | 11 - domains/pelfex.json | 11 - domains/pengubin.json | 11 - domains/peterhinga.json | 11 - domains/phakh.json | 11 - domains/pherngpy.json | 13 - domains/pi.json | 11 - domains/pico.json | 11 - domains/pieter.json | 11 - domains/pike.json | 11 - domains/pink.json | 11 - domains/pinkyplant.json | 11 - domains/piplup7575.json | 11 - domains/pirpal.json | 11 - domains/pixeldust.json | 11 - domains/plexus.json | 11 - domains/pls.json | 11 - domains/plush.json | 11 - domains/poliwhirl.json | 11 - domains/polytap.json | 11 - domains/popcorn.json | 11 - domains/ppy.json | 11 - domains/prachiti.json | 11 - domains/prafit.json | 11 - domains/prajjwal.json | 11 - domains/pranjal.json | 11 - domains/prasadsawant.json | 11 - domains/prathamesh.json | 11 - domains/predefine.json | 11 - domains/priyanka.json | 11 - domains/pro.json | 11 - domains/prodefix.json | 11 - domains/proo.json | 11 - domains/prototalk.json | 11 - domains/prox.json | 11 - domains/puchikat.json | 11 - domains/puria.json | 11 - domains/q31265503-bio.json | 11 - domains/q31265503.json | 11 - domains/qqg00.json | 11 - domains/quantamphysics.json | 11 - domains/quartz.json | 11 - domains/querko.json | 11 - domains/quest.json | 13 - domains/ra.json | 11 - domains/racembenamar.json | 11 - domains/rafsanrakib.json | 11 - domains/raga.json | 11 - domains/rahil.json | 11 - domains/rahul-ray.json | 11 - domains/rahul.ray.json | 11 - domains/rahulol.json | 11 - domains/rahulray.json | 11 - domains/raiden-16f7.json | 11 - domains/raiin.json | 11 - domains/rain.json | 11 - domains/rajuan.json | 13 - domains/rakibahmed.json | 11 - domains/rakibrafsaaan.json | 11 - domains/rakibrafsan.json | 11 - domains/rana.json | 11 - domains/ranamoh.json | 11 - domains/raspi.json | 11 - domains/rayan.json | 11 - domains/raystatic.json | 11 - domains/razvy.json | 11 - domains/rebokdev.json | 11 - domains/receiptify.json | 19 - domains/recoderdrastic.json | 11 - domains/reef.json | 11 - domains/refact0r.json | 11 - domains/register-bot.json | 12 - domains/rejasaad.json | 13 - domains/renata.json | 11 - domains/rendi.json | 11 - domains/restart.json | 11 - domains/return.json | 11 - domains/reyzo.json | 11 - domains/rherly.json | 11 - domains/riddim-glitch.json | 11 - domains/rifkisaputra.json | 11 - domains/rin.json | 11 - domains/ringoxd.json | 11 - domains/rnv.json | 11 - domains/robskan.json | 11 - domains/rockstarbuddies.json | 11 - domains/rollwaifu.json | 11 - domains/romeodev.json | 11 - domains/royalahmed.json | 11 - domains/rubyscans.json | 11 - domains/rushil.json | 11 - domains/ry.json | 13 - domains/ryangamin.json | 11 - domains/rylie.json | 11 - domains/ryo.json | 11 - domains/s7nx.json | 11 - domains/sabiiti.json | 13 - domains/sadiz.json | 11 - domains/sagun.json | 12 - domains/sai-mehar.json | 11 - domains/saiganeshganoju.json | 11 - domains/sameer.json | 11 - domains/sami.json | 11 - domains/samlim.json | 11 - domains/samsul.json | 11 - domains/sandi.json | 11 - domains/sanityless.json | 11 - domains/saptarshi.json | 13 - domains/saqlainbrawl.json | 11 - domains/saturn-net.json | 11 - domains/saumon.json | 11 - domains/saunear.json | 11 - domains/saurabh-kirve.json | 11 - domains/saxon-totally.json | 13 - domains/sayantan.json | 11 - domains/school.json | 11 - domains/schummler.json | 11 - domains/scythe101.json | 13 - domains/scythemedia.json | 11 - domains/sean.json | 13 - domains/sedat.json | 11 - domains/sedat3344.json | 11 - domains/seizedforge.json | 11 - domains/senix.json | 11 - domains/sephrost.json | 11 - domains/seraphic.json | 11 - domains/sercan.json | 13 - domains/seriuos.json | 11 - domains/sex.json | 11 - domains/sgogov.json | 11 - domains/sgyt.json | 11 - domains/sh1nyhunt3r27.json | 11 - domains/shabnam.json | 11 - domains/shad.json | 11 - domains/shaderoleplay.json | 13 - domains/shaderp.json | 13 - domains/shamshitty.json | 14 - domains/shaquib.json | 11 - domains/sharan.json | 11 - domains/shawty.json | 11 - domains/shell.json | 11 - domains/shiba.json | 11 - domains/shilab.json | 11 - domains/shivathmika.json | 11 - domains/shizotechie.json | 11 - domains/shmeeseeks.json | 11 - domains/shobhit9945.json | 11 - domains/shock.json | 13 - domains/shockbs.json | 12 - domains/shrek.json | 11 - domains/shreya.json | 11 - domains/shubham-1806.json | 13 - domains/shubhamkumar.json | 11 - domains/shubhamverma.json | 11 - domains/shuriken.json | 11 - domains/sia.json | 11 - domains/siddharthtewari.json | 11 - domains/sigmassimo.json | 11 - domains/silksp.json | 11 - domains/sirens.json | 11 - domains/sjlptpsnh.json | 11 - domains/skillz.json | 11 - domains/skydiver-web.json | 11 - domains/skyopg.json | 11 - domains/slashed.json | 11 - domains/sneax.json | 11 - domains/snipc.json | 11 - domains/snippyivan.json | 11 - domains/snippytech.json | 11 - domains/snow.json | 11 - domains/snowservice.json | 11 - domains/snwsrv.json | 11 - domains/sof009.json | 11 - domains/sohamkansodaria.json | 11 - domains/someshsrichandan.json | 11 - domains/soup.json | 11 - domains/spa.json | 11 - domains/spaace.json | 11 - domains/spacewd69.json | 13 - domains/sparkfire298.json | 11 - domains/sparkle.json | 11 - domains/spd.json | 11 - domains/spike.json | 11 - domains/spill.json | 11 - domains/splashy.json | 11 - domains/spyminer.json | 11 - domains/spynet.json | 11 - domains/squaresmp.json | 11 - domains/sreevikram.json | 12 - domains/srp.json | 13 - domains/srujangajul.json | 13 - domains/sser.json | 11 - domains/sshdgjeienjdje.json | 11 - domains/sso.nqdev.json | 11 - domains/stamina.json | 11 - domains/stanasx.json | 11 - domains/stefdp.json | 18 - domains/stellar.json | 11 - domains/stellaros.json | 11 - domains/stodja.json | 11 - domains/storm.json | 11 - domains/strtsnm.json | 11 - domains/stuffmaker.json | 11 - domains/stupidjane.json | 13 - domains/stx.json | 11 - domains/su.json | 11 - domains/sudi.json | 11 - domains/sudo.json | 11 - domains/sudosu.json | 11 - domains/suhailahmed2627.json | 11 - domains/sujan.json | 11 - domains/sujandeb.json | 11 - domains/suki.json | 11 - domains/suleymanduzgun.json | 11 - domains/sunnny.json | 13 - domains/supusr.json | 11 - domains/suq3r.json | 11 - domains/sxe.json | 11 - domains/syedomershah.json | 11 - domains/systemm32.json | 11 - domains/tabanopro.json | 11 - domains/takeshi.json | 11 - domains/takudzwachiutaalenga.json | 11 - domains/tanmayjaiswal.json | 11 - domains/tariqul.json | 11 - domains/tashvik.json | 11 - domains/taufikmaulidi.json | 11 - domains/tawogrant.json | 13 - domains/tazmyan.json | 11 - domains/tbhgodpro.json | 11 - domains/tech-is-god.json | 11 - domains/techhjork.json | 11 - domains/techke.json | 11 - domains/techpundit.json | 11 - domains/techpunditke.json | 11 - domains/teds.json | 13 - domains/tehpig.json | 11 - domains/tenuun.json | 13 - domains/terraegg.json | 11 - domains/test2214.json | 11 - domains/test373.json | 11 - domains/test849205.json | 11 - domains/textures1245.json | 11 - domains/thabanii.json | 11 - domains/that.json | 11 - domains/thatbigderp.json | 11 - domains/thebestdeveloper.json | 11 - domains/thedeveloper03.json | 11 - domains/thedivided.json | 11 - domains/thedt.json | 11 - domains/thembo.json | 13 - domains/theschoology.json | 11 - domains/thetechguy.json | 11 - domains/thisarasd.json | 13 - domains/thisqoutedoesntexist.json | 11 - domains/thordevs.json | 11 - domains/thunder.json | 11 - domains/tien.json | 11 - domains/time.json | 11 - domains/tin.json | 11 - domains/tinergy.json | 11 - domains/tinny.json | 11 - domains/tm-incognito.json | 11 - domains/toasta.json | 11 - domains/toonshub.json | 13 - domains/topher.json | 11 - domains/tosh.json | 13 - domains/tpglitch.json | 11 - domains/tpke.json | 11 - domains/tr1xem.json | 13 - domains/trailblazertech.json | 11 - domains/trasadiyasmeet.json | 11 - domains/trvs.json | 11 - domains/trvsmusic.json | 11 - domains/trypt.json | 11 - domains/tw.json | 11 - domains/twisted.json | 11 - domains/tyler.json | 13 - domains/tylerdotnet.json | 13 - domains/tzvika.json | 11 - domains/ukirio.json | 11 - domains/ultrix.json | 11 - domains/umar.json | 11 - domains/unchained.json | 11 - domains/unixtz.json | 11 - domains/unknowncheats.json | 11 - domains/urgent.afcu.json | 11 - domains/urgent.afcubanking.json | 11 - domains/useflame.json | 13 - domains/user.nqdev.json | 11 - domains/utility.icevixen.json | 11 - domains/utkn.json | 11 - domains/utsavsingh.json | 11 - domains/uv.json | 11 - domains/va1dee.json | 11 - domains/vaginessa.json | 11 - domains/vanshagrawal.json | 13 - domains/var.json | 11 - domains/varun.json | 11 - domains/varunhere.json | 11 - domains/veer.json | 11 - domains/venkateshpagdikar.json | 11 - domains/venox.json | 13 - domains/verse.json | 11 - domains/verstandlxs.json | 11 - domains/vertex.json | 11 - domains/vhd.json | 11 - domains/vian.json | 11 - domains/victoris.json | 11 - domains/victorisgeek.json | 11 - domains/vikas-mahi.json | 13 - domains/vikkubaliga.json | 11 - domains/vin-decoder.json | 11 - domains/vincent-cly.json | 11 - domains/vineet-khemnani.json | 11 - domains/viraj.json | 11 - domains/vishok.json | 11 - domains/vishwa.json | 11 - domains/visionavtr.json | 11 - domains/vivek.2k.json | 11 - domains/vleov.json | 11 - domains/voidlesh.json | 11 - domains/voldemort.json | 11 - domains/voltic.json | 11 - domains/voonyuan.json | 11 - domains/vt-d.json | 11 - domains/wang.json | 11 - domains/wangjoui.json | 11 - domains/wankhede.json | 11 - domains/wap.json | 11 - domains/warvan.json | 11 - domains/web-design-zone.json | 11 - domains/webmarshalls.json | 11 - domains/whinny.json | 11 - domains/wibu.json | 11 - domains/williamsebastian.json | 11 - domains/winniepat.json | 11 - domains/wizard.json | 11 - domains/wm.json | 13 - domains/wolflangtw.json | 11 - domains/woxdev.json | 11 - domains/www.amulyasingh.json | 11 - domains/x3ric.json | 11 - domains/xander.json | 13 - domains/xcut.json | 11 - domains/xian.json | 11 - domains/xiaozhe.json | 11 - domains/xiaozhu2007.json | 13 - domains/xikofornai.json | 13 - domains/xinfull.json | 11 - domains/xkotelek.json | 11 - domains/xorisx.json | 11 - domains/xoronium.json | 11 - domains/xorro.json | 11 - domains/xram.json | 11 - domains/xuanwu.json | 11 - domains/yairmedina.json | 11 - domains/yakisan.json | 11 - domains/yash-khattar.json | 11 - domains/yashwardhan.json | 11 - domains/yc-gen.json | 11 - domains/yef.json | 11 - domains/yes.json | 11 - domains/yieldray.json | 11 - domains/yiyi.json | 11 - domains/yoitsrt.json | 11 - domains/yourmom.json | 11 - domains/yousefzidan.json | 11 - domains/youssef.json | 11 - domains/yozie.json | 11 - domains/yozieb.json | 11 - domains/yozieeee.json | 11 - domains/yt.amulyasingh.json | 11 - domains/ytdl.mrj.json | 11 - domains/yuki.json | 11 - domains/yumi.json | 11 - domains/yuyu.json | 11 - domains/yyw.json | 11 - domains/zeazolf.json | 13 - domains/zenjahid.json | 11 - domains/zephyr.json | 11 - domains/zepvil.json | 11 - domains/zerobun.json | 13 - domains/zeroratedtm.json | 11 - domains/zh4ck.json | 11 - domains/zhougonglai.json | 11 - domains/zhxck.json | 11 - domains/zirconiac.json | 11 - domains/zizibibi.json | 11 - domains/zombs.json | 11 - domains/zoronium.json | 11 - domains/zshmeta.json | 11 - domains/ztrax.json | 11 - domains/zwzodo.json | 11 - domains/zye.json | 11 - package-lock.json | 1467 +++++++++++++++++ 1187 files changed, 1467 insertions(+), 13399 deletions(-) delete mode 100644 domains/0bun.json delete mode 100644 domains/0xaryan.json delete mode 100644 domains/1024.json delete mode 100644 domains/123.json delete mode 100644 domains/1ly4s0.json delete mode 100644 domains/20gn.json delete mode 100644 domains/21z.json delete mode 100644 domains/3kh0.json delete mode 100644 domains/4kh0.json delete mode 100644 domains/70a5.json delete mode 100644 domains/9yma.net.json delete mode 100644 domains/aadarshksingh.json delete mode 100644 domains/aakashcse.json delete mode 100644 domains/aakrisht.json delete mode 100644 domains/aantarip.json delete mode 100644 domains/aarav-puri.json delete mode 100644 domains/aarav.json delete mode 100644 domains/aaron.json delete mode 100644 domains/aayank.json delete mode 100644 domains/aayush-bharti.json delete mode 100644 domains/aayushbh.json delete mode 100644 domains/aayushbharti.json delete mode 100644 domains/abar.json delete mode 100644 domains/abdel.json delete mode 100644 domains/abdeljallil.json delete mode 100644 domains/abdo.json delete mode 100644 domains/abhay.json delete mode 100644 domains/abhijit.json delete mode 100644 domains/abhinav.json delete mode 100644 domains/abhishekpanda.json delete mode 100644 domains/abhishekpb.json delete mode 100644 domains/abhishekyadav.json delete mode 100644 domains/abv.json delete mode 100644 domains/acto.json delete mode 100644 domains/ad1107.json delete mode 100644 domains/ad956.json delete mode 100644 domains/adam.json delete mode 100644 domains/adamousmer.json delete mode 100644 domains/adarsh-a-inamdar.json delete mode 100644 domains/adeshsingh.json delete mode 100644 domains/adioblu.json delete mode 100644 domains/adityabhattacharya.json delete mode 100644 domains/adityakotha.json delete mode 100644 domains/adityaredflag.json delete mode 100644 domains/adiy.json delete mode 100644 domains/adnanahmed.json delete mode 100644 domains/adriantandara.json delete mode 100644 domains/aedotris.json delete mode 100644 domains/aeolus.json delete mode 100644 domains/aerial-ace1.json delete mode 100644 domains/afcu.json delete mode 100644 domains/ahaan.json delete mode 100644 domains/aidan.json delete mode 100644 domains/aivietnamllm.json delete mode 100644 domains/ajlemon.json delete mode 100644 domains/akas.json delete mode 100644 domains/akash.json delete mode 100644 domains/akshat.json delete mode 100644 domains/akshayashok.json delete mode 100644 domains/akshayks.json delete mode 100644 domains/albuman.json delete mode 100644 domains/alby.json delete mode 100644 domains/alchion.json delete mode 100644 domains/alcyoneus.json delete mode 100644 domains/alex-s.json delete mode 100644 domains/alexcodesgames.json delete mode 100644 domains/alexr.json delete mode 100644 domains/algmapper.json delete mode 100644 domains/aliazhar.json delete mode 100644 domains/alijafari.json delete mode 100644 domains/alkadhumi.json delete mode 100644 domains/amanda.json delete mode 100644 domains/amar.json delete mode 100644 domains/amazing.devs.json delete mode 100644 domains/amazing.json delete mode 100644 domains/amazingdev.json delete mode 100644 domains/amazingdevel.json delete mode 100644 domains/amazingdevels.json delete mode 100644 domains/amazingdevs.json delete mode 100644 domains/ambon.json delete mode 100644 domains/amelia.json delete mode 100644 domains/ameysawant.json delete mode 100644 domains/amin.json delete mode 100644 domains/ammy.json delete mode 100644 domains/amodity.json delete mode 100644 domains/amulyasingh.json delete mode 100644 domains/amya.json delete mode 100644 domains/anakhalal.json delete mode 100644 domains/andrewstech.json delete mode 100644 domains/andrewtest.json delete mode 100644 domains/andrewtest22.json delete mode 100644 domains/angi-talk.json delete mode 100644 domains/angi.json delete mode 100644 domains/anjayy.json delete mode 100644 domains/ankit42x.json delete mode 100644 domains/ansh.json delete mode 100644 domains/anshbhimani.json delete mode 100644 domains/anto.json delete mode 100644 domains/antoine.json delete mode 100644 domains/antoniod.json delete mode 100644 domains/anubhav.json delete mode 100644 domains/anujjamdade.json delete mode 100644 domains/anurag.json delete mode 100644 domains/apa.json delete mode 100644 domains/apanel.json delete mode 100644 domains/apexweb.json delete mode 100644 domains/api.autoplay88.xyz.json delete mode 100644 domains/apiwebserver.json delete mode 100644 domains/app.allancoding.json delete mode 100644 domains/appeals.json delete mode 100644 domains/appscom.json delete mode 100644 domains/arafat.json delete mode 100644 domains/araon.json delete mode 100644 domains/arctix.json delete mode 100644 domains/argonnetworkmainframe.json delete mode 100644 domains/ark.json delete mode 100644 domains/arunodmanohara.json delete mode 100644 domains/aryan.json delete mode 100644 domains/arztiser.json delete mode 100644 domains/ash.json delete mode 100644 domains/ashey.json delete mode 100644 domains/asheyxd.json delete mode 100644 domains/ashutoshgupta.json delete mode 100644 domains/ashvani-kumar.json delete mode 100644 domains/asmin.json delete mode 100644 domains/asmo.json delete mode 100644 domains/asteria.json delete mode 100644 domains/astro.json delete mode 100644 domains/atharv-jha.json delete mode 100644 domains/atharvaupadhyay.json delete mode 100644 domains/athir.json delete mode 100644 domains/attafriski.json delete mode 100644 domains/atuel.json delete mode 100644 domains/auuub.json delete mode 100644 domains/avikek.json delete mode 100644 domains/aware.json delete mode 100644 domains/ayaan.json delete mode 100644 domains/aymenjelassi.json delete mode 100644 domains/aymo.json delete mode 100644 domains/ayrox.json delete mode 100644 domains/ayushi.json delete mode 100644 domains/ayushmann.json delete mode 100644 domains/ayuv.json delete mode 100644 domains/azul.json delete mode 100644 domains/b5i.json delete mode 100644 domains/baba.json delete mode 100644 domains/balduzz.json delete mode 100644 domains/balls.json delete mode 100644 domains/bampa.json delete mode 100644 domains/bangladesh.json delete mode 100644 domains/bao.json delete mode 100644 domains/baptiste.json delete mode 100644 domains/bar-vaibhav.json.json delete mode 100644 domains/bashafk.json delete mode 100644 domains/bayu.json delete mode 100644 domains/bd.json delete mode 100644 domains/bdloser.json delete mode 100644 domains/bebo.json delete mode 100644 domains/benjae.json delete mode 100644 domains/bera.json delete mode 100644 domains/berk.json delete mode 100644 domains/bharat.json delete mode 100644 domains/bhavishya.json delete mode 100644 domains/bigyan.json delete mode 100644 domains/bilalkhan.json delete mode 100644 domains/bill.json delete mode 100644 domains/bitter-130.json delete mode 100644 domains/bitter130.json delete mode 100644 domains/blessingmwiti.json delete mode 100644 domains/blinx.json delete mode 100644 domains/blob.json delete mode 100644 domains/block.json delete mode 100644 domains/blockbreaker.json delete mode 100644 domains/blockchaindevpanther.json delete mode 100644 domains/blucifer.json delete mode 100644 domains/blue.json delete mode 100644 domains/bni.co.id.json delete mode 100644 domains/bogdan.json delete mode 100644 domains/boggy.json delete mode 100644 domains/bongopentester.json delete mode 100644 domains/bongoshop.json delete mode 100644 domains/booogle.json delete mode 100644 domains/bota.json delete mode 100644 domains/brahianf.json delete mode 100644 domains/bread.json delete mode 100644 domains/brownvinci.json delete mode 100644 domains/bruhx.json delete mode 100644 domains/bryce.json delete mode 100644 domains/bumbleboss.json delete mode 100644 domains/bv.json delete mode 100644 domains/byigit.json delete mode 100644 domains/bypass.jesgran.json delete mode 100644 domains/c22.json delete mode 100644 domains/caiden.json delete mode 100644 domains/caiden.xyz.json delete mode 100644 domains/caillou.json delete mode 100644 domains/cakihorse.json delete mode 100644 domains/calamity.json delete mode 100644 domains/campusgeeks.json delete mode 100644 domains/canarddu38.json delete mode 100644 domains/carol3n.json delete mode 100644 domains/carsonday.json delete mode 100644 domains/ccnicebruh.json delete mode 100644 domains/celestial.json delete mode 100644 domains/cha0tic.json delete mode 100644 domains/chaaya.json delete mode 100644 domains/chandrabose.json delete mode 100644 domains/charge.json delete mode 100644 domains/chasecraft.json delete mode 100644 domains/chesko.json delete mode 100644 domains/chiutaalenga.json delete mode 100644 domains/chris8889.json delete mode 100644 domains/christian.json delete mode 100644 domains/chriz.json delete mode 100644 domains/chyves.json delete mode 100644 domains/cihatksm.json delete mode 100644 domains/clarex.json delete mode 100644 domains/clicpow.json delete mode 100644 domains/cloneslist.aymo.json delete mode 100644 domains/closure.json delete mode 100644 domains/clp.json delete mode 100644 domains/clyde.json delete mode 100644 domains/coco.json delete mode 100644 domains/codershayan.json delete mode 100644 domains/codingbobby.json delete mode 100644 domains/codingkitten.json delete mode 100644 domains/colin.json delete mode 100644 domains/computer.guy.json delete mode 100644 domains/computerguy.json delete mode 100644 domains/constvar.json delete mode 100644 domains/contact.foxsophia.json delete mode 100644 domains/convertlink.json delete mode 100644 domains/cplusplus.json delete mode 100644 domains/craftyy.json delete mode 100644 domains/crazyg.json delete mode 100644 domains/creeper76.json delete mode 100644 domains/creepycraft.json delete mode 100644 domains/crllect.json delete mode 100644 domains/csprance.json delete mode 100644 domains/ctk.json delete mode 100644 domains/curios.json delete mode 100644 domains/curse.json delete mode 100644 domains/cv.tomgxz.json delete mode 100644 domains/d3vboi.json delete mode 100644 domains/d4rabi.json delete mode 100644 domains/dailycats.json delete mode 100644 domains/daku.json delete mode 100644 domains/dallonlahoda.json delete mode 100644 domains/damned-support.json delete mode 100644 domains/danielliu.json delete mode 100644 domains/darian.json delete mode 100644 domains/darkd.json delete mode 100644 domains/darkwaves.json delete mode 100644 domains/dasdadssad.json delete mode 100644 domains/dasdebanna.json delete mode 100644 domains/dasshark.json delete mode 100644 domains/dave.json delete mode 100644 domains/davidxxd.json delete mode 100644 domains/dax.json delete mode 100644 domains/ddn.json delete mode 100644 domains/ddos777.json delete mode 100644 domains/dea.json delete mode 100644 domains/declan.json delete mode 100644 domains/deecoyz.json delete mode 100644 domains/deepankar.json delete mode 100644 domains/deepesh.json delete mode 100644 domains/defalco64.json delete mode 100644 domains/denboy0123.json delete mode 100644 domains/denism.json delete mode 100644 domains/denizak.json delete mode 100644 domains/denizbee.json delete mode 100644 domains/desteria.json delete mode 100644 domains/devchaudhary.json delete mode 100644 domains/devel.json delete mode 100644 domains/devgd.json delete mode 100644 domains/devmail.json delete mode 100644 domains/devpanther.json delete mode 100644 domains/devs.json delete mode 100644 domains/dew.json delete mode 100644 domains/dex.explorer.json delete mode 100644 domains/dexar.json delete mode 100644 domains/dhaloi.json delete mode 100644 domains/dhiyazhar.json delete mode 100644 domains/diego.json delete mode 100644 domains/diji.json delete mode 100644 domains/dima.json delete mode 100644 domains/dincertekin.json delete mode 100644 domains/dinhq.json delete mode 100644 domains/discord-corp.json delete mode 100644 domains/discord.amulyasingh.json delete mode 100644 domains/discusser.json delete mode 100644 domains/divine.json delete mode 100644 domains/divyadesh.json delete mode 100644 domains/divyansh.json delete mode 100644 domains/divyanshu.json delete mode 100644 domains/divyanshuprasad.json delete mode 100644 domains/dnoxl.json delete mode 100644 domains/dodinhphuc.json delete mode 100644 domains/doge-v4-proxy.json delete mode 100644 domains/dogeleader.json delete mode 100644 domains/dogenetwork.json delete mode 100644 domains/domathdotid.json delete mode 100644 domains/dominik.json delete mode 100644 domains/dott.json delete mode 100644 domains/dracx.json delete mode 100644 domains/drastic.json delete mode 100644 domains/drasticroy.json delete mode 100644 domains/drenxhyliqi.json delete mode 100644 domains/drk-bot.json delete mode 100644 domains/drmzahid.json delete mode 100644 domains/droiders.json delete mode 100644 domains/drv.su.json delete mode 100644 domains/dsgaasdgsdag.json delete mode 100644 domains/dsgamer.json delete mode 100644 domains/dulackmugi.json delete mode 100644 domains/dwk.json delete mode 100644 domains/dxomg.json delete mode 100644 domains/dynamic-homepage.json delete mode 100644 domains/eacbypasser.json delete mode 100644 domains/echo.json delete mode 100644 domains/eclair.json delete mode 100644 domains/eleger.json delete mode 100644 domains/elementalst.json delete mode 100644 domains/eliteflix.json delete mode 100644 domains/emmanuel.json delete mode 100644 domains/emre.json delete mode 100644 domains/erdogansad.json delete mode 100644 domains/ericpessoa.json delete mode 100644 domains/erogemaster225.json delete mode 100644 domains/errornointernet.json delete mode 100644 domains/esemv-evan.json delete mode 100644 domains/essiessara.json delete mode 100644 domains/eternal.json delete mode 100644 domains/eternalnetwork.json delete mode 100644 domains/ethan.json delete mode 100644 domains/eturbo.json delete mode 100644 domains/everybody.json delete mode 100644 domains/ex.json delete mode 100644 domains/exotic.json delete mode 100644 domains/ez.json delete mode 100644 domains/fahmifareed.json delete mode 100644 domains/fakhri.json delete mode 100644 domains/farag.json delete mode 100644 domains/fasdaa.json delete mode 100644 domains/felipesantos.json delete mode 100644 domains/femboy.json delete mode 100644 domains/ffidhackseivathueppadi.json delete mode 100644 domains/ffidhackseivathueppadilinklinklinkanup.json delete mode 100644 domains/filip-razek.json delete mode 100644 domains/filo.json delete mode 100644 domains/fincho.json delete mode 100644 domains/finny.json delete mode 100644 domains/firmware.json delete mode 100644 domains/flame.json delete mode 100644 domains/flex.json delete mode 100644 domains/floofy.exe.json delete mode 100644 domains/floppa.json delete mode 100644 domains/fluxate.json delete mode 100644 domains/fmode.json delete mode 100644 domains/fndn.json delete mode 100644 domains/foo.json delete mode 100644 domains/formuna.json delete mode 100644 domains/foxsophia.json delete mode 100644 domains/freddy007.json delete mode 100644 domains/friendslikebd.json delete mode 100644 domains/frost.json delete mode 100644 domains/fuentes.json delete mode 100644 domains/furry.json delete mode 100644 domains/furrycality.json delete mode 100644 domains/futurex.json delete mode 100644 domains/gabriel.json delete mode 100644 domains/gabrielyong.json delete mode 100644 domains/galaxyfps.riviox.json delete mode 100644 domains/gamersvault.json delete mode 100644 domains/gapindang.json delete mode 100644 domains/gary.json delete mode 100644 domains/gaurav87565.json delete mode 100644 domains/gauravg.json delete mode 100644 domains/gauravgupta.json delete mode 100644 domains/gauravgupta256.json delete mode 100644 domains/gautam.json delete mode 100644 domains/gbot.json delete mode 100644 domains/geckopico.json delete mode 100644 domains/geekysudhir.json delete mode 100644 domains/geenzo.json delete mode 100644 domains/genevera.json delete mode 100644 domains/gerzhahp.json delete mode 100644 domains/gfn.json delete mode 100644 domains/ggio.json delete mode 100644 domains/ghalibcraft.json delete mode 100644 domains/ghfli.json delete mode 100644 domains/ghost1.json delete mode 100644 domains/giocoliere.json delete mode 100644 domains/giovannirapa.json delete mode 100644 domains/git-hoe.json delete mode 100644 domains/git.json delete mode 100644 domains/glqch.json delete mode 100644 domains/goobric.json delete mode 100644 domains/gopalji.json delete mode 100644 domains/gruu.json delete mode 100644 domains/gskaff.json delete mode 100644 domains/gunethra.json delete mode 100644 domains/gurkirat.json delete mode 100644 domains/gurubhai.json delete mode 100644 domains/gurubot.json delete mode 100644 domains/guyen.json delete mode 100644 domains/gzfs.json delete mode 100644 domains/h4sh.json delete mode 100644 domains/haiko.json delete mode 100644 domains/halelui.json delete mode 100644 domains/halil.json delete mode 100644 domains/haloethans.json delete mode 100644 domains/halokod.json delete mode 100644 domains/happyenderman.json delete mode 100644 domains/hara.json delete mode 100644 domains/hariienesh.json delete mode 100644 domains/harrison.json delete mode 100644 domains/harry456.json delete mode 100644 domains/harrystudy.json delete mode 100644 domains/harrythenegro.json delete mode 100644 domains/harshrai.json delete mode 100644 domains/harukipy.json delete mode 100644 domains/hazelnut.json delete mode 100644 domains/hazwana.json delete mode 100644 domains/hecterbonha.json delete mode 100644 domains/hehe.json delete mode 100644 domains/heindale.json delete mode 100644 domains/hekker.json delete mode 100644 domains/hello.qqg00.json delete mode 100644 domains/hellscaped.json delete mode 100644 domains/hemal.json delete mode 100644 domains/hemalmondal.json delete mode 100644 domains/herrkatze.json delete mode 100644 domains/hex4.json delete mode 100644 domains/heydaristo.json delete mode 100644 domains/heyjumanji.json delete mode 100644 domains/hidden.json delete mode 100644 domains/hideko.json delete mode 100644 domains/hilmysakti.json delete mode 100644 domains/himanshusardana.json delete mode 100644 domains/hiro.json delete mode 100644 domains/hntr.json delete mode 100644 domains/holgeb.json delete mode 100644 domains/hosting-test.json delete mode 100644 domains/hosts.json delete mode 100644 domains/hotdevs.json delete mode 100644 domains/hotmayonaise.json delete mode 100644 domains/houlton.json delete mode 100644 domains/houxiaozhao.json delete mode 100644 domains/hqmt.json delete mode 100644 domains/hqmtgaming.json delete mode 100644 domains/httphypixelnet.json delete mode 100644 domains/human.json delete mode 100644 domains/hunt.json delete mode 100644 domains/huyduc.json delete mode 100644 domains/huzaifa.json delete mode 100644 domains/hvn.json delete mode 100644 domains/hydrogen.json delete mode 100644 domains/hyno.json delete mode 100644 domains/hypernexus.json delete mode 100644 domains/iammelvink.json delete mode 100644 domains/iamunixtz.json delete mode 100644 domains/iceed.json delete mode 100644 domains/icehead.json delete mode 100644 domains/icevixen.json delete mode 100644 domains/icmecodes.json delete mode 100644 domains/idkmaxii.json delete mode 100644 domains/idoli.json delete mode 100644 domains/idrkwhotbh.json delete mode 100644 domains/ihk.json delete mode 100644 domains/ihkgpt.json delete mode 100644 domains/ilakian.json delete mode 100644 domains/imdew.json delete mode 100644 domains/imdsamimakhter.json delete mode 100644 domains/imran.json delete mode 100644 domains/imron.json delete mode 100644 domains/imu.json delete mode 100644 domains/in3pire.json delete mode 100644 domains/inam.json delete mode 100644 domains/infinityhackers.json delete mode 100644 domains/infinotiver.json delete mode 100644 domains/interstellar.json delete mode 100644 domains/interstellar.ultrix.json delete mode 100644 domains/is-a-dev-testing.json delete mode 100644 domains/isdwk.json delete mode 100644 domains/itsmenewbie03.json delete mode 100644 domains/j-x01.json delete mode 100644 domains/j-x1.json delete mode 100644 domains/jacksonm.json delete mode 100644 domains/jahid.json delete mode 100644 domains/jams.json delete mode 100644 domains/janam.json delete mode 100644 domains/jarren.json delete mode 100644 domains/jasonthomas.json delete mode 100644 domains/javierpastore.json delete mode 100644 domains/jbugel.json delete mode 100644 domains/jiawei.json delete mode 100644 domains/jim.json delete mode 100644 domains/jindx.json delete mode 100644 domains/jjhjkhk.json delete mode 100644 domains/jkb-bio.json delete mode 100644 domains/joaozeira.json delete mode 100644 domains/jocke.json delete mode 100644 domains/johnd.json delete mode 100644 domains/johndo.json delete mode 100644 domains/johndoe.json delete mode 100644 domains/johnmortan.json delete mode 100644 domains/johnrambo.json delete mode 100644 domains/johnroylapida.json delete mode 100644 domains/joindoe.json delete mode 100644 domains/jonas.json delete mode 100644 domains/jonasrjn.json delete mode 100644 domains/jonathanthembo.json delete mode 100644 domains/jonnycodes.json delete mode 100644 domains/jpstore.json delete mode 100644 domains/jsttan.json delete mode 100644 domains/jtgr.json delete mode 100644 domains/julian45838.json delete mode 100644 domains/juliocesar.json delete mode 100644 domains/jumanji.json delete mode 100644 domains/junior.json delete mode 100644 domains/jupie.json delete mode 100644 domains/juqwtf.json delete mode 100644 domains/justcody.json delete mode 100644 domains/justevil.json delete mode 100644 domains/justnils.json delete mode 100644 domains/jv.json delete mode 100644 domains/jx-1.json delete mode 100644 domains/jx1.json delete mode 100644 domains/jz.json delete mode 100644 domains/kacper.json delete mode 100644 domains/kainer.json delete mode 100644 domains/kalebhumpal.json delete mode 100644 domains/kamek.json delete mode 100644 domains/kameyo.json delete mode 100644 domains/kamilbienkowski.json delete mode 100644 domains/kamlendras.json delete mode 100644 domains/karan.json delete mode 100644 domains/karanxidhu.json delete mode 100644 domains/kasu.json delete mode 100644 domains/kasuu.json delete mode 100644 domains/kaushal.json delete mode 100644 domains/kavinned.json delete mode 100644 domains/kaze.json delete mode 100644 domains/keczuu.json delete mode 100644 domains/keikibun.json delete mode 100644 domains/kelvinmjr707.json delete mode 100644 domains/kenanneo.json delete mode 100644 domains/kenma.json delete mode 100644 domains/kenny.json delete mode 100644 domains/kevv.json delete mode 100644 domains/keyboarding-advanced-test.json delete mode 100644 domains/kh.json delete mode 100644 domains/khang.json delete mode 100644 domains/khasan-tokhirov.json delete mode 100644 domains/kime.json delete mode 100644 domains/kio.json delete mode 100644 domains/kira.json delete mode 100644 domains/kitku.json delete mode 100644 domains/klarkc.json delete mode 100644 domains/kno.json delete mode 100644 domains/kntlpop.json delete mode 100644 domains/kodex.json delete mode 100644 domains/kofy.json delete mode 100644 domains/komovie.json delete mode 100644 domains/komovies.json delete mode 100644 domains/koopa.json delete mode 100644 domains/koopacode.json delete mode 100644 domains/koru.json delete mode 100644 domains/koushik.json delete mode 100644 domains/kramiikk.json delete mode 100644 domains/krazy.json delete mode 100644 domains/kresswell.json delete mode 100644 domains/kris.json delete mode 100644 domains/krish.json delete mode 100644 domains/krishna03.json delete mode 100644 domains/krishna033.json delete mode 100644 domains/kryclopz.json delete mode 100644 domains/krzysiu.json delete mode 100644 domains/kshitij.json delete mode 100644 domains/ksingh.json delete mode 100644 domains/kuat.json delete mode 100644 domains/kurokami.json delete mode 100644 domains/kuzey.json delete mode 100644 domains/kxden.json delete mode 100644 domains/kyakou.json delete mode 100644 domains/kyle.json delete mode 100644 domains/kylomaskgamer.json delete mode 100644 domains/l3g3n7.json delete mode 100644 domains/lacyx.json delete mode 100644 domains/lain.json delete mode 100644 domains/lakhindar.json delete mode 100644 domains/laluxx.json delete mode 100644 domains/lamdev.json delete mode 100644 domains/lamfun.json delete mode 100644 domains/lamger.json delete mode 100644 domains/lamgerr.json delete mode 100644 domains/lamgerxd.json delete mode 100644 domains/landyn.json delete mode 100644 domains/lap.json delete mode 100644 domains/latestnews.json delete mode 100644 domains/latuh.json delete mode 100644 domains/lcdled.json delete mode 100644 domains/leander.json delete mode 100644 domains/leawty.json delete mode 100644 domains/leeiz.json delete mode 100644 domains/legalise.json delete mode 100644 domains/legend-sabbir.json delete mode 100644 domains/leizreal.json delete mode 100644 domains/lenn106.json delete mode 100644 domains/lennymaxmine.json delete mode 100644 domains/leogoetz.json delete mode 100644 domains/lh.json delete mode 100644 domains/liam-h.json delete mode 100644 domains/lightarea.json delete mode 100644 domains/littleneko.json delete mode 100644 domains/lixi.json delete mode 100644 domains/llko.json delete mode 100644 domains/lodestone.json delete mode 100644 domains/logan2005.json delete mode 100644 domains/loganpaxton.json delete mode 100644 domains/logxnic.json delete mode 100644 domains/lol.squaresmp.json delete mode 100644 domains/lolz.json delete mode 100644 domains/lordwolfy.json delete mode 100644 domains/lori28167.json delete mode 100644 domains/lotra.json delete mode 100644 domains/lsy.json delete mode 100644 domains/lucaforever.json delete mode 100644 domains/lucas.json delete mode 100644 domains/lucassaud.json delete mode 100644 domains/lucid.json delete mode 100644 domains/luishdez.json delete mode 100644 domains/luminexcloud.json delete mode 100644 domains/lumix.json delete mode 100644 domains/lunacharm.json delete mode 100644 domains/lunar.json delete mode 100644 domains/luqmanity.json delete mode 100644 domains/luzivr.json delete mode 100644 domains/lwes.json delete mode 100644 domains/lynxeko.json delete mode 100644 domains/m-avila.json delete mode 100644 domains/maceng.json delete mode 100644 domains/machi.json delete mode 100644 domains/mafarag.json delete mode 100644 domains/magdi.json delete mode 100644 domains/mageclient.json delete mode 100644 domains/mahad.json delete mode 100644 domains/mahfuz.json delete mode 100644 domains/maikeru.json delete mode 100644 domains/main.json delete mode 100644 domains/majorhead.json delete mode 100644 domains/makeshiftartist.json delete mode 100644 domains/mamad.json delete mode 100644 domains/mammad.json delete mode 100644 domains/manav.json delete mode 100644 domains/manuel.json delete mode 100644 domains/marby.json delete mode 100644 domains/marcel.json delete mode 100644 domains/mariovaldez.json delete mode 100644 domains/master.json delete mode 100644 domains/matt.json delete mode 100644 domains/mauricio.json delete mode 100644 domains/maximumdevmode.json delete mode 100644 domains/maxzhu.json delete mode 100644 domains/mazimez.json delete mode 100644 domains/mc-wolmarans.json delete mode 100644 domains/mdbesoain.json delete mode 100644 domains/meerveld.json delete mode 100644 domains/meraj.json delete mode 100644 domains/mersillc.json delete mode 100644 domains/mesmerica.json delete mode 100644 domains/mewwme.json delete mode 100644 domains/mfarag.json delete mode 100644 domains/mfused.json delete mode 100644 domains/mhmd.json delete mode 100644 domains/mhsunny.json delete mode 100644 domains/miho.json delete mode 100644 domains/miljte.json delete mode 100644 domains/mine.craft.json delete mode 100644 domains/mingihihi.json delete mode 100644 domains/minihoot.json delete mode 100644 domains/mishalshanavas.json delete mode 100644 domains/miyonaki.json delete mode 100644 domains/mkrm.json delete mode 100644 domains/mlemingcapoo.json delete mode 100644 domains/mnoer.json delete mode 100644 domains/mnshakib.json delete mode 100644 domains/mohab.json delete mode 100644 domains/mohammed.json delete mode 100644 domains/mohand.json delete mode 100644 domains/mohdjariullah.json delete mode 100644 domains/monissh.json delete mode 100644 domains/mono.json delete mode 100644 domains/montana.json delete mode 100644 domains/moonmachine.json delete mode 100644 domains/mosaabtest.json delete mode 100644 domains/mostafizur-rahman.json delete mode 100644 domains/mourad.json delete mode 100644 domains/mpacheco.json delete mode 100644 domains/mpangobank.json delete mode 100644 domains/mr.json delete mode 100644 domains/mr.noname.json delete mode 100644 domains/mra1k3r0.json delete mode 100644 domains/mrinank.json delete mode 100644 domains/mrj.json delete mode 100644 domains/mrjbadshah.json delete mode 100644 domains/mrrob0t.json delete mode 100644 domains/mrrobot.json delete mode 100644 domains/mrwhite.json delete mode 100644 domains/mst.json delete mode 100644 domains/mubashiryasin.json delete mode 100644 domains/mukeshkumarcharak.json delete mode 100644 domains/musikid.json delete mode 100644 domains/mytac.json delete mode 100644 domains/myvps.json delete mode 100644 domains/n3rcy.json delete mode 100644 domains/naby.json delete mode 100644 domains/naltheduck.json delete mode 100644 domains/namesmt.json delete mode 100644 domains/nandan.json delete mode 100644 domains/narayana.json delete mode 100644 domains/nauriculus.json delete mode 100644 domains/naveenlam.json delete mode 100644 domains/nayam.json delete mode 100644 domains/negodev.json delete mode 100644 domains/neomc.xyz.json delete mode 100644 domains/nepy.json delete mode 100644 domains/neuron.json delete mode 100644 domains/nicekun.json delete mode 100644 domains/nickooms.json delete mode 100644 domains/niel.json delete mode 100644 domains/niemiets.json delete mode 100644 domains/nihaltm.json delete mode 100644 domains/nilhem.json delete mode 100644 domains/nishaj.json delete mode 100644 domains/nishaj0.json delete mode 100644 domains/nithin.json delete mode 100644 domains/noah.json delete mode 100644 domains/nobody.json delete mode 100644 domains/noflare.json delete mode 100644 domains/normturtle.json delete mode 100644 domains/not.json delete mode 100644 domains/nota.json delete mode 100644 domains/notskillz.json delete mode 100644 domains/notugotskillz.json delete mode 100644 domains/notzsfell.json delete mode 100644 domains/nova.json delete mode 100644 domains/novinity.json delete mode 100644 domains/npc.json delete mode 100644 domains/nqdev.json delete mode 100644 domains/nxnetwork.json delete mode 100644 domains/nxyoo.json delete mode 100644 domains/nxyy.json delete mode 100644 domains/nyc.json delete mode 100644 domains/nyx.json delete mode 100644 domains/obaydmerz.json delete mode 100644 domains/ofir.json delete mode 100644 domains/ohgodanoob.json delete mode 100644 domains/ohm.json delete mode 100644 domains/ohmdeb.json delete mode 100644 domains/olivia.json delete mode 100644 domains/omarplayz.json delete mode 100644 domains/omarzaghlool.json delete mode 100644 domains/omi.json delete mode 100644 domains/omsandeppatil.json delete mode 100644 domains/onlive.json delete mode 100644 domains/onvr.json delete mode 100644 domains/optixyt.json delete mode 100644 domains/orhanyigitdurmaz.json delete mode 100644 domains/osakihsieh.json delete mode 100644 domains/outland3r2007.json delete mode 100644 domains/oways.json delete mode 100644 domains/owayys.json delete mode 100644 domains/owl.json delete mode 100644 domains/oxoomy.json delete mode 100644 domains/pa.json delete mode 100644 domains/pafias.json delete mode 100644 domains/painfuego.json delete mode 100644 domains/panda.json delete mode 100644 domains/panther.json delete mode 100644 domains/paoloclimaco.json delete mode 100644 domains/parasyte.json delete mode 100644 domains/parthmaster.json delete mode 100644 domains/parthpanchal.json delete mode 100644 domains/pathdog.json delete mode 100644 domains/patsore.json delete mode 100644 domains/paulojunqueira.json delete mode 100644 domains/paulpfeiffer.json delete mode 100644 domains/pawix.json delete mode 100644 domains/peacy.json delete mode 100644 domains/peanut.json delete mode 100644 domains/pelfex.json delete mode 100644 domains/pengubin.json delete mode 100644 domains/peterhinga.json delete mode 100644 domains/phakh.json delete mode 100644 domains/pherngpy.json delete mode 100644 domains/pi.json delete mode 100644 domains/pico.json delete mode 100644 domains/pieter.json delete mode 100644 domains/pike.json delete mode 100644 domains/pink.json delete mode 100644 domains/pinkyplant.json delete mode 100644 domains/piplup7575.json delete mode 100644 domains/pirpal.json delete mode 100644 domains/pixeldust.json delete mode 100644 domains/plexus.json delete mode 100644 domains/pls.json delete mode 100644 domains/plush.json delete mode 100644 domains/poliwhirl.json delete mode 100644 domains/polytap.json delete mode 100644 domains/popcorn.json delete mode 100644 domains/ppy.json delete mode 100644 domains/prachiti.json delete mode 100644 domains/prafit.json delete mode 100644 domains/prajjwal.json delete mode 100644 domains/pranjal.json delete mode 100644 domains/prasadsawant.json delete mode 100644 domains/prathamesh.json delete mode 100644 domains/predefine.json delete mode 100644 domains/priyanka.json delete mode 100644 domains/pro.json delete mode 100644 domains/prodefix.json delete mode 100644 domains/proo.json delete mode 100644 domains/prototalk.json delete mode 100644 domains/prox.json delete mode 100644 domains/puchikat.json delete mode 100644 domains/puria.json delete mode 100644 domains/q31265503-bio.json delete mode 100644 domains/q31265503.json delete mode 100644 domains/qqg00.json delete mode 100644 domains/quantamphysics.json delete mode 100644 domains/quartz.json delete mode 100644 domains/querko.json delete mode 100644 domains/quest.json delete mode 100644 domains/ra.json delete mode 100644 domains/racembenamar.json delete mode 100644 domains/rafsanrakib.json delete mode 100644 domains/raga.json delete mode 100644 domains/rahil.json delete mode 100644 domains/rahul-ray.json delete mode 100644 domains/rahul.ray.json delete mode 100644 domains/rahulol.json delete mode 100644 domains/rahulray.json delete mode 100644 domains/raiden-16f7.json delete mode 100644 domains/raiin.json delete mode 100644 domains/rain.json delete mode 100644 domains/rajuan.json delete mode 100644 domains/rakibahmed.json delete mode 100644 domains/rakibrafsaaan.json delete mode 100644 domains/rakibrafsan.json delete mode 100644 domains/rana.json delete mode 100644 domains/ranamoh.json delete mode 100644 domains/raspi.json delete mode 100644 domains/rayan.json delete mode 100644 domains/raystatic.json delete mode 100644 domains/razvy.json delete mode 100644 domains/rebokdev.json delete mode 100644 domains/receiptify.json delete mode 100644 domains/recoderdrastic.json delete mode 100644 domains/reef.json delete mode 100644 domains/refact0r.json delete mode 100644 domains/register-bot.json delete mode 100644 domains/rejasaad.json delete mode 100644 domains/renata.json delete mode 100644 domains/rendi.json delete mode 100644 domains/restart.json delete mode 100644 domains/return.json delete mode 100644 domains/reyzo.json delete mode 100644 domains/rherly.json delete mode 100644 domains/riddim-glitch.json delete mode 100644 domains/rifkisaputra.json delete mode 100644 domains/rin.json delete mode 100644 domains/ringoxd.json delete mode 100644 domains/rnv.json delete mode 100644 domains/robskan.json delete mode 100644 domains/rockstarbuddies.json delete mode 100644 domains/rollwaifu.json delete mode 100644 domains/romeodev.json delete mode 100644 domains/royalahmed.json delete mode 100644 domains/rubyscans.json delete mode 100644 domains/rushil.json delete mode 100644 domains/ry.json delete mode 100644 domains/ryangamin.json delete mode 100644 domains/rylie.json delete mode 100644 domains/ryo.json delete mode 100644 domains/s7nx.json delete mode 100644 domains/sabiiti.json delete mode 100644 domains/sadiz.json delete mode 100644 domains/sagun.json delete mode 100644 domains/sai-mehar.json delete mode 100644 domains/saiganeshganoju.json delete mode 100644 domains/sameer.json delete mode 100644 domains/sami.json delete mode 100644 domains/samlim.json delete mode 100644 domains/samsul.json delete mode 100644 domains/sandi.json delete mode 100644 domains/sanityless.json delete mode 100644 domains/saptarshi.json delete mode 100644 domains/saqlainbrawl.json delete mode 100644 domains/saturn-net.json delete mode 100644 domains/saumon.json delete mode 100644 domains/saunear.json delete mode 100644 domains/saurabh-kirve.json delete mode 100644 domains/saxon-totally.json delete mode 100644 domains/sayantan.json delete mode 100644 domains/school.json delete mode 100644 domains/schummler.json delete mode 100644 domains/scythe101.json delete mode 100644 domains/scythemedia.json delete mode 100644 domains/sean.json delete mode 100644 domains/sedat.json delete mode 100644 domains/sedat3344.json delete mode 100644 domains/seizedforge.json delete mode 100644 domains/senix.json delete mode 100644 domains/sephrost.json delete mode 100644 domains/seraphic.json delete mode 100644 domains/sercan.json delete mode 100644 domains/seriuos.json delete mode 100644 domains/sex.json delete mode 100644 domains/sgogov.json delete mode 100644 domains/sgyt.json delete mode 100644 domains/sh1nyhunt3r27.json delete mode 100644 domains/shabnam.json delete mode 100644 domains/shad.json delete mode 100644 domains/shaderoleplay.json delete mode 100644 domains/shaderp.json delete mode 100644 domains/shamshitty.json delete mode 100644 domains/shaquib.json delete mode 100644 domains/sharan.json delete mode 100644 domains/shawty.json delete mode 100644 domains/shell.json delete mode 100644 domains/shiba.json delete mode 100644 domains/shilab.json delete mode 100644 domains/shivathmika.json delete mode 100644 domains/shizotechie.json delete mode 100644 domains/shmeeseeks.json delete mode 100644 domains/shobhit9945.json delete mode 100644 domains/shock.json delete mode 100644 domains/shockbs.json delete mode 100644 domains/shrek.json delete mode 100644 domains/shreya.json delete mode 100644 domains/shubham-1806.json delete mode 100644 domains/shubhamkumar.json delete mode 100644 domains/shubhamverma.json delete mode 100644 domains/shuriken.json delete mode 100644 domains/sia.json delete mode 100644 domains/siddharthtewari.json delete mode 100644 domains/sigmassimo.json delete mode 100644 domains/silksp.json delete mode 100644 domains/sirens.json delete mode 100644 domains/sjlptpsnh.json delete mode 100644 domains/skillz.json delete mode 100644 domains/skydiver-web.json delete mode 100644 domains/skyopg.json delete mode 100644 domains/slashed.json delete mode 100644 domains/sneax.json delete mode 100644 domains/snipc.json delete mode 100644 domains/snippyivan.json delete mode 100644 domains/snippytech.json delete mode 100644 domains/snow.json delete mode 100644 domains/snowservice.json delete mode 100644 domains/snwsrv.json delete mode 100644 domains/sof009.json delete mode 100644 domains/sohamkansodaria.json delete mode 100644 domains/someshsrichandan.json delete mode 100644 domains/soup.json delete mode 100644 domains/spa.json delete mode 100644 domains/spaace.json delete mode 100644 domains/spacewd69.json delete mode 100644 domains/sparkfire298.json delete mode 100644 domains/sparkle.json delete mode 100644 domains/spd.json delete mode 100644 domains/spike.json delete mode 100644 domains/spill.json delete mode 100644 domains/splashy.json delete mode 100644 domains/spyminer.json delete mode 100644 domains/spynet.json delete mode 100644 domains/squaresmp.json delete mode 100644 domains/sreevikram.json delete mode 100644 domains/srp.json delete mode 100644 domains/srujangajul.json delete mode 100644 domains/sser.json delete mode 100644 domains/sshdgjeienjdje.json delete mode 100644 domains/sso.nqdev.json delete mode 100644 domains/stamina.json delete mode 100644 domains/stanasx.json delete mode 100644 domains/stefdp.json delete mode 100644 domains/stellar.json delete mode 100644 domains/stellaros.json delete mode 100644 domains/stodja.json delete mode 100644 domains/storm.json delete mode 100644 domains/strtsnm.json delete mode 100644 domains/stuffmaker.json delete mode 100644 domains/stupidjane.json delete mode 100644 domains/stx.json delete mode 100644 domains/su.json delete mode 100644 domains/sudi.json delete mode 100644 domains/sudo.json delete mode 100644 domains/sudosu.json delete mode 100644 domains/suhailahmed2627.json delete mode 100644 domains/sujan.json delete mode 100644 domains/sujandeb.json delete mode 100644 domains/suki.json delete mode 100644 domains/suleymanduzgun.json delete mode 100644 domains/sunnny.json delete mode 100644 domains/supusr.json delete mode 100644 domains/suq3r.json delete mode 100644 domains/sxe.json delete mode 100644 domains/syedomershah.json delete mode 100644 domains/systemm32.json delete mode 100644 domains/tabanopro.json delete mode 100644 domains/takeshi.json delete mode 100644 domains/takudzwachiutaalenga.json delete mode 100644 domains/tanmayjaiswal.json delete mode 100644 domains/tariqul.json delete mode 100644 domains/tashvik.json delete mode 100644 domains/taufikmaulidi.json delete mode 100644 domains/tawogrant.json delete mode 100644 domains/tazmyan.json delete mode 100644 domains/tbhgodpro.json delete mode 100644 domains/tech-is-god.json delete mode 100644 domains/techhjork.json delete mode 100644 domains/techke.json delete mode 100644 domains/techpundit.json delete mode 100644 domains/techpunditke.json delete mode 100644 domains/teds.json delete mode 100644 domains/tehpig.json delete mode 100644 domains/tenuun.json delete mode 100644 domains/terraegg.json delete mode 100644 domains/test2214.json delete mode 100644 domains/test373.json delete mode 100644 domains/test849205.json delete mode 100644 domains/textures1245.json delete mode 100644 domains/thabanii.json delete mode 100644 domains/that.json delete mode 100644 domains/thatbigderp.json delete mode 100644 domains/thebestdeveloper.json delete mode 100644 domains/thedeveloper03.json delete mode 100644 domains/thedivided.json delete mode 100644 domains/thedt.json delete mode 100644 domains/thembo.json delete mode 100644 domains/theschoology.json delete mode 100644 domains/thetechguy.json delete mode 100644 domains/thisarasd.json delete mode 100644 domains/thisqoutedoesntexist.json delete mode 100644 domains/thordevs.json delete mode 100644 domains/thunder.json delete mode 100644 domains/tien.json delete mode 100644 domains/time.json delete mode 100644 domains/tin.json delete mode 100644 domains/tinergy.json delete mode 100644 domains/tinny.json delete mode 100644 domains/tm-incognito.json delete mode 100644 domains/toasta.json delete mode 100644 domains/toonshub.json delete mode 100644 domains/topher.json delete mode 100644 domains/tosh.json delete mode 100644 domains/tpglitch.json delete mode 100644 domains/tpke.json delete mode 100644 domains/tr1xem.json delete mode 100644 domains/trailblazertech.json delete mode 100644 domains/trasadiyasmeet.json delete mode 100644 domains/trvs.json delete mode 100644 domains/trvsmusic.json delete mode 100644 domains/trypt.json delete mode 100644 domains/tw.json delete mode 100644 domains/twisted.json delete mode 100644 domains/tyler.json delete mode 100644 domains/tylerdotnet.json delete mode 100644 domains/tzvika.json delete mode 100644 domains/ukirio.json delete mode 100644 domains/ultrix.json delete mode 100644 domains/umar.json delete mode 100644 domains/unchained.json delete mode 100644 domains/unixtz.json delete mode 100644 domains/unknowncheats.json delete mode 100644 domains/urgent.afcu.json delete mode 100644 domains/urgent.afcubanking.json delete mode 100644 domains/useflame.json delete mode 100644 domains/user.nqdev.json delete mode 100644 domains/utility.icevixen.json delete mode 100644 domains/utkn.json delete mode 100644 domains/utsavsingh.json delete mode 100644 domains/uv.json delete mode 100644 domains/va1dee.json delete mode 100644 domains/vaginessa.json delete mode 100644 domains/vanshagrawal.json delete mode 100644 domains/var.json delete mode 100644 domains/varun.json delete mode 100644 domains/varunhere.json delete mode 100644 domains/veer.json delete mode 100644 domains/venkateshpagdikar.json delete mode 100644 domains/venox.json delete mode 100644 domains/verse.json delete mode 100644 domains/verstandlxs.json delete mode 100644 domains/vertex.json delete mode 100644 domains/vhd.json delete mode 100644 domains/vian.json delete mode 100644 domains/victoris.json delete mode 100644 domains/victorisgeek.json delete mode 100644 domains/vikas-mahi.json delete mode 100644 domains/vikkubaliga.json delete mode 100644 domains/vin-decoder.json delete mode 100644 domains/vincent-cly.json delete mode 100644 domains/vineet-khemnani.json delete mode 100644 domains/viraj.json delete mode 100644 domains/vishok.json delete mode 100644 domains/vishwa.json delete mode 100644 domains/visionavtr.json delete mode 100644 domains/vivek.2k.json delete mode 100644 domains/vleov.json delete mode 100644 domains/voidlesh.json delete mode 100644 domains/voldemort.json delete mode 100644 domains/voltic.json delete mode 100644 domains/voonyuan.json delete mode 100644 domains/vt-d.json delete mode 100644 domains/wang.json delete mode 100644 domains/wangjoui.json delete mode 100644 domains/wankhede.json delete mode 100644 domains/wap.json delete mode 100644 domains/warvan.json delete mode 100644 domains/web-design-zone.json delete mode 100644 domains/webmarshalls.json delete mode 100644 domains/whinny.json delete mode 100644 domains/wibu.json delete mode 100644 domains/williamsebastian.json delete mode 100644 domains/winniepat.json delete mode 100644 domains/wizard.json delete mode 100644 domains/wm.json delete mode 100644 domains/wolflangtw.json delete mode 100644 domains/woxdev.json delete mode 100644 domains/www.amulyasingh.json delete mode 100644 domains/x3ric.json delete mode 100644 domains/xander.json delete mode 100644 domains/xcut.json delete mode 100644 domains/xian.json delete mode 100644 domains/xiaozhe.json delete mode 100644 domains/xiaozhu2007.json delete mode 100644 domains/xikofornai.json delete mode 100644 domains/xinfull.json delete mode 100644 domains/xkotelek.json delete mode 100644 domains/xorisx.json delete mode 100644 domains/xoronium.json delete mode 100644 domains/xorro.json delete mode 100644 domains/xram.json delete mode 100644 domains/xuanwu.json delete mode 100644 domains/yairmedina.json delete mode 100644 domains/yakisan.json delete mode 100644 domains/yash-khattar.json delete mode 100644 domains/yashwardhan.json delete mode 100644 domains/yc-gen.json delete mode 100644 domains/yef.json delete mode 100644 domains/yes.json delete mode 100644 domains/yieldray.json delete mode 100644 domains/yiyi.json delete mode 100644 domains/yoitsrt.json delete mode 100644 domains/yourmom.json delete mode 100644 domains/yousefzidan.json delete mode 100644 domains/youssef.json delete mode 100644 domains/yozie.json delete mode 100644 domains/yozieb.json delete mode 100644 domains/yozieeee.json delete mode 100644 domains/yt.amulyasingh.json delete mode 100644 domains/ytdl.mrj.json delete mode 100644 domains/yuki.json delete mode 100644 domains/yumi.json delete mode 100644 domains/yuyu.json delete mode 100644 domains/yyw.json delete mode 100644 domains/zeazolf.json delete mode 100644 domains/zenjahid.json delete mode 100644 domains/zephyr.json delete mode 100644 domains/zepvil.json delete mode 100644 domains/zerobun.json delete mode 100644 domains/zeroratedtm.json delete mode 100644 domains/zh4ck.json delete mode 100644 domains/zhougonglai.json delete mode 100644 domains/zhxck.json delete mode 100644 domains/zirconiac.json delete mode 100644 domains/zizibibi.json delete mode 100644 domains/zombs.json delete mode 100644 domains/zoronium.json delete mode 100644 domains/zshmeta.json delete mode 100644 domains/ztrax.json delete mode 100644 domains/zwzodo.json delete mode 100644 domains/zye.json create mode 100644 package-lock.json diff --git a/domains/0bun.json b/domains/0bun.json deleted file mode 100644 index e63c8788d..000000000 --- a/domains/0bun.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "zerobun", - "email": "tareku2003@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/0xaryan.json b/domains/0xaryan.json deleted file mode 100644 index 8fd0b1d01..000000000 --- a/domains/0xaryan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "aryan-212", - "email": "aryananandxic07@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/1024.json b/domains/1024.json deleted file mode 100644 index d2301f533..000000000 --- a/domains/1024.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "cy920820", - "email": "cuiyang673308817@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/123.json b/domains/123.json deleted file mode 100644 index e12c4b72f..000000000 --- a/domains/123.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NuroHimself", - "email": "nurorust2023@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/1ly4s0.json b/domains/1ly4s0.json deleted file mode 100644 index 9e5d279f7..000000000 --- a/domains/1ly4s0.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "1ly4s0", - "email": "ilyaslamzouri2@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/20gn.json b/domains/20gn.json deleted file mode 100644 index 0bff2609c..000000000 --- a/domains/20gn.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "20GN", - "email": "da20gn@outlook.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/21z.json b/domains/21z.json deleted file mode 100644 index 755d4554f..000000000 --- a/domains/21z.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "21Z", - "email": "hamdankalliyil@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/3kh0.json b/domains/3kh0.json deleted file mode 100644 index 33565c187..000000000 --- a/domains/3kh0.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "3kh0", - "email": "echo-the-coder@tuta.io" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/4kh0.json b/domains/4kh0.json deleted file mode 100644 index 0f57515cc..000000000 --- a/domains/4kh0.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "EurekaMathSkillIssue", - "email": "ataharmolla@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/70a5.json b/domains/70a5.json deleted file mode 100644 index 613a9726e..000000000 --- a/domains/70a5.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "70A5", - "email": "joas.van.der.eerden@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/9yma.net.json b/domains/9yma.net.json deleted file mode 100644 index 71f8d57f0..000000000 --- a/domains/9yma.net.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "baratt-88", - "email": "anisaputry0708@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aadarshksingh.json b/domains/aadarshksingh.json deleted file mode 100644 index 68f8e3a8f..000000000 --- a/domains/aadarshksingh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "aadarshKsingh", - "email": "aadarshkumarsingh198@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aakashcse.json b/domains/aakashcse.json deleted file mode 100644 index 8380c0883..000000000 --- a/domains/aakashcse.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GauravPlxyz", - "email": "polsagyipols6@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aakrisht.json b/domains/aakrisht.json deleted file mode 100644 index 9712a5ffe..000000000 --- a/domains/aakrisht.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AakrishtSP", - "email": "akrisht62@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aantarip.json b/domains/aantarip.json deleted file mode 100644 index 6c6f29227..000000000 --- a/domains/aantarip.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "antoripdas", - "email": "aantaripdas@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aarav-puri.json b/domains/aarav-puri.json deleted file mode 100644 index 445f16aee..000000000 --- a/domains/aarav-puri.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CoderApuri", - "email": "puri.aarav@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aarav.json b/domains/aarav.json deleted file mode 100644 index 8ee2087f6..000000000 --- a/domains/aarav.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AaravAtGit", - "email": "aarav54897@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aaron.json b/domains/aaron.json deleted file mode 100644 index 03a7c8804..000000000 --- a/domains/aaron.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "gbgdonttalk", - "email": "d1qtwmsmdga@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aayank.json b/domains/aayank.json deleted file mode 100644 index 85ace2d22..000000000 --- a/domains/aayank.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "aayank13", - "email": "aayank1306@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/aayush-bharti.json b/domains/aayush-bharti.json deleted file mode 100644 index c1d541c64..000000000 --- a/domains/aayush-bharti.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AayushBharti", - "email": "aayushbh2002@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/aayushbh.json b/domains/aayushbh.json deleted file mode 100644 index 0360db511..000000000 --- a/domains/aayushbh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AayushBharti", - "email": "aayushbh2002@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aayushbharti.json b/domains/aayushbharti.json deleted file mode 100644 index 0360db511..000000000 --- a/domains/aayushbharti.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AayushBharti", - "email": "aayushbh2002@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/abar.json b/domains/abar.json deleted file mode 100644 index 71e71a59c..000000000 --- a/domains/abar.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ABAR5SUB", - "email": "pchacker928@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/abdel.json b/domains/abdel.json deleted file mode 100644 index 2133b7d3c..000000000 --- a/domains/abdel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "netsterX", - "email": "mb3202879@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/abdeljallil.json b/domains/abdeljallil.json deleted file mode 100644 index e709988a8..000000000 --- a/domains/abdeljallil.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AleaToir3", - "email": "aleatoir3@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/abdo.json b/domains/abdo.json deleted file mode 100644 index 35af4b450..000000000 --- a/domains/abdo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "xAbdoAT", - "email": "ABDO199877@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/abhay.json b/domains/abhay.json deleted file mode 100644 index 62029aefb..000000000 --- a/domains/abhay.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MRJ-Badshah", - "email": "illegalhacker2.0@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/abhijit.json b/domains/abhijit.json deleted file mode 100644 index d26b45d0e..000000000 --- a/domains/abhijit.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "FIRSTB0SS", - "email": "abhiwa6@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/abhinav.json b/domains/abhinav.json deleted file mode 100644 index 92a55747a..000000000 --- a/domains/abhinav.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "abhinavcool42", - "email": "abhinavcool42@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/abhishekpanda.json b/domains/abhishekpanda.json deleted file mode 100644 index d9f28916f..000000000 --- a/domains/abhishekpanda.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "goesbyabhi", - "email": "abxisxekpanda@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/abhishekpb.json b/domains/abhishekpb.json deleted file mode 100644 index 0cf904664..000000000 --- a/domains/abhishekpb.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "abhishek-pb1", - "email": "studentabhishekpb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/abhishekyadav.json b/domains/abhishekyadav.json deleted file mode 100644 index 395fb22dc..000000000 --- a/domains/abhishekyadav.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "demoxs", - "email": "devatjps@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/abv.json b/domains/abv.json deleted file mode 100644 index 49f091f23..000000000 --- a/domains/abv.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "leburgue", - "email": "albertonazijew@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/acto.json b/domains/acto.json deleted file mode 100644 index 7322387dc..000000000 --- a/domains/acto.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "waitwhatActo", - "email": "acton.clever@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ad1107.json b/domains/ad1107.json deleted file mode 100644 index 06a4456f1..000000000 --- a/domains/ad1107.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ad1107", - "email": "nguyenanhducxmen@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ad956.json b/domains/ad956.json deleted file mode 100644 index 0fa1daa3e..000000000 --- a/domains/ad956.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ad956", - "email": "anandsuthar956@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/adam.json b/domains/adam.json deleted file mode 100644 index dacb2c10c..000000000 --- a/domains/adam.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AdamEXu", - "email": "adam.yi.xu@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/adamousmer.json b/domains/adamousmer.json deleted file mode 100644 index 7b5634f0b..000000000 --- a/domains/adamousmer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AdamOusmer", - "email": "aousmer03@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mx01.mail.icloud.com", "mx02.mail.icloud.com"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 include:icloud.com ~all" - } -} diff --git a/domains/adarsh-a-inamdar.json b/domains/adarsh-a-inamdar.json deleted file mode 100644 index 72637a9e4..000000000 --- a/domains/adarsh-a-inamdar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Adarsh-Inamdar", - "email": "adarshinamdar2003@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/adeshsingh.json b/domains/adeshsingh.json deleted file mode 100644 index 6ccd389fb..000000000 --- a/domains/adeshsingh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "cppqtdev", - "email": "akshworkmail@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/adioblu.json b/domains/adioblu.json deleted file mode 100644 index bb24f59d0..000000000 --- a/domains/adioblu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "adyoblu", - "email": "adyoblu2000@yahoo.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/adityabhattacharya.json b/domains/adityabhattacharya.json deleted file mode 100644 index ccc0759c1..000000000 --- a/domains/adityabhattacharya.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AdityaBhattacharya1", - "email": "utoprocess@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/adityakotha.json b/domains/adityakotha.json deleted file mode 100644 index 16614ccc8..000000000 --- a/domains/adityakotha.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "adityakotha2001", - "email": "adityakotha2001@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/adityaredflag.json b/domains/adityaredflag.json deleted file mode 100644 index ba37bab6a..000000000 --- a/domains/adityaredflag.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "adityaREDFLAG", - "email": "adi.redflag@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/adiy.json b/domains/adiy.json deleted file mode 100644 index 095ab4c57..000000000 --- a/domains/adiy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "adiyadav123", - "email": "ramanandyadav7650@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/adnanahmed.json b/domains/adnanahmed.json deleted file mode 100644 index 02389882c..000000000 --- a/domains/adnanahmed.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "adnahmed", - "email": "khanadnanahmed01@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/adriantandara.json b/domains/adriantandara.json deleted file mode 100644 index da14cd60e..000000000 --- a/domains/adriantandara.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "adriantandara", - "email": "adrian.tandara05@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/aedotris.json b/domains/aedotris.json deleted file mode 100644 index 7ecf3505d..000000000 --- a/domains/aedotris.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "levinhkhangzz", - "email": "levinhkhang631@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/aeolus.json b/domains/aeolus.json deleted file mode 100644 index 7f7f2630a..000000000 --- a/domains/aeolus.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AeolusDev", - "email": "aeolusdeveloper@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aerial-ace1.json b/domains/aerial-ace1.json deleted file mode 100644 index 891c3981d..000000000 --- a/domains/aerial-ace1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "aerial-ace1", - "email": "abhinav.pottigari@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/afcu.json b/domains/afcu.json deleted file mode 100644 index c84b867f5..000000000 --- a/domains/afcu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "afcunotify", - "email": "rockkahan12@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ahaan.json b/domains/ahaan.json deleted file mode 100644 index 1eba60d67..000000000 --- a/domains/ahaan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ahaan1984", - "email": "ahaansekhar1984@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aidan.json b/domains/aidan.json deleted file mode 100644 index 440354659..000000000 --- a/domains/aidan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AidanTheJsDev", - "email": "24aidanwhite@usd266.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aivietnamllm.json b/domains/aivietnamllm.json deleted file mode 100644 index a2ce7ecb8..000000000 --- a/domains/aivietnamllm.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "BachNgoH", - "email": "nlmbao2015@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/ajlemon.json b/domains/ajlemon.json deleted file mode 100644 index 369030a99..000000000 --- a/domains/ajlemon.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Atharvjha7", - "email": "jha.atharv27@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/akas.json b/domains/akas.json deleted file mode 100644 index 58c31194f..000000000 --- a/domains/akas.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "akasrai", - "email": "akasky70@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/akash.json b/domains/akash.json deleted file mode 100644 index 93efbb43e..000000000 --- a/domains/akash.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SquareSmp", - "email": "squaresmp@asia.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/akshat.json b/domains/akshat.json deleted file mode 100644 index dcfc7a138..000000000 --- a/domains/akshat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nerkoux", - "email": "akshatmehta_14434@mpsjaipur.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/akshayashok.json b/domains/akshayashok.json deleted file mode 100644 index 8a125a296..000000000 --- a/domains/akshayashok.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "akshy3", - "email": "akshayashok209@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/akshayks.json b/domains/akshayks.json deleted file mode 100644 index 583d1781f..000000000 --- a/domains/akshayks.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "akshaynox", - "email": "mail.akshayks@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} diff --git a/domains/albuman.json b/domains/albuman.json deleted file mode 100644 index 9b04706fb..000000000 --- a/domains/albuman.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AlbumanO", - "email": "oliver.young4@student.education.wa.edu.au" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/alby.json b/domains/alby.json deleted file mode 100644 index 8f78d839d..000000000 --- a/domains/alby.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ALBINPRAVEEN", - "email": "albinpraveen135790@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/alchion.json b/domains/alchion.json deleted file mode 100644 index b3b9535f9..000000000 --- a/domains/alchion.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Alchion", - "email": "pythonmc2021@163.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/alcyoneus.json b/domains/alcyoneus.json deleted file mode 100644 index 04547dd69..000000000 --- a/domains/alcyoneus.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "alcyoneuss", - "email": "datemage+xd1@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/alex-s.json b/domains/alex-s.json deleted file mode 100644 index f57bc8cd7..000000000 --- a/domains/alex-s.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Ultra980", - "email": "ultra980@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/alexcodesgames.json b/domains/alexcodesgames.json deleted file mode 100644 index a00445000..000000000 --- a/domains/alexcodesgames.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AlexCodesGames", - "email": "alexPazder@hotmail.ca" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/alexr.json b/domains/alexr.json deleted file mode 100644 index ca0678a85..000000000 --- a/domains/alexr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "4lexR", - "email": "amelia.R0se@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/algmapper.json b/domains/algmapper.json deleted file mode 100644 index 45f1d0113..000000000 --- a/domains/algmapper.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Alg-MapPer", - "email": "abu7atm9@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/aliazhar.json b/domains/aliazhar.json deleted file mode 100644 index e12586e58..000000000 --- a/domains/aliazhar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "aliazhar0", - "email": "aliazhar1906@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/alijafari.json b/domains/alijafari.json deleted file mode 100644 index 0d49684b2..000000000 --- a/domains/alijafari.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "alijafari-gd", - "email": "ali.jafari.sn@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/alkadhumi.json b/domains/alkadhumi.json deleted file mode 100644 index 28747a44d..000000000 --- a/domains/alkadhumi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "alkadhumi", - "email": "alihassan7722@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amanda.json b/domains/amanda.json deleted file mode 100644 index 0bfbf72c1..000000000 --- a/domains/amanda.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "at669", - "email": "at669@cornell.edu" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amar.json b/domains/amar.json deleted file mode 100644 index e287fd4be..000000000 --- a/domains/amar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AyTea14", - "email": "muhdamar4687@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amazing.devs.json b/domains/amazing.devs.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/amazing.devs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amazing.json b/domains/amazing.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/amazing.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amazingdev.json b/domains/amazingdev.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/amazingdev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amazingdevel.json b/domains/amazingdevel.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/amazingdevel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amazingdevels.json b/domains/amazingdevels.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/amazingdevels.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amazingdevs.json b/domains/amazingdevs.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/amazingdevs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ambon.json b/domains/ambon.json deleted file mode 100644 index 95b7087b6..000000000 --- a/domains/ambon.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BangMbon", - "email": "dci.reborn@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amelia.json b/domains/amelia.json deleted file mode 100644 index ca0678a85..000000000 --- a/domains/amelia.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "4lexR", - "email": "amelia.R0se@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ameysawant.json b/domains/ameysawant.json deleted file mode 100644 index 42bab9e6d..000000000 --- a/domains/ameysawant.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "amey1355", - "email": "assawant06@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/amin.json b/domains/amin.json deleted file mode 100644 index 758ed4071..000000000 --- a/domains/amin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "amenm0", - "email": "mjmwtmjls@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ammy.json b/domains/ammy.json deleted file mode 100644 index 768ac3d8b..000000000 --- a/domains/ammy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "panditamey", - "email": "codewithamey@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amodity.json b/domains/amodity.json deleted file mode 100644 index f512addd8..000000000 --- a/domains/amodity.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "adytia-lika-ardiansyah", - "email": "nakpegiba.li@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amulyasingh.json b/domains/amulyasingh.json deleted file mode 100644 index f91fc50e4..000000000 --- a/domains/amulyasingh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AMULYASing", - "email": "amulyasingh370@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/amya.json b/domains/amya.json deleted file mode 100644 index 768ac3d8b..000000000 --- a/domains/amya.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "panditamey", - "email": "codewithamey@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/anakhalal.json b/domains/anakhalal.json deleted file mode 100644 index 52dca7685..000000000 --- a/domains/anakhalal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AdeebToPro", - "email": "blackfriday.xp@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/andrewstech.json b/domains/andrewstech.json deleted file mode 100644 index fc229135b..000000000 --- a/domains/andrewstech.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "andrewstech", - "email": "andrew@win11react.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all", - "MX": ["mail.is-a.dev"] - } -} diff --git a/domains/andrewtest.json b/domains/andrewtest.json deleted file mode 100644 index dbcbcdf90..000000000 --- a/domains/andrewtest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "andrewstech", - "email": "is-a-dev@win11react.com" - }, - "record": { - "A": [ - "217.174.245.249" - ] - } -} diff --git a/domains/andrewtest22.json b/domains/andrewtest22.json deleted file mode 100644 index 4dd4aa718..000000000 --- a/domains/andrewtest22.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/angi-talk.json b/domains/angi-talk.json deleted file mode 100644 index 5237a8ae0..000000000 --- a/domains/angi-talk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Angi-g", - "email": "dguyard@student.42.fr" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/angi.json b/domains/angi.json deleted file mode 100644 index 5237a8ae0..000000000 --- a/domains/angi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Angi-g", - "email": "dguyard@student.42.fr" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/anjayy.json b/domains/anjayy.json deleted file mode 100644 index 0962bc72c..000000000 --- a/domains/anjayy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MacengBOT", - "email": "macengbot@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ankit42x.json b/domains/ankit42x.json deleted file mode 100644 index fa831229d..000000000 --- a/domains/ankit42x.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ankit42x", - "email": "42ankitraj@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/ansh.json b/domains/ansh.json deleted file mode 100644 index 6586a0beb..000000000 --- a/domains/ansh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ansh04196", - "email": "anshchouksey08@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/anshbhimani.json b/domains/anshbhimani.json deleted file mode 100644 index 2a831a2f4..000000000 --- a/domains/anshbhimani.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AnshBhimani", - "email": "anshbhimani2003@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/anto.json b/domains/anto.json deleted file mode 100644 index 07bf9b7df..000000000 --- a/domains/anto.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "b5i", - "email": "bollengier.antoine@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/antoine.json b/domains/antoine.json deleted file mode 100644 index 07bf9b7df..000000000 --- a/domains/antoine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "b5i", - "email": "bollengier.antoine@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/antoniod.json b/domains/antoniod.json deleted file mode 100644 index 336e65d31..000000000 --- a/domains/antoniod.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "well-it-wasnt-me", - "email": "dangeloantonio179@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/anubhav.json b/domains/anubhav.json deleted file mode 100644 index 66ea34427..000000000 --- a/domains/anubhav.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Anubhav-Pathak", - "email": "anubhavpathak99@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/anujjamdade.json b/domains/anujjamdade.json deleted file mode 100644 index 6a5e935d3..000000000 --- a/domains/anujjamdade.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "anujjamdade007", - "email": "jamdadeanuj@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/anurag.json b/domains/anurag.json deleted file mode 100644 index 44fc3480b..000000000 --- a/domains/anurag.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "anurag-bit", - "email": "singh.ask@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/apa.json b/domains/apa.json deleted file mode 100644 index 0af1ce035..000000000 --- a/domains/apa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "eyesmad", - "email": "eagam0002@mymail.lausd.net" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/apanel.json b/domains/apanel.json deleted file mode 100644 index 92abded76..000000000 --- a/domains/apanel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Heroku403", - "email": "juhisharma0757@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/apexweb.json b/domains/apexweb.json deleted file mode 100644 index f8bf65999..000000000 --- a/domains/apexweb.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "shahfahad19", - "email": "sfahad4280@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/api.autoplay88.xyz.json b/domains/api.autoplay88.xyz.json deleted file mode 100644 index 23651e099..000000000 --- a/domains/api.autoplay88.xyz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "chaiyen123", - "email": "pasakornpakjeera@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/apiwebserver.json b/domains/apiwebserver.json deleted file mode 100644 index 95b7087b6..000000000 --- a/domains/apiwebserver.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BangMbon", - "email": "dci.reborn@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/app.allancoding.json b/domains/app.allancoding.json deleted file mode 100644 index 4f65b5437..000000000 --- a/domains/app.allancoding.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "allancoding", - "email": "allancoding.dev@gmail.com", - "twitter": "allancoding", - "discord": "allancoding" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/appeals.json b/domains/appeals.json deleted file mode 100644 index 9dbb3d75c..000000000 --- a/domains/appeals.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "mtgsquad", - "email": "mahir@molai.dev" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/appscom.json b/domains/appscom.json deleted file mode 100644 index afd933cb3..000000000 --- a/domains/appscom.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Addreou", - "email": "eduardomp.mendoza@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/arafat.json b/domains/arafat.json deleted file mode 100644 index 1ca397c8f..000000000 --- a/domains/arafat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CodingWithArafat", - "email": "codingwitharafat@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/araon.json b/domains/araon.json deleted file mode 100644 index cd8f38efe..000000000 --- a/domains/araon.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Araon", - "email": "soumik.ghosh1998@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/arctix.json b/domains/arctix.json deleted file mode 100644 index 4ff651cb4..000000000 --- a/domains/arctix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Sibu07", - "email": "sarbes60@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/argonnetworkmainframe.json b/domains/argonnetworkmainframe.json deleted file mode 100644 index cedc8673a..000000000 --- a/domains/argonnetworkmainframe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "carterkimbler", - "email": "kimblercarter@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ark.json b/domains/ark.json deleted file mode 100644 index 5884b7d41..000000000 --- a/domains/ark.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SamarthGhante", - "email": "samarthghante.dev@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/arunodmanohara.json b/domains/arunodmanohara.json deleted file mode 100644 index 0160f9183..000000000 --- a/domains/arunodmanohara.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "arunodmanoharaofficial", - "email": "arunodmanoharaofficial@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aryan.json b/domains/aryan.json deleted file mode 100644 index fbb497634..000000000 --- a/domains/aryan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ARYANOP-REEF", - "email": "aryanmenghare@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/arztiser.json b/domains/arztiser.json deleted file mode 100644 index 23cb252a1..000000000 --- a/domains/arztiser.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Arztiser", - "email": "danearends10@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/ash.json b/domains/ash.json deleted file mode 100644 index cc3425bd6..000000000 --- a/domains/ash.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Drake-Ash", - "email": "ashwinv4444@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ashey.json b/domains/ashey.json deleted file mode 100644 index 7aadf3d34..000000000 --- a/domains/ashey.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "notashleel", - "email": "aumanshk@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/asheyxd.json b/domains/asheyxd.json deleted file mode 100644 index 7aadf3d34..000000000 --- a/domains/asheyxd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "notashleel", - "email": "aumanshk@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ashutoshgupta.json b/domains/ashutoshgupta.json deleted file mode 100644 index 23111f240..000000000 --- a/domains/ashutoshgupta.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "imAshutoshGupta", - "email": "aguptaworkspace@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ashvani-kumar.json b/domains/ashvani-kumar.json deleted file mode 100644 index 9944722b5..000000000 --- a/domains/ashvani-kumar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AshvaniRaman", - "email": "ashvani.gcpublic@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/asmin.json b/domains/asmin.json deleted file mode 100644 index 11226af27..000000000 --- a/domains/asmin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AsminGiri", - "email": "asmingiriofficial@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/asmo.json b/domains/asmo.json deleted file mode 100644 index 49c7b057a..000000000 --- a/domains/asmo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Asmo343", - "email": "jan.glomb1@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/asteria.json b/domains/asteria.json deleted file mode 100644 index 41115f6fe..000000000 --- a/domains/asteria.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "asteriau", - "email": "dorahaladita@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/astro.json b/domains/astro.json deleted file mode 100644 index 321420152..000000000 --- a/domains/astro.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "777advait", - "email": "advait.nsj@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/atharv-jha.json b/domains/atharv-jha.json deleted file mode 100644 index 369030a99..000000000 --- a/domains/atharv-jha.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Atharvjha7", - "email": "jha.atharv27@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/atharvaupadhyay.json b/domains/atharvaupadhyay.json deleted file mode 100644 index 3c7dc09cc..000000000 --- a/domains/atharvaupadhyay.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "repo": "https://github.com/atharvaupadhyay/atharvaupadhyay.github.io", - "owner": { - "username": "atharvaupadhyay", - "email": "atharva.upadhyay1099@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com", "hosts.is-a.dev"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/athir.json b/domains/athir.json deleted file mode 100644 index b9e5a416d..000000000 --- a/domains/athir.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tharth0ur", - "email": "athir.aldefaie1@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/attafriski.json b/domains/attafriski.json deleted file mode 100644 index 52f174d0c..000000000 --- a/domains/attafriski.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "attaf-riski", - "email": "atafriski27@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/atuel.json b/domains/atuel.json deleted file mode 100644 index 5251ae8c8..000000000 --- a/domains/atuel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "atuell", - "email": "stanasqwe@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/auuub.json b/domains/auuub.json deleted file mode 100644 index 873fd0888..000000000 --- a/domains/auuub.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "auuub", - "email": "gonzales.gabrielbaral+github@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/avikek.json b/domains/avikek.json deleted file mode 100644 index 6ea85b620..000000000 --- a/domains/avikek.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "notabhixhek", - "email": "abhishek.fodikar29@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aware.json b/domains/aware.json deleted file mode 100644 index 6b0b6cba3..000000000 --- a/domains/aware.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AngerminecraftYT", - "email": "david.boltong@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ayaan.json b/domains/ayaan.json deleted file mode 100644 index c059fac4c..000000000 --- a/domains/ayaan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dexjr", - "email": "dexjrdexjr@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aymenjelassi.json b/domains/aymenjelassi.json deleted file mode 100644 index 3c16e3cf2..000000000 --- a/domains/aymenjelassi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jelassiaymen94", - "email": "jelassiaymen094@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/aymo.json b/domains/aymo.json deleted file mode 100644 index c02cc7d5d..000000000 --- a/domains/aymo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NotAymo", - "email": "ninecraftoff@outlook.com" - }, - "record": { - "A": ["65.19.141.67"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/ayrox.json b/domains/ayrox.json deleted file mode 100644 index eae9f974a..000000000 --- a/domains/ayrox.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ayroxtv", - "email": "me@robinbridoux.fr" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ayushi.json b/domains/ayushi.json deleted file mode 100644 index 59581e1d1..000000000 --- a/domains/ayushi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Vixen-1", - "email": "ayushisaxena24111999@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ayushmann.json b/domains/ayushmann.json deleted file mode 100644 index 02ceb42e3..000000000 --- a/domains/ayushmann.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ayushmann025", - "email": "aayush.srivastava25@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ayuv.json b/domains/ayuv.json deleted file mode 100644 index 8cd95e26c..000000000 --- a/domains/ayuv.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "bugholic", - "email": "masterav2001@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/azul.json b/domains/azul.json deleted file mode 100644 index aa6eaf81c..000000000 --- a/domains/azul.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TheRealGeoDash2019", - "email": "TheRealGeoDash2019@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/b5i.json b/domains/b5i.json deleted file mode 100644 index 07bf9b7df..000000000 --- a/domains/b5i.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "b5i", - "email": "bollengier.antoine@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/baba.json b/domains/baba.json deleted file mode 100644 index 892aaafd8..000000000 --- a/domains/baba.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Babakinha", - "email": "sangueotario@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/balduzz.json b/domains/balduzz.json deleted file mode 100644 index 6f19e038e..000000000 --- a/domains/balduzz.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Bbalduzz", - "email": "edoardoba2004@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/balls.json b/domains/balls.json deleted file mode 100644 index 985ab99b5..000000000 --- a/domains/balls.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ConnorDoesDev", - "email": "halil_ismail@yahoo.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bampa.json b/domains/bampa.json deleted file mode 100644 index f1d92badb..000000000 --- a/domains/bampa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "bampenes", - "email": "rafinhabampa@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bangladesh.json b/domains/bangladesh.json deleted file mode 100644 index 7573d364b..000000000 --- a/domains/bangladesh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hemal80", - "email": "hemalfnmondal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bao.json b/domains/bao.json deleted file mode 100644 index 49cf955d7..000000000 --- a/domains/bao.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "gibaohung-dev", - "email": "thisismegiabao@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/baptiste.json b/domains/baptiste.json deleted file mode 100644 index e69ec7658..000000000 --- a/domains/baptiste.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BapRx", - "email": "rouxbaptiste@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bar-vaibhav.json.json b/domains/bar-vaibhav.json.json deleted file mode 100644 index 084c66856..000000000 --- a/domains/bar-vaibhav.json.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "VaibhavSys", - "email": "vaibhavsys@protonmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/bashafk.json b/domains/bashafk.json deleted file mode 100644 index 0427a9844..000000000 --- a/domains/bashafk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "IbrahimKhan2004", - "email": "OfficialIbrahimKhan2004@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bayu.json b/domains/bayu.json deleted file mode 100644 index bfa536e59..000000000 --- a/domains/bayu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BayuBatam2008", - "email": "bayusimamora2008@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bd.json b/domains/bd.json deleted file mode 100644 index 894327497..000000000 --- a/domains/bd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "asma019", - "email": "asmaparvin019@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bdloser.json b/domains/bdloser.json deleted file mode 100644 index f86e1cfe6..000000000 --- a/domains/bdloser.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "bdloser404", - "email": "ssh.mail.test@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bebo.json b/domains/bebo.json deleted file mode 100644 index 5aaa22c4a..000000000 --- a/domains/bebo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Fbhfvj", - "email": "bebogeorge2008@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/benjae.json b/domains/benjae.json deleted file mode 100644 index 68af12f91..000000000 --- a/domains/benjae.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "benjiae", - "email": "benjaminang2009@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/bera.json b/domains/bera.json deleted file mode 100644 index e091ed45b..000000000 --- a/domains/bera.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "yusufberad", - "email": "ybdanisik@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/berk.json b/domains/berk.json deleted file mode 100644 index 2cd354d57..000000000 --- a/domains/berk.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "berkerenakca", - "email": "berkerenakca01@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/bharat.json b/domains/bharat.json deleted file mode 100644 index 43e202f48..000000000 --- a/domains/bharat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "imbharat420", - "email": "imbharat420@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bhavishya.json b/domains/bhavishya.json deleted file mode 100644 index d6b775534..000000000 --- a/domains/bhavishya.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BH00TXD", - "email": "ghost25112006@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/bigyan.json b/domains/bigyan.json deleted file mode 100644 index 0f61eadae..000000000 --- a/domains/bigyan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "callmebasistha", - "email": "callmebasistha@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bilalkhan.json b/domains/bilalkhan.json deleted file mode 100644 index cfcb500f5..000000000 --- a/domains/bilalkhan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "b4bekkie", - "email": "iambekkie99@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bill.json b/domains/bill.json deleted file mode 100644 index 8706fb836..000000000 --- a/domains/bill.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CMBill", - "email": "callmebill@billw.cn" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bitter-130.json b/domains/bitter-130.json deleted file mode 100644 index 5b4d41179..000000000 --- a/domains/bitter-130.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Bitter130", - "email": "devid.bitter.130@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bitter130.json b/domains/bitter130.json deleted file mode 100644 index 5b4d41179..000000000 --- a/domains/bitter130.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Bitter130", - "email": "devid.bitter.130@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/blessingmwiti.json b/domains/blessingmwiti.json deleted file mode 100644 index 5e1ec3e4e..000000000 --- a/domains/blessingmwiti.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "blessingmwiti", - "email": "blessingmwiti@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/blinx.json b/domains/blinx.json deleted file mode 100644 index 76a343980..000000000 --- a/domains/blinx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "cabingory", - "email": "blinxduh@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/blob.json b/domains/blob.json deleted file mode 100644 index 780cfb73f..000000000 --- a/domains/blob.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BlobDeveloper", - "email": "blob.dev@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/block.json b/domains/block.json deleted file mode 100644 index 2ed61d8bf..000000000 --- a/domains/block.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CookieTriste", - "email": "romain.tocsin@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} diff --git a/domains/blockbreaker.json b/domains/blockbreaker.json deleted file mode 100644 index 42f25b555..000000000 --- a/domains/blockbreaker.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "tootypatrooty6", - "email": "jmekhi32@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/blockchaindevpanther.json b/domains/blockchaindevpanther.json deleted file mode 100644 index cd4fcebb4..000000000 --- a/domains/blockchaindevpanther.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "2618Zahid", - "email": "zahidhassankalaroa104@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/blucifer.json b/domains/blucifer.json deleted file mode 100644 index 5f8a03253..000000000 --- a/domains/blucifer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "blucifer1337", - "email": "blucifer1337@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/blue.json b/domains/blue.json deleted file mode 100644 index a7276807d..000000000 --- a/domains/blue.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "B1ue-Dev", - "email": "ngolong1396@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bni.co.id.json b/domains/bni.co.id.json deleted file mode 100644 index c68333ad3..000000000 --- a/domains/bni.co.id.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dana-fintech-id", - "email": "csferdisambo2023@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bogdan.json b/domains/bogdan.json deleted file mode 100644 index 052d58fbe..000000000 --- a/domains/bogdan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MrBogdanYT", - "email": "hysbskyblockgod@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/boggy.json b/domains/boggy.json deleted file mode 100644 index 5e831fa48..000000000 --- a/domains/boggy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "boggy539", - "email": "boggydev@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bongopentester.json b/domains/bongopentester.json deleted file mode 100644 index 7c15c14a0..000000000 --- a/domains/bongopentester.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "iamunixtz", - "email": "unixtz@protonmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/bongoshop.json b/domains/bongoshop.json deleted file mode 100644 index 36fbb7faf..000000000 --- a/domains/bongoshop.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "iamunixtz", - "email": "unixtz@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/booogle.json b/domains/booogle.json deleted file mode 100644 index 1bb7ac378..000000000 --- a/domains/booogle.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HoaQuyingVN", - "email": "phu.hoa.dp@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bota.json b/domains/bota.json deleted file mode 100644 index 4a96ef413..000000000 --- a/domains/bota.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "botaprojects", - "email": "peliculas.espanol.latino.x@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/brahianf.json b/domains/brahianf.json deleted file mode 100644 index 7786bb7b3..000000000 --- a/domains/brahianf.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "brahianf1", - "email": "floresbrahian@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bread.json b/domains/bread.json deleted file mode 100644 index cc9d2f0cc..000000000 --- a/domains/bread.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "soggycatalltheway", - "email": "hurvzee+partizao@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/brownvinci.json b/domains/brownvinci.json deleted file mode 100644 index 6a695c34b..000000000 --- a/domains/brownvinci.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BrownVinci", - "email": "DigitalBrownVinci@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bruhx.json b/domains/bruhx.json deleted file mode 100644 index 7cdeea243..000000000 --- a/domains/bruhx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Bruhxz54", - "email": "pollyx73@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bryce.json b/domains/bryce.json deleted file mode 100644 index 81dbac7b4..000000000 --- a/domains/bryce.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "addinz", - "email": "leachbryce8@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/bumbleboss.json b/domains/bumbleboss.json deleted file mode 100644 index c17fa6f6a..000000000 --- a/domains/bumbleboss.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Bumbleboss", - "email": "me@bumbleboss.xyz" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bv.json b/domains/bv.json deleted file mode 100644 index a9bd0755c..000000000 --- a/domains/bv.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "eyesmad", - "email": "eagam0002@mymail.lausd.net" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/byigit.json b/domains/byigit.json deleted file mode 100644 index ba7ecefa4..000000000 --- a/domains/byigit.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "byigitt", - "email": "c2228009@student.cankaya.edu.tr" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/bypass.jesgran.json b/domains/bypass.jesgran.json deleted file mode 100644 index d59803ad1..000000000 --- a/domains/bypass.jesgran.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Jesgran", - "email": "calzdani20@libero.it" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/c22.json b/domains/c22.json deleted file mode 100644 index 3d9b9f0f0..000000000 --- a/domains/c22.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "c22dev", - "email": "constclerc@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/caiden.json b/domains/caiden.json deleted file mode 100644 index eeaa4c360..000000000 --- a/domains/caiden.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Caiden-P", - "email": "iididhejejdj@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/caiden.xyz.json b/domains/caiden.xyz.json deleted file mode 100644 index eeaa4c360..000000000 --- a/domains/caiden.xyz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Caiden-P", - "email": "iididhejejdj@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/caillou.json b/domains/caillou.json deleted file mode 100644 index fc8302451..000000000 --- a/domains/caillou.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ManIsHot", - "email": "palpafett@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/cakihorse.json b/domains/cakihorse.json deleted file mode 100644 index d224836e1..000000000 --- a/domains/cakihorse.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "cakihorse", - "email": "cakihorse06@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/calamity.json b/domains/calamity.json deleted file mode 100644 index ad8ae16cb..000000000 --- a/domains/calamity.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "calamitywoah", - "email": "krivojta@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/campusgeeks.json b/domains/campusgeeks.json deleted file mode 100644 index 9ea425fb3..000000000 --- a/domains/campusgeeks.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "jona42-ui", - "email": "jonathanthembo123@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/canarddu38.json b/domains/canarddu38.json deleted file mode 100644 index 5340083ce..000000000 --- a/domains/canarddu38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "canarddu38", - "email": "julescanardcoin@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/carol3n.json b/domains/carol3n.json deleted file mode 100644 index f03bbd3e0..000000000 --- a/domains/carol3n.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Carol3n", - "email": "20cs031.caroline@sjec.ac.in" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/carsonday.json b/domains/carsonday.json deleted file mode 100644 index e9fdba75b..000000000 --- a/domains/carsonday.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "CarsonDay11", - "email": "carson@carsonday.pro" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/ccnicebruh.json b/domains/ccnicebruh.json deleted file mode 100644 index 98d102505..000000000 --- a/domains/ccnicebruh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CcNicebruh", - "email": "tangkeehee2002@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/celestial.json b/domains/celestial.json deleted file mode 100644 index 53c4070c4..000000000 --- a/domains/celestial.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Luongzz", - "email": "buivanluong0204@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/cha0tic.json b/domains/cha0tic.json deleted file mode 100644 index ed013d614..000000000 --- a/domains/cha0tic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "cha0ticcoder", - "email": "chaoticplayern1@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/chaaya.json b/domains/chaaya.json deleted file mode 100644 index 3a411528e..000000000 --- a/domains/chaaya.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Peter-0097", - "email": "chaayagames@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/chandrabose.json b/domains/chandrabose.json deleted file mode 100644 index 39ffd69d3..000000000 --- a/domains/chandrabose.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "chandrabosep", - "email": "chandrabosep3112@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/charge.json b/domains/charge.json deleted file mode 100644 index dd8ac692b..000000000 --- a/domains/charge.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "windcharge", - "email": "wysockimichu@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/chasecraft.json b/domains/chasecraft.json deleted file mode 100644 index 28f64803a..000000000 --- a/domains/chasecraft.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "chasecraft88", - "email": "chase88gizmo@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/chesko.json b/domains/chesko.json deleted file mode 100644 index 8409d3d8d..000000000 --- a/domains/chesko.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "cheskoxd", - "email": "franchesko77lacayo@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/chiutaalenga.json b/domains/chiutaalenga.json deleted file mode 100644 index ec14e6dfd..000000000 --- a/domains/chiutaalenga.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TakudzwaChiutaalenga", - "email": "takudzwachiutaalenga@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/chris8889.json b/domains/chris8889.json deleted file mode 100644 index 9d7d56c98..000000000 --- a/domains/chris8889.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Chris8889", - "email": "chris12089@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/christian.json b/domains/christian.json deleted file mode 100644 index 5a1ce84c4..000000000 --- a/domains/christian.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DenDanskeMine", - "email": "christianhrose@outlook.dk" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/chriz.json b/domains/chriz.json deleted file mode 100644 index bacc387a4..000000000 --- a/domains/chriz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "orangecoding", - "email": "weakmap@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/chyves.json b/domains/chyves.json deleted file mode 100644 index 711e90c72..000000000 --- a/domains/chyves.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "notchyves", - "email": "chyvescontact@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/cihatksm.json b/domains/cihatksm.json deleted file mode 100644 index 41f6de86c..000000000 --- a/domains/cihatksm.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CihatKsm", - "email": "cihatksm@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/clarex.json b/domains/clarex.json deleted file mode 100644 index 48770ed20..000000000 --- a/domains/clarex.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "clarexdev", - "email": "erenclarex@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/clicpow.json b/domains/clicpow.json deleted file mode 100644 index 6b688af6d..000000000 --- a/domains/clicpow.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ClicpoW", - "email": "clicpowytb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" - } -} diff --git a/domains/cloneslist.aymo.json b/domains/cloneslist.aymo.json deleted file mode 100644 index 19806f84c..000000000 --- a/domains/cloneslist.aymo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NotAymo", - "email": "ninecraftoff@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/closure.json b/domains/closure.json deleted file mode 100644 index fcabf6663..000000000 --- a/domains/closure.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ActivateClosur3", - "email": "activateclosureyt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/clp.json b/domains/clp.json deleted file mode 100644 index 1bac13a9b..000000000 --- a/domains/clp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "chethaslp", - "email": "lchethas@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/clyde.json b/domains/clyde.json deleted file mode 100644 index 64059c478..000000000 --- a/domains/clyde.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "clydeofficial", - "email": "5675mustafa5675@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/coco.json b/domains/coco.json deleted file mode 100644 index 53b005eb2..000000000 --- a/domains/coco.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "atharvaupadhyay", - "email": "atharva.upadhyay1099@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/codershayan.json b/domains/codershayan.json deleted file mode 100644 index 765ebf55a..000000000 --- a/domains/codershayan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Lightshayan", - "email": "Shayan.y.malik@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/codingbobby.json b/domains/codingbobby.json deleted file mode 100644 index 530835aab..000000000 --- a/domains/codingbobby.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CodingBobby", - "email": "codingbobby+github@posteo.org" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/codingkitten.json b/domains/codingkitten.json deleted file mode 100644 index 681ede4e9..000000000 --- a/domains/codingkitten.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CodingKiten", - "email": "124260@chrlyceumdelft.nl" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/colin.json b/domains/colin.json deleted file mode 100644 index fb2826e1d..000000000 --- a/domains/colin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ColinKarlsson", - "email": "karlssoncolin628@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/computer.guy.json b/domains/computer.guy.json deleted file mode 100644 index 8453f137e..000000000 --- a/domains/computer.guy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Ocean-OS", - "email": "andrewhnolt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/computerguy.json b/domains/computerguy.json deleted file mode 100644 index 8453f137e..000000000 --- a/domains/computerguy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Ocean-OS", - "email": "andrewhnolt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/constvar.json b/domains/constvar.json deleted file mode 100644 index 901d5d04d..000000000 --- a/domains/constvar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "IfVar", - "email": "LZT7@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/contact.foxsophia.json b/domains/contact.foxsophia.json deleted file mode 100644 index 64aab80a4..000000000 --- a/domains/contact.foxsophia.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "foxsophia", - "email": "cchirrpy@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/convertlink.json b/domains/convertlink.json deleted file mode 100644 index 53c4070c4..000000000 --- a/domains/convertlink.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Luongzz", - "email": "buivanluong0204@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/cplusplus.json b/domains/cplusplus.json deleted file mode 100644 index 81f8d6e79..000000000 --- a/domains/cplusplus.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "calicocat356", - "email": "matthew.e.organ@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/craftyy.json b/domains/craftyy.json deleted file mode 100644 index f8ca44c89..000000000 --- a/domains/craftyy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LosCraftos", - "email": "tommomo3@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/crazyg.json b/domains/crazyg.json deleted file mode 100644 index 35fc017aa..000000000 --- a/domains/crazyg.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "aCrazyg1", - "email": "huxiaodou768@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/creeper76.json b/domains/creeper76.json deleted file mode 100644 index 4d2f115ed..000000000 --- a/domains/creeper76.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "Creeper76", - "email": "", - "discord": "777694273319469057" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/creepycraft.json b/domains/creepycraft.json deleted file mode 100644 index d748cffdc..000000000 --- a/domains/creepycraft.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Nonamendev", - "email": "ndevnoname@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/crllect.json b/domains/crllect.json deleted file mode 100644 index 08049af2f..000000000 --- a/domains/crllect.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "crllect", - "email": "crllect@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/csprance.json b/domains/csprance.json deleted file mode 100644 index 4fb6bddc6..000000000 --- a/domains/csprance.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "csprance", - "email": "chrissprance@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/ctk.json b/domains/ctk.json deleted file mode 100644 index 41f6de86c..000000000 --- a/domains/ctk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CihatKsm", - "email": "cihatksm@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/curios.json b/domains/curios.json deleted file mode 100644 index 4deb38666..000000000 --- a/domains/curios.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "iy26adchak", - "email": "iy26adchak@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/curse.json b/domains/curse.json deleted file mode 100644 index ce0fd4d07..000000000 --- a/domains/curse.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "cursefroge", - "email": "ike.welborn@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/cv.tomgxz.json b/domains/cv.tomgxz.json deleted file mode 100644 index ec199e292..000000000 --- a/domains/cv.tomgxz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tomgxz", - "email": "tomgxz138@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/d3vboi.json b/domains/d3vboi.json deleted file mode 100644 index cbbec71a4..000000000 --- a/domains/d3vboi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "d3vboi", - "email": "d3vboi@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/d4rabi.json b/domains/d4rabi.json deleted file mode 100644 index 8a0545dd8..000000000 --- a/domains/d4rabi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "d4rabi", - "email": "fauzan.idalfithri@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dailycats.json b/domains/dailycats.json deleted file mode 100644 index 9cd922ee1..000000000 --- a/domains/dailycats.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lrmn7", - "email": "lrmn.dev@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/daku.json b/domains/daku.json deleted file mode 100644 index 134a511be..000000000 --- a/domains/daku.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "DakUOfficial", - "email": "dominiku718@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/dallonlahoda.json b/domains/dallonlahoda.json deleted file mode 100644 index 64885bb92..000000000 --- a/domains/dallonlahoda.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "boomshakazulu", - "email": "dallonlahoda@hotmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/damned-support.json b/domains/damned-support.json deleted file mode 100644 index 809dd2edc..000000000 --- a/domains/damned-support.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "keshrlmfao", - "email": "kiwipointss555@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/danielliu.json b/domains/danielliu.json deleted file mode 100644 index 6c0c503f2..000000000 --- a/domains/danielliu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DanL2015", - "email": "danielliu@berkeley.edu" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/darian.json b/domains/darian.json deleted file mode 100644 index db4c9a500..000000000 --- a/domains/darian.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "justDarian", - "email": "Darian.mohaseb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/darkd.json b/domains/darkd.json deleted file mode 100644 index 324ac5759..000000000 --- a/domains/darkd.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "jc-discdev", - "email": "jjsuscc@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/darkwaves.json b/domains/darkwaves.json deleted file mode 100644 index 350baf4ac..000000000 --- a/domains/darkwaves.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "darkwaves-ofc", - "email": "jgi.vimukthi@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dasdadssad.json b/domains/dasdadssad.json deleted file mode 100644 index 3efdad652..000000000 --- a/domains/dasdadssad.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MadaraV2492", - "email": "luleon252@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dasdebanna.json b/domains/dasdebanna.json deleted file mode 100644 index 54a7801e1..000000000 --- a/domains/dasdebanna.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dasdebanna", - "email": "dasdebanna8@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dasshark.json b/domains/dasshark.json deleted file mode 100644 index 43482054e..000000000 --- a/domains/dasshark.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DasSharkk", - "email": "dassharkk@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/dave.json b/domains/dave.json deleted file mode 100644 index a11efd044..000000000 --- a/domains/dave.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ceodavee", - "email": "ceodavee@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/davidxxd.json b/domains/davidxxd.json deleted file mode 100644 index 380e5dc51..000000000 --- a/domains/davidxxd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zen-xP", - "email": "jorgedcrios@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dax.json b/domains/dax.json deleted file mode 100644 index 4ba989fb8..000000000 --- a/domains/dax.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dandepan303", - "email": "dandepan303@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ddn.json b/domains/ddn.json deleted file mode 100644 index d2355bc6c..000000000 --- a/domains/ddn.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "qlongdevdn", - "email": "quanglong.vaait@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ddos777.json b/domains/ddos777.json deleted file mode 100644 index 40c48d4ac..000000000 --- a/domains/ddos777.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ARGHOZALI", - "email": "arghozalichannel@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/dea.json b/domains/dea.json deleted file mode 100644 index 3f6ce78fd..000000000 --- a/domains/dea.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "devembrace", - "email": "rollxhowns@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/declan.json b/domains/declan.json deleted file mode 100644 index 5886c6562..000000000 --- a/domains/declan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ItsFranklinMyDudes", - "email": "franklindudes21@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/deecoyz.json b/domains/deecoyz.json deleted file mode 100644 index 986cfb613..000000000 --- a/domains/deecoyz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "deecoyz", - "email": "swr86.a8z72.a38o4.qm65c.lt0bz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/deepankar.json b/domains/deepankar.json deleted file mode 100644 index d86629e17..000000000 --- a/domains/deepankar.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Deepankar-Siddharth", - "email": "deepankarsiddharthoff@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/deepesh.json b/domains/deepesh.json deleted file mode 100644 index 9c5b61bd1..000000000 --- a/domains/deepesh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CycloneAddons", - "email": "cycloneaddon@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/defalco64.json b/domains/defalco64.json deleted file mode 100644 index 68f8e3a8f..000000000 --- a/domains/defalco64.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "aadarshKsingh", - "email": "aadarshkumarsingh198@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/denboy0123.json b/domains/denboy0123.json deleted file mode 100644 index 8d054ba67..000000000 --- a/domains/denboy0123.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "denboy0123", - "email": "pochtaproverka01@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} diff --git a/domains/denism.json b/domains/denism.json deleted file mode 100644 index 2e9b98169..000000000 --- a/domains/denism.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "arabtalent", - "email": "lolhdselect@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/denizak.json b/domains/denizak.json deleted file mode 100644 index 7e05332b5..000000000 --- a/domains/denizak.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "denizak", - "email": "denizakya@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/denizbee.json b/domains/denizbee.json deleted file mode 100644 index 5d38e857e..000000000 --- a/domains/denizbee.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "denizbee", - "email": "denizbayramoglu@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/desteria.json b/domains/desteria.json deleted file mode 100644 index bc1ac50de..000000000 --- a/domains/desteria.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HayBael", - "email": "rakhakhairydarka801@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/devchaudhary.json b/domains/devchaudhary.json deleted file mode 100644 index d366b0ae4..000000000 --- a/domains/devchaudhary.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tushar202108", - "email": "chaudhrytusar2000@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/devel.json b/domains/devel.json deleted file mode 100644 index a0870ea7f..000000000 --- a/domains/devel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Atr-e", - "email": "eatr577@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/devgd.json b/domains/devgd.json deleted file mode 100644 index 0e409ca14..000000000 --- a/domains/devgd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Dev8H24", - "email": "devsteamgaming91@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/devmail.json b/domains/devmail.json deleted file mode 100644 index 035eb634b..000000000 --- a/domains/devmail.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "is-a-dev@win11react.com", - "discord": "1094272477137481810" - }, - - "record": { - "A": ["217.174.245.249"] - } - } - diff --git a/domains/devpanther.json b/domains/devpanther.json deleted file mode 100644 index cd4fcebb4..000000000 --- a/domains/devpanther.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "2618Zahid", - "email": "zahidhassankalaroa104@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/devs.json b/domains/devs.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/devs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dew.json b/domains/dew.json deleted file mode 100644 index 0768b84d7..000000000 --- a/domains/dew.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dew-mortal", - "email": "dewmortal.cod@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dex.explorer.json b/domains/dex.explorer.json deleted file mode 100644 index 654cc8514..000000000 --- a/domains/dex.explorer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DexTheExplorer", - "email": "gianl.veronese@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dexar.json b/domains/dexar.json deleted file mode 100644 index 2036f49b7..000000000 --- a/domains/dexar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dexaroffical", - "email": "5675mustafa5675@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dhaloi.json b/domains/dhaloi.json deleted file mode 100644 index 5a961ca8a..000000000 --- a/domains/dhaloi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Dhaloi", - "email": "enis.salin@yaani.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dhiyazhar.json b/domains/dhiyazhar.json deleted file mode 100644 index 1d1be6ab1..000000000 --- a/domains/dhiyazhar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dhiyazhar", - "email": "dhiyazhar@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/diego.json b/domains/diego.json deleted file mode 100644 index e3b4c353a..000000000 --- a/domains/diego.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "diegohh0411", - "email": "diegohh0411@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/diji.json b/domains/diji.json deleted file mode 100644 index a5a19231c..000000000 --- a/domains/diji.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "dijitiva", - "email": "hi@dijitiva.com.tr" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/dima.json b/domains/dima.json deleted file mode 100644 index fb1875ee5..000000000 --- a/domains/dima.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dimashahbari", - "email": "dimashahbari@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dincertekin.json b/domains/dincertekin.json deleted file mode 100644 index 42601565e..000000000 --- a/domains/dincertekin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dincertekin", - "email": "dincertekin@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dinhq.json b/domains/dinhq.json deleted file mode 100644 index 83db2cc7a..000000000 --- a/domains/dinhq.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dinhqvn99", - "email": "trinhdinhquy@iesschool.edu.vn" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/discord-corp.json b/domains/discord-corp.json deleted file mode 100644 index 45c849919..000000000 --- a/domains/discord-corp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "JZ1324", - "email": "zheng.joshua2@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/discord.amulyasingh.json b/domains/discord.amulyasingh.json deleted file mode 100644 index f91fc50e4..000000000 --- a/domains/discord.amulyasingh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AMULYASing", - "email": "amulyasingh370@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/discusser.json b/domains/discusser.json deleted file mode 100644 index fbf6af117..000000000 --- a/domains/discusser.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Discusser", - "email": "noobly321growing@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/divine.json b/domains/divine.json deleted file mode 100644 index 5fc715d5b..000000000 --- a/domains/divine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "divinewrites", - "email": "adivinecit21@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/divyadesh.json b/domains/divyadesh.json deleted file mode 100644 index 763f09c05..000000000 --- a/domains/divyadesh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "divyadesh", - "email": "adeshsati24@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/divyansh.json b/domains/divyansh.json deleted file mode 100644 index 7e6c2968b..000000000 --- a/domains/divyansh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "divyanshxd", - "email": "divyanshv91@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/divyanshu.json b/domains/divyanshu.json deleted file mode 100644 index b09a4662c..000000000 --- a/domains/divyanshu.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Divyanshu9822", - "email": "divyanshu9871@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/divyanshuprasad.json b/domains/divyanshuprasad.json deleted file mode 100644 index b09a4662c..000000000 --- a/domains/divyanshuprasad.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Divyanshu9822", - "email": "divyanshu9871@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/dnoxl.json b/domains/dnoxl.json deleted file mode 100644 index 2872231e4..000000000 --- a/domains/dnoxl.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Dnoxl", - "email": "ifbimgamer@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dodinhphuc.json b/domains/dodinhphuc.json deleted file mode 100644 index 50d7d71a5..000000000 --- a/domains/dodinhphuc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DoDinhPhuc1111", - "email": "prepegasus1111@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/doge-v4-proxy.json b/domains/doge-v4-proxy.json deleted file mode 100644 index 56c2cd6c5..000000000 --- a/domains/doge-v4-proxy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zumwaltboi68", - "email": "alexander662022@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dogeleader.json b/domains/dogeleader.json deleted file mode 100644 index 56c2cd6c5..000000000 --- a/domains/dogeleader.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zumwaltboi68", - "email": "alexander662022@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dogenetwork.json b/domains/dogenetwork.json deleted file mode 100644 index 56c2cd6c5..000000000 --- a/domains/dogenetwork.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zumwaltboi68", - "email": "alexander662022@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/domathdotid.json b/domains/domathdotid.json deleted file mode 100644 index 84c551334..000000000 --- a/domains/domathdotid.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DomathID", - "email": "admin@yukinoshita.web.id" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dominik.json b/domains/dominik.json deleted file mode 100644 index f76e83c5e..000000000 --- a/domains/dominik.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mezotv", - "email": "dominik@koch-bautechnik.de" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dott.json b/domains/dott.json deleted file mode 100644 index 06fae4fa7..000000000 --- a/domains/dott.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Dott-rus", - "email": "antonamelin8@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dracx.json b/domains/dracx.json deleted file mode 100644 index 91cd8ee4a..000000000 --- a/domains/dracx.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "DarindaDraX", - "email": "123kishanvish@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/drastic.json b/domains/drastic.json deleted file mode 100644 index 19d5b1642..000000000 --- a/domains/drastic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "drasticroy", - "email": "victiousroy@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/drasticroy.json b/domains/drasticroy.json deleted file mode 100644 index 19d5b1642..000000000 --- a/domains/drasticroy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "drasticroy", - "email": "victiousroy@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/drenxhyliqi.json b/domains/drenxhyliqi.json deleted file mode 100644 index cf1076cd1..000000000 --- a/domains/drenxhyliqi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "drenxhyliqi", - "email": "drenxhyliqi3@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/drk-bot.json b/domains/drk-bot.json deleted file mode 100644 index 8a36390ab..000000000 --- a/domains/drk-bot.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dylan1522", - "email": "wpmar027092@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/drmzahid.json b/domains/drmzahid.json deleted file mode 100644 index cd4fcebb4..000000000 --- a/domains/drmzahid.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "2618Zahid", - "email": "zahidhassankalaroa104@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/droiders.json b/domains/droiders.json deleted file mode 100644 index 5d03f99d1..000000000 --- a/domains/droiders.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "abdessattarElyagoubi", - "email": "abdeldroid2@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/drv.su.json b/domains/drv.su.json deleted file mode 100644 index 9cf9bc7dd..000000000 --- a/domains/drv.su.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dizzy123323", - "email": "dhruvksuru@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dsgaasdgsdag.json b/domains/dsgaasdgsdag.json deleted file mode 100644 index 809dd2edc..000000000 --- a/domains/dsgaasdgsdag.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "keshrlmfao", - "email": "kiwipointss555@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dsgamer.json b/domains/dsgamer.json deleted file mode 100644 index 66f4945ff..000000000 --- a/domains/dsgamer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DhruvGamingzsoft", - "email": "dgashost@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dulackmugi.json b/domains/dulackmugi.json deleted file mode 100644 index 1c1eb79c7..000000000 --- a/domains/dulackmugi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dulackmwas", - "email": "dulackmugi@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dwk.json b/domains/dwk.json deleted file mode 100644 index 01be5e070..000000000 --- a/domains/dwk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Brickmasterr", - "email": "dwiki200304@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dxomg.json b/domains/dxomg.json deleted file mode 100644 index 49197b78d..000000000 --- a/domains/dxomg.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dxomg", - "email": "dxomgmyfriend@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/dynamic-homepage.json b/domains/dynamic-homepage.json deleted file mode 100644 index 706cf81de..000000000 --- a/domains/dynamic-homepage.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vikramv20", - "email": "vs423502@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/eacbypasser.json b/domains/eacbypasser.json deleted file mode 100644 index 4ec611c5c..000000000 --- a/domains/eacbypasser.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "EacBypasser", - "email": "tyroxtech@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/echo.json b/domains/echo.json deleted file mode 100644 index 56c9d4884..000000000 --- a/domains/echo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Silverstero", - "email": "pleasedontaddmyemail@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/eclair.json b/domains/eclair.json deleted file mode 100644 index b7844089f..000000000 --- a/domains/eclair.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "assjgejcitif", - "email": "fluffy@dmc.chat" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/eleger.json b/domains/eleger.json deleted file mode 100644 index 17717ab2f..000000000 --- a/domains/eleger.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PrakashMalwad", - "email": "prakashmalwad8778999020@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/elementalst.json b/domains/elementalst.json deleted file mode 100644 index 044ab24b7..000000000 --- a/domains/elementalst.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "syxnights", - "email": "hamzafelashry12@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/eliteflix.json b/domains/eliteflix.json deleted file mode 100644 index d05378754..000000000 --- a/domains/eliteflix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Legend256", - "email": "heroku.1st.dyno@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/emmanuel.json b/domains/emmanuel.json deleted file mode 100644 index 8383b6dde..000000000 --- a/domains/emmanuel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Emmannuel", - "email": "21417080030624@cecytemorelos.edu.mx" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/emre.json b/domains/emre.json deleted file mode 100644 index 9ee037a56..000000000 --- a/domains/emre.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "emredurak01", - "email": "emredurak01@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/erdogansad.json b/domains/erdogansad.json deleted file mode 100644 index a24740aeb..000000000 --- a/domains/erdogansad.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "erdogansad", - "email": "erdogan.sad@windowslive.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ericpessoa.json b/domains/ericpessoa.json deleted file mode 100644 index 8fc334f68..000000000 --- a/domains/ericpessoa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Eric-Pessoa", - "email": "pessoa.eric@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/erogemaster225.json b/domains/erogemaster225.json deleted file mode 100644 index c780dc9d5..000000000 --- a/domains/erogemaster225.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ErogeMaster225", - "email": "nguyentrongsang123@yahoo.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/errornointernet.json b/domains/errornointernet.json deleted file mode 100644 index 64c0b592f..000000000 --- a/domains/errornointernet.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ErrorNoInternet", - "email": "error.nointernet@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/esemv-evan.json b/domains/esemv-evan.json deleted file mode 100644 index daba911f6..000000000 --- a/domains/esemv-evan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "esemv07", - "email": "ruby.semaganda@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/essiessara.json b/domains/essiessara.json deleted file mode 100644 index 55ab50927..000000000 --- a/domains/essiessara.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "essieessara", - "email": "esraaaebdelrehime@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/eternal.json b/domains/eternal.json deleted file mode 100644 index c9de9ac55..000000000 --- a/domains/eternal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "thatmarcboi", - "email": "marcacolwell@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/eternalnetwork.json b/domains/eternalnetwork.json deleted file mode 100644 index 6520e9f8e..000000000 --- a/domains/eternalnetwork.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "neealdon3", - "email": "neealdon3@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ethan.json b/domains/ethan.json deleted file mode 100644 index db3bc1d56..000000000 --- a/domains/ethan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "simuIates", - "email": "e@zurly.lol" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/eturbo.json b/domains/eturbo.json deleted file mode 100644 index 417c49f46..000000000 --- a/domains/eturbo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Teapot4195", - "email": "huangalex409@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/everybody.json b/domains/everybody.json deleted file mode 100644 index 6b0b6cba3..000000000 --- a/domains/everybody.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AngerminecraftYT", - "email": "david.boltong@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ex.json b/domains/ex.json deleted file mode 100644 index f66d509c3..000000000 --- a/domains/ex.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "xqxyzl", - "email": "exemailhelp+3@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/exotic.json b/domains/exotic.json deleted file mode 100644 index 739610bac..000000000 --- a/domains/exotic.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ethaanol", - "email": "cashprivate10@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/ez.json b/domains/ez.json deleted file mode 100644 index ae347f452..000000000 --- a/domains/ez.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ClicpoW", - "email": "clicpowytb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/fahmifareed.json b/domains/fahmifareed.json deleted file mode 100644 index 54bfae242..000000000 --- a/domains/fahmifareed.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "fahmifareed", - "email": "fahmifareed@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/fakhri.json b/domains/fakhri.json deleted file mode 100644 index b85c97138..000000000 --- a/domains/fakhri.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "FDMZ17", - "email": "devoloper.fdmz17@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/farag.json b/domains/farag.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/farag.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/fasdaa.json b/domains/fasdaa.json deleted file mode 100644 index 7004eafa8..000000000 --- a/domains/fasdaa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "boomer4boomer", - "email": "abdulkx06epic@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/felipesantos.json b/domains/felipesantos.json deleted file mode 100644 index b8f36f274..000000000 --- a/domains/felipesantos.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "felipehasantos", - "email": "felipehasantosbusiness@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/femboy.json b/domains/femboy.json deleted file mode 100644 index dc7133f05..000000000 --- a/domains/femboy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "antithense", - "email": "nuffimail33@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ffidhackseivathueppadi.json b/domains/ffidhackseivathueppadi.json deleted file mode 100644 index db7c77a6f..000000000 --- a/domains/ffidhackseivathueppadi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "thanishhari", - "email": "suganyauvthanis@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ffidhackseivathueppadilinklinklinkanup.json b/domains/ffidhackseivathueppadilinklinklinkanup.json deleted file mode 100644 index db7c77a6f..000000000 --- a/domains/ffidhackseivathueppadilinklinklinkanup.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "thanishhari", - "email": "suganyauvthanis@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/filip-razek.json b/domains/filip-razek.json deleted file mode 100644 index b0d361569..000000000 --- a/domains/filip-razek.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "FilipRazek", - "email": "filip.razek@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/filo.json b/domains/filo.json deleted file mode 100644 index 93d0bdbd2..000000000 --- a/domains/filo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Filo6699", - "email": "karka2-6@rambler.ru" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/fincho.json b/domains/fincho.json deleted file mode 100644 index 79fe83245..000000000 --- a/domains/fincho.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "finchodev", - "email": "zeltux21@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/finny.json b/domains/finny.json deleted file mode 100644 index 991efa2b2..000000000 --- a/domains/finny.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "FinnyMarigold58", - "email": "teganherring2016@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/firmware.json b/domains/firmware.json deleted file mode 100644 index 0ee9eb03b..000000000 --- a/domains/firmware.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ffirmware", - "email": "netpaths@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/flame.json b/domains/flame.json deleted file mode 100644 index 91c638477..000000000 --- a/domains/flame.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "flame3301", - "email": "neongamerflame@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/flex.json b/domains/flex.json deleted file mode 100644 index 1cac33ed4..000000000 --- a/domains/flex.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DiHaNCodeZ", - "email": "dihanshahriar5@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/floofy.exe.json b/domains/floofy.exe.json deleted file mode 100644 index 4f15d5c25..000000000 --- a/domains/floofy.exe.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "floofywork", - "email": "floofywork@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/floppa.json b/domains/floppa.json deleted file mode 100644 index 5ff7a8db6..000000000 --- a/domains/floppa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Luxxy-GF", - "email": "deniedaddicted@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/fluxate.json b/domains/fluxate.json deleted file mode 100644 index 52e753f4a..000000000 --- a/domains/fluxate.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NxyyLOL", - "email": "nxyylol@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/fmode.json b/domains/fmode.json deleted file mode 100644 index 5f82c9cac..000000000 --- a/domains/fmode.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jOaawd", - "email": "jorti28@apps.pusd.org" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/fndn.json b/domains/fndn.json deleted file mode 100644 index 79ac44dcf..000000000 --- a/domains/fndn.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TrivCodez", - "email": "Jayeshpoudel+ha@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/foo.json b/domains/foo.json deleted file mode 100644 index ab10003aa..000000000 --- a/domains/foo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mkemal", - "email": "mkemalkorkmaz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/formuna.json b/domains/formuna.json deleted file mode 100644 index aa079b898..000000000 --- a/domains/formuna.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "FormunaGit", - "email": "moonacula555555555@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/foxsophia.json b/domains/foxsophia.json deleted file mode 100644 index f725ff51f..000000000 --- a/domains/foxsophia.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "foxsophia", - "email": "cchirrpy@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} diff --git a/domains/freddy007.json b/domains/freddy007.json deleted file mode 100644 index d350676db..000000000 --- a/domains/freddy007.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "anonphoenix007", - "email": "phoenixgibson007@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/friendslikebd.json b/domains/friendslikebd.json deleted file mode 100644 index a707fdd29..000000000 --- a/domains/friendslikebd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Akdipukhan", - "email": "Akdipu258@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/frost.json b/domains/frost.json deleted file mode 100644 index f7f3e29e6..000000000 --- a/domains/frost.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "mackrz", - "email": "macio181@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": [ - "v=spf1 a mx ip4:217.174.245.249 ~all", - "_github-pages-challenge-mackrz.frost.is-a.dev=def12fb95f33931df81e99f8e01c5c" - ] - } -} \ No newline at end of file diff --git a/domains/fuentes.json b/domains/fuentes.json deleted file mode 100644 index aba332c26..000000000 --- a/domains/fuentes.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "fuentez145", - "email": "gilbert.fuentes@ctu.edu.ph" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/furry.json b/domains/furry.json deleted file mode 100644 index 8da97f979..000000000 --- a/domains/furry.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Furrycality", - "email": "furrycality@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/furrycality.json b/domains/furrycality.json deleted file mode 100644 index 8da97f979..000000000 --- a/domains/furrycality.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Furrycality", - "email": "furrycality@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/futurex.json b/domains/futurex.json deleted file mode 100644 index 9e6c0dd97..000000000 --- a/domains/futurex.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Fbhfvj", - "email": "bebogeorge2008@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all" - } -} diff --git a/domains/gabriel.json b/domains/gabriel.json deleted file mode 100644 index 1016a4b6a..000000000 --- a/domains/gabriel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Gabriel-lrx", - "email": "gabriel.reheb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gabrielyong.json b/domains/gabrielyong.json deleted file mode 100644 index 089944506..000000000 --- a/domains/gabrielyong.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "gabr1234iel", - "email": "gabrrrly@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/galaxyfps.riviox.json b/domains/galaxyfps.riviox.json deleted file mode 100644 index 84ca66291..000000000 --- a/domains/galaxyfps.riviox.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "RivioxGaming", - "email": "rivioxyt@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gamersvault.json b/domains/gamersvault.json deleted file mode 100644 index 5f4baf3d3..000000000 --- a/domains/gamersvault.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "lucenstuff", - "email": "lucentiniagustin@hotmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/gapindang.json b/domains/gapindang.json deleted file mode 100644 index 907d20837..000000000 --- a/domains/gapindang.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "pindang-cloud", - "email": "gavinku890@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gary.json b/domains/gary.json deleted file mode 100644 index e9d0da560..000000000 --- a/domains/gary.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "gary12345g", - "email": "gary12345@wshay.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/gaurav87565.json b/domains/gaurav87565.json deleted file mode 100644 index 78a731243..000000000 --- a/domains/gaurav87565.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "gaurav87565", - "email": "pavithrashreeuchil@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gauravg.json b/domains/gauravg.json deleted file mode 100644 index a54a674f6..000000000 --- a/domains/gauravg.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "iamkai4", - "email": "guptagaurav25608@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gauravgupta.json b/domains/gauravgupta.json deleted file mode 100644 index 344d4b9f6..000000000 --- a/domains/gauravgupta.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GauravGupta256", - "email": "gauravgupta25608@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gauravgupta256.json b/domains/gauravgupta256.json deleted file mode 100644 index 344d4b9f6..000000000 --- a/domains/gauravgupta256.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GauravGupta256", - "email": "gauravgupta25608@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gautam.json b/domains/gautam.json deleted file mode 100644 index 11db77b8f..000000000 --- a/domains/gautam.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "coderGtm", - "email": "gautammehta0000@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gbot.json b/domains/gbot.json deleted file mode 100644 index 8b3fe072d..000000000 --- a/domains/gbot.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "stefano.delprete.08@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/geckopico.json b/domains/geckopico.json deleted file mode 100644 index 98c06df3d..000000000 --- a/domains/geckopico.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "davior", - "email": "david.iorlano@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/geekysudhir.json b/domains/geekysudhir.json deleted file mode 100644 index 03ada14f3..000000000 --- a/domains/geekysudhir.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "GeekySudhir", - "email": "sdhrsingh271@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "a608d9751f86d011d10a8d58ca5a93" - } -} diff --git a/domains/geenzo.json b/domains/geenzo.json deleted file mode 100644 index e664ffc84..000000000 --- a/domains/geenzo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "geenzo69", - "email": "geenzogamer164@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/genevera.json b/domains/genevera.json deleted file mode 100644 index 35805d653..000000000 --- a/domains/genevera.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "genevera", - "email": "genevera.codes+github@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/gerzhahp.json b/domains/gerzhahp.json deleted file mode 100644 index 7cb7617c4..000000000 --- a/domains/gerzhahp.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "zh4dev", - "email": "safeusdev@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/gfn.json b/domains/gfn.json deleted file mode 100644 index 424b83cd4..000000000 --- a/domains/gfn.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kolims", - "email": "kolimss1111@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ggio.json b/domains/ggio.json deleted file mode 100644 index 811432f66..000000000 --- a/domains/ggio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dusiadudusia", - "email": "ds4667861@gmaiL.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} diff --git a/domains/ghalibcraft.json b/domains/ghalibcraft.json deleted file mode 100644 index 930bc083e..000000000 --- a/domains/ghalibcraft.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Ghalib-craftLeProgrammeur", - "email": "ghalibmezeghiche2012@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ghfli.json b/domains/ghfli.json deleted file mode 100644 index 8796df0d1..000000000 --- a/domains/ghfli.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ghfli", - "email": "newstart.infotech@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ghost1.json b/domains/ghost1.json deleted file mode 100644 index f7dff9a5c..000000000 --- a/domains/ghost1.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "K-K-L-L", - "email": "kkll345643@protonmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/giocoliere.json b/domains/giocoliere.json deleted file mode 100644 index 768adf129..000000000 --- a/domains/giocoliere.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "giocoliere", - "email": "simcrigjeki@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/giovannirapa.json b/domains/giovannirapa.json deleted file mode 100644 index 456522d66..000000000 --- a/domains/giovannirapa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Givaa", - "email": "rapagiovanni@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/git-hoe.json b/domains/git-hoe.json deleted file mode 100644 index 5ebd4b3d1..000000000 --- a/domains/git-hoe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "git-hoe", - "email": "haxer@disroot.org" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/git.json b/domains/git.json deleted file mode 100644 index a4b5610d5..000000000 --- a/domains/git.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "git-hoe", - "email": "haxer@disroot.org" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/glqch.json b/domains/glqch.json deleted file mode 100644 index 8e97ded1e..000000000 --- a/domains/glqch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Glqch404", - "email": "midoayoub778@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/goobric.json b/domains/goobric.json deleted file mode 100644 index e3b992e5f..000000000 --- a/domains/goobric.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "goobric", - "email": "goobric@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gopalji.json b/domains/gopalji.json deleted file mode 100644 index 8fc8f6aef..000000000 --- a/domains/gopalji.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "gopaljigaur", - "email": "contact@gopalji.me" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/gruu.json b/domains/gruu.json deleted file mode 100644 index 031eea1a9..000000000 --- a/domains/gruu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "gruufr", - "email": "tirisxz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gskaff.json b/domains/gskaff.json deleted file mode 100644 index 6d9a9d572..000000000 --- a/domains/gskaff.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "gevendra115", - "email": "bablutanwar160@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gunethra.json b/domains/gunethra.json deleted file mode 100644 index 34cd3874d..000000000 --- a/domains/gunethra.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Gunethra", - "email": "gunethrarp1@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gurkirat.json b/domains/gurkirat.json deleted file mode 100644 index 5d3a86d0f..000000000 --- a/domains/gurkirat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "gurkiratz", - "email": "singh.gurkirat2707@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gurubhai.json b/domains/gurubhai.json deleted file mode 100644 index bd3a9672d..000000000 --- a/domains/gurubhai.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "Guru322", - "email": "sahoogurucharan00@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" - } -} diff --git a/domains/gurubot.json b/domains/gurubot.json deleted file mode 100644 index 813932e1f..000000000 --- a/domains/gurubot.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Guru322", - "email": "sahoogurucharan00@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/guyen.json b/domains/guyen.json deleted file mode 100644 index 0cacdad5e..000000000 --- a/domains/guyen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CommanderGuyen", - "email": "commanderguyen@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/gzfs.json b/domains/gzfs.json deleted file mode 100644 index e9fd3321d..000000000 --- a/domains/gzfs.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "gzfs", - "email": "vismbs@pm.me" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/h4sh.json b/domains/h4sh.json deleted file mode 100644 index 23e2dea7c..000000000 --- a/domains/h4sh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Master290", - "email": "contact@rzx.lol" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/haiko.json b/domains/haiko.json deleted file mode 100644 index 5170eb8c1..000000000 --- a/domains/haiko.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "i-Ac1D-i", - "email": "acidondiscord99@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/halelui.json b/domains/halelui.json deleted file mode 100644 index f5abf567d..000000000 --- a/domains/halelui.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Legend256", - "email": "heroku.1st.dyno@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/halil.json b/domains/halil.json deleted file mode 100644 index 985ab99b5..000000000 --- a/domains/halil.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ConnorDoesDev", - "email": "halil_ismail@yahoo.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/haloethans.json b/domains/haloethans.json deleted file mode 100644 index eb8bc51f3..000000000 --- a/domains/haloethans.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "haloethanz", - "email": "haloethans-twitch@outlook.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/halokod.json b/domains/halokod.json deleted file mode 100644 index c2595f224..000000000 --- a/domains/halokod.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "denizkuzey06", - "email": "kralpasa1993@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/happyenderman.json b/domains/happyenderman.json deleted file mode 100644 index 891654ba4..000000000 --- a/domains/happyenderman.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "happyendermangit", - "email": "" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/hara.json b/domains/hara.json deleted file mode 100644 index 1b4879615..000000000 --- a/domains/hara.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "HaraDesu", - "email": "aqjbgr09@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/hariienesh.json b/domains/hariienesh.json deleted file mode 100644 index 5b51b7ced..000000000 --- a/domains/hariienesh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CosmicCodeBase", - "email": "hariienesh.cool@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/harrison.json b/domains/harrison.json deleted file mode 100644 index b2eba8355..000000000 --- a/domains/harrison.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ujisati", - "email": "hbh137@protonmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/harry456.json b/domains/harry456.json deleted file mode 100644 index d4809aa7e..000000000 --- a/domains/harry456.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Harry4567", - "email": "rientunr@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/harrystudy.json b/domains/harrystudy.json deleted file mode 100644 index 2c19e31c1..000000000 --- a/domains/harrystudy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hongglong", - "email": "dylanluong3@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/harrythenegro.json b/domains/harrythenegro.json deleted file mode 100644 index 2c19e31c1..000000000 --- a/domains/harrythenegro.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hongglong", - "email": "dylanluong3@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/harshrai.json b/domains/harshrai.json deleted file mode 100644 index 41023df24..000000000 --- a/domains/harshrai.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Harshrai1023", - "email": "harshrai1023@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/harukipy.json b/domains/harukipy.json deleted file mode 100644 index 4d2011b26..000000000 --- a/domains/harukipy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Anandkrishna34", - "email": "aanandkrishna344@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hazelnut.json b/domains/hazelnut.json deleted file mode 100644 index e3afe824d..000000000 --- a/domains/hazelnut.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HazelNutHoney", - "email": "hazelnutzhoney@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/hazwana.json b/domains/hazwana.json deleted file mode 100644 index 3e78f2175..000000000 --- a/domains/hazwana.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hazwana", - "email": "n.hazwana@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hecterbonha.json b/domains/hecterbonha.json deleted file mode 100644 index 3d5ed03cd..000000000 --- a/domains/hecterbonha.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hecterbonha", - "email": "untungsoandryanto@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/hehe.json b/domains/hehe.json deleted file mode 100644 index 760ab6b4d..000000000 --- a/domains/hehe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Ebrahim-Ramadan", - "email": "ramadanebrahim791@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/heindale.json b/domains/heindale.json deleted file mode 100644 index 83311efe7..000000000 --- a/domains/heindale.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Heindale", - "email": "danilanil123@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hekker.json b/domains/hekker.json deleted file mode 100644 index 271862721..000000000 --- a/domains/hekker.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hekker4404", - "email": "akhil.ambati@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hello.qqg00.json b/domains/hello.qqg00.json deleted file mode 100644 index dd140730e..000000000 --- a/domains/hello.qqg00.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ppg00", - "email": "vx2dsk@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hellscaped.json b/domains/hellscaped.json deleted file mode 100644 index b86506719..000000000 --- a/domains/hellscaped.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hellscaped", - "email": "tappsyo@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hemal.json b/domains/hemal.json deleted file mode 100644 index 7573d364b..000000000 --- a/domains/hemal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hemal80", - "email": "hemalfnmondal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hemalmondal.json b/domains/hemalmondal.json deleted file mode 100644 index 7573d364b..000000000 --- a/domains/hemalmondal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hemal80", - "email": "hemalfnmondal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/herrkatze.json b/domains/herrkatze.json deleted file mode 100644 index af8df8e08..000000000 --- a/domains/herrkatze.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "scmcgowen", - "email": "scmcgowen@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/hex4.json b/domains/hex4.json deleted file mode 100644 index d2b2cb0c2..000000000 --- a/domains/hex4.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hex-4", - "email": "nenex54@pm.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/heydaristo.json b/domains/heydaristo.json deleted file mode 100644 index fb283446a..000000000 --- a/domains/heydaristo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "heydaristo", - "email": "heydaristo@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/heyjumanji.json b/domains/heyjumanji.json deleted file mode 100644 index a1fd687e9..000000000 --- a/domains/heyjumanji.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "heyjumanji", - "email": "madhuchutiya.unhinge650@silomails.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hidden.json b/domains/hidden.json deleted file mode 100644 index 68e33121e..000000000 --- a/domains/hidden.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TheHiddenEvil", - "email": "hijohn06@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hideko.json b/domains/hideko.json deleted file mode 100644 index 82573dee4..000000000 --- a/domains/hideko.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hideko-dev", - "email": "hideko332200@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hilmysakti.json b/domains/hilmysakti.json deleted file mode 100644 index 5df237b7b..000000000 --- a/domains/hilmysakti.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HilmySakti", - "email": "abandel09@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/himanshusardana.json b/domains/himanshusardana.json deleted file mode 100644 index d67350783..000000000 --- a/domains/himanshusardana.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HimanshuSardana", - "email": "himanshusardana2005@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hiro.json b/domains/hiro.json deleted file mode 100644 index e18715373..000000000 --- a/domains/hiro.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "XxHiroTTVxX", - "email": "phoenixmerlinwolf894@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/hntr.json b/domains/hntr.json deleted file mode 100644 index 83474d31e..000000000 --- a/domains/hntr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HunterAPI", - "email": "forsynapse123@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/holgeb.json b/domains/holgeb.json deleted file mode 100644 index 4c272d6f7..000000000 --- a/domains/holgeb.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "niho9807", - "email": "niklas.holke@gmx.de" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hosting-test.json b/domains/hosting-test.json deleted file mode 100644 index 4f6c3f917..000000000 --- a/domains/hosting-test.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/hosts.json b/domains/hosts.json deleted file mode 100644 index de21098ed..000000000 --- a/domains/hosts.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "phenax5@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 mx a:mailx.is-a.dev ip4:217.174.245.249 ~all", - "MX": ["mailx.is-a.dev"] - } -} diff --git a/domains/hotdevs.json b/domains/hotdevs.json deleted file mode 100644 index 51c54fde5..000000000 --- a/domains/hotdevs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "musu10gj", - "email": "samzagamer4@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hotmayonaise.json b/domains/hotmayonaise.json deleted file mode 100644 index 98d53fcad..000000000 --- a/domains/hotmayonaise.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hotmayonaise", - "email": "roby123ted@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/houlton.json b/domains/houlton.json deleted file mode 100644 index 8416f290e..000000000 --- a/domains/houlton.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ahoulton", - "email": "ignhoulton@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/houxiaozhao.json b/domains/houxiaozhao.json deleted file mode 100644 index 219f19c40..000000000 --- a/domains/houxiaozhao.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "houxiaozhao", - "email": "891855179@qq.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hqmt.json b/domains/hqmt.json deleted file mode 100644 index f936119b4..000000000 --- a/domains/hqmt.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HQMTGaming", - "email": "hoangquocminhthien@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hqmtgaming.json b/domains/hqmtgaming.json deleted file mode 100644 index f936119b4..000000000 --- a/domains/hqmtgaming.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HQMTGaming", - "email": "hoangquocminhthien@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/httphypixelnet.json b/domains/httphypixelnet.json deleted file mode 100644 index 6bf9f5a3f..000000000 --- a/domains/httphypixelnet.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "httphypixelnet", - "email": "intenstudios369@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/human.json b/domains/human.json deleted file mode 100644 index 159774c53..000000000 --- a/domains/human.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Jonathan0827", - "email": "limjunehyeop@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hunt.json b/domains/hunt.json deleted file mode 100644 index 68cebd242..000000000 --- a/domains/hunt.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "achabacha949", - "email": "achabacha949@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/huyduc.json b/domains/huyduc.json deleted file mode 100644 index 8a898db63..000000000 --- a/domains/huyduc.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "buihuyduc123", - "email": "buihuyduckn@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/huzaifa.json b/domains/huzaifa.json deleted file mode 100644 index ec7b5466d..000000000 --- a/domains/huzaifa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SyntaxErrorSolos", - "email": "tcs223647@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hvn.json b/domains/hvn.json deleted file mode 100644 index d9f28916f..000000000 --- a/domains/hvn.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "goesbyabhi", - "email": "abxisxekpanda@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hydrogen.json b/domains/hydrogen.json deleted file mode 100644 index 018e548a6..000000000 --- a/domains/hydrogen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Coding4Hours", - "email": "neealdon3@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hyno.json b/domains/hyno.json deleted file mode 100644 index f9b5121c7..000000000 --- a/domains/hyno.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HyNO-IR", - "email": "hynoyt.ir@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/hypernexus.json b/domains/hypernexus.json deleted file mode 100644 index 36451cae8..000000000 --- a/domains/hypernexus.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "notHyperNexus", - "email": "phamvansau234@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/iammelvink.json b/domains/iammelvink.json deleted file mode 100644 index 2cd62d523..000000000 --- a/domains/iammelvink.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "iammelvink", - "email": "46846457+iammelvink@users.noreply.github.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/iamunixtz.json b/domains/iamunixtz.json deleted file mode 100644 index 36fbb7faf..000000000 --- a/domains/iamunixtz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "iamunixtz", - "email": "unixtz@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/iceed.json b/domains/iceed.json deleted file mode 100644 index 0327e8e2c..000000000 --- a/domains/iceed.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mjnaous", - "email": "mj@naous.eu.org" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/icehead.json b/domains/icehead.json deleted file mode 100644 index 490cfebf0..000000000 --- a/domains/icehead.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Ice-Head", - "email": "heads.ice@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mx1.improvmx.com","mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/icevixen.json b/domains/icevixen.json deleted file mode 100644 index 11ce7ceb0..000000000 --- a/domains/icevixen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zirmith", - "email": "f2v74yt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/icmecodes.json b/domains/icmecodes.json deleted file mode 100644 index add0c6c15..000000000 --- a/domains/icmecodes.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "icmecodes", - "email": "icmedev@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/idkmaxii.json b/domains/idkmaxii.json deleted file mode 100644 index ba864a852..000000000 --- a/domains/idkmaxii.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Molret", - "email": "maximiliano.moldenhauer.r@marygraham.cl" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/idoli.json b/domains/idoli.json deleted file mode 100644 index ce6510fe4..000000000 --- a/domains/idoli.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "D0TM4N", - "email": "idoinschool@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/idrkwhotbh.json b/domains/idrkwhotbh.json deleted file mode 100644 index bd5bd6704..000000000 --- a/domains/idrkwhotbh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "idrkwhotbh", - "email": "nitronoobbros1@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ihk.json b/domains/ihk.json deleted file mode 100644 index fa05957b0..000000000 --- a/domains/ihk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Kresswell", - "email": "simonecresswell@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ihkgpt.json b/domains/ihkgpt.json deleted file mode 100644 index fa05957b0..000000000 --- a/domains/ihkgpt.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Kresswell", - "email": "simonecresswell@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ilakian.json b/domains/ilakian.json deleted file mode 100644 index a0acb6a06..000000000 --- a/domains/ilakian.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Ilakiancs", - "email": "ilakiancs@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/imdew.json b/domains/imdew.json deleted file mode 100644 index becc7dc6e..000000000 --- a/domains/imdew.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dewiscool", - "email": "zerolikecyber.2005@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/imdsamimakhter.json b/domains/imdsamimakhter.json deleted file mode 100644 index 85ed004a4..000000000 --- a/domains/imdsamimakhter.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "imdsamimakhter", - "email": "mdsamimakhter2001@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/imran.json b/domains/imran.json deleted file mode 100644 index 931f387ff..000000000 --- a/domains/imran.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ahmedimran35", - "email": "romeorajkumar098@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/imron.json b/domains/imron.json deleted file mode 100644 index 95b7087b6..000000000 --- a/domains/imron.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BangMbon", - "email": "dci.reborn@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/imu.json b/domains/imu.json deleted file mode 100644 index 931f387ff..000000000 --- a/domains/imu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ahmedimran35", - "email": "romeorajkumar098@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/in3pire.json b/domains/in3pire.json deleted file mode 100644 index 79ac44dcf..000000000 --- a/domains/in3pire.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TrivCodez", - "email": "Jayeshpoudel+ha@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/inam.json b/domains/inam.json deleted file mode 100644 index f81ae11d6..000000000 --- a/domains/inam.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "inamurahman", - "email": "inamvkd@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/infinityhackers.json b/domains/infinityhackers.json deleted file mode 100644 index fa05957b0..000000000 --- a/domains/infinityhackers.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Kresswell", - "email": "simonecresswell@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/infinotiver.json b/domains/infinotiver.json deleted file mode 100644 index 001bbb66c..000000000 --- a/domains/infinotiver.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "prakarsh17", - "email": "prakarsh.3482@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/interstellar.json b/domains/interstellar.json deleted file mode 100644 index 6c986115d..000000000 --- a/domains/interstellar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jacksoncraft859", - "email": "pollardjackson@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/interstellar.ultrix.json b/domains/interstellar.ultrix.json deleted file mode 100644 index 6c986115d..000000000 --- a/domains/interstellar.ultrix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jacksoncraft859", - "email": "pollardjackson@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/is-a-dev-testing.json b/domains/is-a-dev-testing.json deleted file mode 100644 index 4f6c3f917..000000000 --- a/domains/is-a-dev-testing.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/isdwk.json b/domains/isdwk.json deleted file mode 100644 index 01be5e070..000000000 --- a/domains/isdwk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Brickmasterr", - "email": "dwiki200304@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/itsmenewbie03.json b/domains/itsmenewbie03.json deleted file mode 100644 index 625e24f91..000000000 --- a/domains/itsmenewbie03.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "itsmenewbie03", - "email": "2101102516@student.buksu.edu.ph" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/j-x01.json b/domains/j-x01.json deleted file mode 100644 index b45389d24..000000000 --- a/domains/j-x01.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "XxJVG1xX", - "email": "jvgvgaa@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/j-x1.json b/domains/j-x1.json deleted file mode 100644 index b45389d24..000000000 --- a/domains/j-x1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "XxJVG1xX", - "email": "jvgvgaa@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jacksonm.json b/domains/jacksonm.json deleted file mode 100644 index e2c88ccfc..000000000 --- a/domains/jacksonm.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "jacksonmalone", - "email": "jrm9918@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/jahid.json b/domains/jahid.json deleted file mode 100644 index 8c561f660..000000000 --- a/domains/jahid.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zenjahid", - "email": "mdjahidul.haque.7@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jams.json b/domains/jams.json deleted file mode 100644 index 227d8af96..000000000 --- a/domains/jams.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "g1gabyteDEV", - "email": "jamesmarke7@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/janam.json b/domains/janam.json deleted file mode 100644 index ebd648fa0..000000000 --- a/domains/janam.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Xzanam", - "email": "nh77277@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/jarren.json b/domains/jarren.json deleted file mode 100644 index a0fda613b..000000000 --- a/domains/jarren.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "JDirk01", - "email": "jarrendirk4@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jasonthomas.json b/domains/jasonthomas.json deleted file mode 100644 index 25fd6253b..000000000 --- a/domains/jasonthomas.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Wizrst641", - "email": "slxppyznet18@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/javierpastore.json b/domains/javierpastore.json deleted file mode 100644 index bf621a217..000000000 --- a/domains/javierpastore.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "yangxiaokun", - "email": "619742721@qq.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jbugel.json b/domains/jbugel.json deleted file mode 100644 index c8a7b686d..000000000 --- a/domains/jbugel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jbugel-lol", - "email": "jbugel.lol.github@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jiawei.json b/domains/jiawei.json deleted file mode 100644 index f34e1714b..000000000 --- a/domains/jiawei.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Beebeeoii", - "email": "b33b33o11@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/jim.json b/domains/jim.json deleted file mode 100644 index bd5bc1e67..000000000 --- a/domains/jim.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jimmy20180130", - "email": "jimmy20180130@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jindx.json b/domains/jindx.json deleted file mode 100644 index 11c92e898..000000000 --- a/domains/jindx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "JinDX", - "email": "dox.jin@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jjhjkhk.json b/domains/jjhjkhk.json deleted file mode 100644 index 4f5013a75..000000000 --- a/domains/jjhjkhk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "f4ruk1453decodex", - "email": "furk4ncrowley@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jkb-bio.json b/domains/jkb-bio.json deleted file mode 100644 index a11940628..000000000 --- a/domains/jkb-bio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jakublua", - "email": "jkb@courvix.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/joaozeira.json b/domains/joaozeira.json deleted file mode 100644 index b0ef44d55..000000000 --- a/domains/joaozeira.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "joaozeiradev", - "email": "joaofelipegamer24@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jocke.json b/domains/jocke.json deleted file mode 100644 index e0e77c266..000000000 --- a/domains/jocke.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NotAJocke", - "email": "jockerider199@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/johnd.json b/domains/johnd.json deleted file mode 100644 index ce9a60cb4..000000000 --- a/domains/johnd.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "tensura-is-good", - "email": "sands.is.undertable@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/johndo.json b/domains/johndo.json deleted file mode 100644 index b7ca78fdf..000000000 --- a/domains/johndo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "billybobisverycool", - "email": "27johnballenger@ucsstudent.org" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/johndoe.json b/domains/johndoe.json deleted file mode 100644 index 550a484c2..000000000 --- a/domains/johndoe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "pythonhuman", - "email": "sai.pasumarthi@stu.argyleisd.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/johnmortan.json b/domains/johnmortan.json deleted file mode 100644 index f0d0eec46..000000000 --- a/domains/johnmortan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Atr-e", - "email": "eatr577@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/johnrambo.json b/domains/johnrambo.json deleted file mode 100644 index 19db2f2f3..000000000 --- a/domains/johnrambo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ParthMaster", - "email": "parth.infynno@protonmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/johnroylapida.json b/domains/johnroylapida.json deleted file mode 100644 index 67eb7c1ec..000000000 --- a/domains/johnroylapida.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "SnoopyCodeX", - "email": "johnroy062102calimlim@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/joindoe.json b/domains/joindoe.json deleted file mode 100644 index 1e35515f9..000000000 --- a/domains/joindoe.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "phantonducthang", - "email": "phantonducthang@hotmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/jonas.json b/domains/jonas.json deleted file mode 100644 index 24c743371..000000000 --- a/domains/jonas.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "WallnussJonas", - "email": "jonas.werner.nov1999@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jonasrjn.json b/domains/jonasrjn.json deleted file mode 100644 index 6406ac853..000000000 --- a/domains/jonasrjn.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "kxnter", - "email": "jonas.witzel@icloud.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/jonathanthembo.json b/domains/jonathanthembo.json deleted file mode 100644 index 85291d959..000000000 --- a/domains/jonathanthembo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "jonasabiiti", - "email": "jonathantsabiiti@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/jonnycodes.json b/domains/jonnycodes.json deleted file mode 100644 index b0dd430af..000000000 --- a/domains/jonnycodes.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "JonnycatMeow", - "email": "jonnygomez156@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jpstore.json b/domains/jpstore.json deleted file mode 100644 index 23a651d22..000000000 --- a/domains/jpstore.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "JonnycatMeow", - "email": "jonnygomez156@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/jsttan.json b/domains/jsttan.json deleted file mode 100644 index 1444f8d26..000000000 --- a/domains/jsttan.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Jst-Tan", - "email": "jestonjst@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/jtgr.json b/domains/jtgr.json deleted file mode 100644 index a11940628..000000000 --- a/domains/jtgr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jakublua", - "email": "jkb@courvix.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/julian45838.json b/domains/julian45838.json deleted file mode 100644 index 4b700c158..000000000 --- a/domains/julian45838.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "julian45678", - "email": "Julian464774@outlook.de" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/juliocesar.json b/domains/juliocesar.json deleted file mode 100644 index 6148b124e..000000000 --- a/domains/juliocesar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jcwisniewski", - "email": "julio.wisnieski@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jumanji.json b/domains/jumanji.json deleted file mode 100644 index c354d0c6f..000000000 --- a/domains/jumanji.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "heyjumanji", - "email": "madhuchutiya.unhinge650@silomails.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/junior.json b/domains/junior.json deleted file mode 100644 index ac014dd71..000000000 --- a/domains/junior.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "juniorbutyeah", - "email": "junior4u@reborn.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } - } \ No newline at end of file diff --git a/domains/jupie.json b/domains/jupie.json deleted file mode 100644 index 2e3142c9d..000000000 --- a/domains/jupie.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Jupiee", - "email": "mzkplayz1@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/juqwtf.json b/domains/juqwtf.json deleted file mode 100644 index b77cd0c7d..000000000 --- a/domains/juqwtf.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "denboy0123", - "email": "pochtaproverka01@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/justcody.json b/domains/justcody.json deleted file mode 100644 index f9afe869c..000000000 --- a/domains/justcody.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "JWeinelt", - "email": "julian.weinelt@outlook.de" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/justevil.json b/domains/justevil.json deleted file mode 100644 index c44d509b4..000000000 --- a/domains/justevil.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "EvilG-MC", - "email": "thatjustevil@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/justnils.json b/domains/justnils.json deleted file mode 100644 index 17212ddcb..000000000 --- a/domains/justnils.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "JustNils8", - "email": "nils.privat27@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/jv.json b/domains/jv.json deleted file mode 100644 index 7573d364b..000000000 --- a/domains/jv.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hemal80", - "email": "hemalfnmondal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jx-1.json b/domains/jx-1.json deleted file mode 100644 index b45389d24..000000000 --- a/domains/jx-1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "XxJVG1xX", - "email": "jvgvgaa@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jx1.json b/domains/jx1.json deleted file mode 100644 index b45389d24..000000000 --- a/domains/jx1.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "XxJVG1xX", - "email": "jvgvgaa@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/jz.json b/domains/jz.json deleted file mode 100644 index 45c849919..000000000 --- a/domains/jz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "JZ1324", - "email": "zheng.joshua2@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kacper.json b/domains/kacper.json deleted file mode 100644 index d1da91c03..000000000 --- a/domains/kacper.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "flink1337", - "email": "haviksior@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/kainer.json b/domains/kainer.json deleted file mode 100644 index c60567d15..000000000 --- a/domains/kainer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ue5377", - "email": "kai.ner.h13r@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kalebhumpal.json b/domains/kalebhumpal.json deleted file mode 100644 index 75304257c..000000000 --- a/domains/kalebhumpal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kaleblub", - "email": "kaleblub@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kamek.json b/domains/kamek.json deleted file mode 100644 index 01e8825f0..000000000 --- a/domains/kamek.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Kamek437", - "email": "hidden_tuetle427@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kameyo.json b/domains/kameyo.json deleted file mode 100644 index 85f36e8db..000000000 --- a/domains/kameyo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "WhosKameyo", - "email": "kameyof@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kamilbienkowski.json b/domains/kamilbienkowski.json deleted file mode 100644 index 1ee548cbb..000000000 --- a/domains/kamilbienkowski.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Trix3l", - "email": "kamiljan.bienkowski@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kamlendras.json b/domains/kamlendras.json deleted file mode 100644 index 59798a21b..000000000 --- a/domains/kamlendras.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kamlendras", - "email": "ksinghpro@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/karan.json b/domains/karan.json deleted file mode 100644 index e79fdef54..000000000 --- a/domains/karan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Karandev2007", - "email": "karangamerz207@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/karanxidhu.json b/domains/karanxidhu.json deleted file mode 100644 index 39394c0b4..000000000 --- a/domains/karanxidhu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Karanxidhu", - "email": "sidhu.karanjot22@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kasu.json b/domains/kasu.json deleted file mode 100644 index 437840057..000000000 --- a/domains/kasu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Trandang-hiendev", - "email": "trandanghien120@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kasuu.json b/domains/kasuu.json deleted file mode 100644 index 437840057..000000000 --- a/domains/kasuu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Trandang-hiendev", - "email": "trandanghien120@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kaushal.json b/domains/kaushal.json deleted file mode 100644 index 11a564a78..000000000 --- a/domains/kaushal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kks007", - "email": "kaushalkishor10702@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kavinned.json b/domains/kavinned.json deleted file mode 100644 index d12a04d9d..000000000 --- a/domains/kavinned.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kafeicheez2", - "email": "kavin.ned@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kaze.json b/domains/kaze.json deleted file mode 100644 index 565b5d7ec..000000000 --- a/domains/kaze.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kazeapp", - "email": "kazeapp2022@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/keczuu.json b/domains/keczuu.json deleted file mode 100644 index 622bd53ec..000000000 --- a/domains/keczuu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Keczuu", - "email": "koteczek5184@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/keikibun.json b/domains/keikibun.json deleted file mode 100644 index e63c8788d..000000000 --- a/domains/keikibun.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "zerobun", - "email": "tareku2003@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/kelvinmjr707.json b/domains/kelvinmjr707.json deleted file mode 100644 index 9b3d13779..000000000 --- a/domains/kelvinmjr707.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "KelvinMJr707", - "email": "KelvinMJr707@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/kenanneo.json b/domains/kenanneo.json deleted file mode 100644 index 186e9d707..000000000 --- a/domains/kenanneo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kenanneo", - "email": "kenanneo2@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kenma.json b/domains/kenma.json deleted file mode 100644 index 8876a543d..000000000 --- a/domains/kenma.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "d746f", - "email": "shoyohosting@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kenny.json b/domains/kenny.json deleted file mode 100644 index dcb3dba17..000000000 --- a/domains/kenny.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "FireBoiDiscord", - "email": "kennybugeja@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/kevv.json b/domains/kevv.json deleted file mode 100644 index c8d37421f..000000000 --- a/domains/kevv.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Kevin123456789-1", - "email": "kpkpkp12321@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/keyboarding-advanced-test.json b/domains/keyboarding-advanced-test.json deleted file mode 100644 index 986cfb613..000000000 --- a/domains/keyboarding-advanced-test.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "deecoyz", - "email": "swr86.a8z72.a38o4.qm65c.lt0bz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kh.json b/domains/kh.json deleted file mode 100644 index 311f80323..000000000 --- a/domains/kh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "khagdev", - "email": "nguyendaikhang2000@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/khang.json b/domains/khang.json deleted file mode 100644 index 311f80323..000000000 --- a/domains/khang.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "khagdev", - "email": "nguyendaikhang2000@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/khasan-tokhirov.json b/domains/khasan-tokhirov.json deleted file mode 100644 index c9d227101..000000000 --- a/domains/khasan-tokhirov.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "FrostOnFire", - "email": "khasan.tokhirov@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kime.json b/domains/kime.json deleted file mode 100644 index a59158a93..000000000 --- a/domains/kime.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Mikelikesgames1", - "email": "mikeyhackjob21@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/kio.json b/domains/kio.json deleted file mode 100644 index 3f6ad3c4e..000000000 --- a/domains/kio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "YoruAkio", - "email": "yoruakio@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kira.json b/domains/kira.json deleted file mode 100644 index ba2f95c6f..000000000 --- a/domains/kira.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jwan9714", - "email": "jwan9714@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kitku.json b/domains/kitku.json deleted file mode 100644 index 9e301c185..000000000 --- a/domains/kitku.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kitku132", - "email": "kitku560@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/klarkc.json b/domains/klarkc.json deleted file mode 100644 index 5ad5e65bf..000000000 --- a/domains/klarkc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "klarkc", - "email": "walkerleite490@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kno.json b/domains/kno.json deleted file mode 100644 index 53bc364c3..000000000 --- a/domains/kno.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MDev123", - "email": "markbekech@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kntlpop.json b/domains/kntlpop.json deleted file mode 100644 index 7921d30b1..000000000 --- a/domains/kntlpop.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "suhujetlag5", - "email": "suhujetlag5@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kodex.json b/domains/kodex.json deleted file mode 100644 index efabd625a..000000000 --- a/domains/kodex.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "codex009", - "email": "3gareb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kofy.json b/domains/kofy.json deleted file mode 100644 index cf040f6f6..000000000 --- a/domains/kofy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Kofysh", - "email": "baki.sagir@ik.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/komovie.json b/domains/komovie.json deleted file mode 100644 index b7ca78fdf..000000000 --- a/domains/komovie.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "billybobisverycool", - "email": "27johnballenger@ucsstudent.org" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/komovies.json b/domains/komovies.json deleted file mode 100644 index b7ca78fdf..000000000 --- a/domains/komovies.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "billybobisverycool", - "email": "27johnballenger@ucsstudent.org" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/koopa.json b/domains/koopa.json deleted file mode 100644 index 0ba154eb2..000000000 --- a/domains/koopa.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "KoopaCode", - "email": "koopa@koopa.gg", - "twitter": "KioKoopa", - "discord": "koopakio" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/koopacode.json b/domains/koopacode.json deleted file mode 100644 index 6766676a3..000000000 --- a/domains/koopacode.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "KoopaCode", - "email": "AndrewLife92@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/koru.json b/domains/koru.json deleted file mode 100644 index abe2a05ca..000000000 --- a/domains/koru.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "justkorudev", - "email": "popetopotolo@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/koushik.json b/domains/koushik.json deleted file mode 100644 index 309eafe25..000000000 --- a/domains/koushik.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "koek67", - "email": "krishnan.koushik@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kramiikk.json b/domains/kramiikk.json deleted file mode 100644 index 92e7cb91e..000000000 --- a/domains/kramiikk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kramiikk", - "email": "hifund@yandex.ru" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/krazy.json b/domains/krazy.json deleted file mode 100644 index 157b62b8c..000000000 --- a/domains/krazy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "KrazyKleb", - "email": "krazykleb@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/kresswell.json b/domains/kresswell.json deleted file mode 100644 index fa05957b0..000000000 --- a/domains/kresswell.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Kresswell", - "email": "simonecresswell@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kris.json b/domains/kris.json deleted file mode 100644 index 145771d7c..000000000 --- a/domains/kris.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "krish73211", - "email": "krish732100@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/krish.json b/domains/krish.json deleted file mode 100644 index 145771d7c..000000000 --- a/domains/krish.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "krish73211", - "email": "krish732100@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/krishna03.json b/domains/krishna03.json deleted file mode 100644 index fe5ae4302..000000000 --- a/domains/krishna03.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Krishnabohra", - "email": "Krishnabohra2013@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/krishna033.json b/domains/krishna033.json deleted file mode 100644 index fe5ae4302..000000000 --- a/domains/krishna033.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Krishnabohra", - "email": "Krishnabohra2013@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kryclopz.json b/domains/kryclopz.json deleted file mode 100644 index 43c418f05..000000000 --- a/domains/kryclopz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kryclopz-development", - "email": "officialkryclopz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/krzysiu.json b/domains/krzysiu.json deleted file mode 100644 index dd65edd13..000000000 --- a/domains/krzysiu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ProfKrzys", - "email": "krzysztof2011@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kshitij.json b/domains/kshitij.json deleted file mode 100644 index 0a7cedfe2..000000000 --- a/domains/kshitij.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "nerkoux", - "email": "akshatmehta_14434@mpsjaipur.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/ksingh.json b/domains/ksingh.json deleted file mode 100644 index 179f4c18b..000000000 --- a/domains/ksingh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "KSinghofficial", - "email": "ksinghofficial@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kuat.json b/domains/kuat.json deleted file mode 100644 index 92e7cb91e..000000000 --- a/domains/kuat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kramiikk", - "email": "hifund@yandex.ru" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kurokami.json b/domains/kurokami.json deleted file mode 100644 index 2c9dcb890..000000000 --- a/domains/kurokami.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "k3rokami", - "email": "honghongleong2@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kuzey.json b/domains/kuzey.json deleted file mode 100644 index 51b28e454..000000000 --- a/domains/kuzey.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "duzelicem", - "email": "ardagokce0682@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kxden.json b/domains/kxden.json deleted file mode 100644 index ce0949d8b..000000000 --- a/domains/kxden.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ayekaden", - "email": "kadenfday91@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kyakou.json b/domains/kyakou.json deleted file mode 100644 index 95f22f401..000000000 --- a/domains/kyakou.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kyakou", - "email": "ali_a19@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kyle.json b/domains/kyle.json deleted file mode 100644 index b4ff4361c..000000000 --- a/domains/kyle.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SpectacledBear", - "email": "kyle@spectacledbear.ca" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/kylomaskgamer.json b/domains/kylomaskgamer.json deleted file mode 100644 index 5449ad911..000000000 --- a/domains/kylomaskgamer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "KylomaskGamer", - "email": "kyle@kavenv.net" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/l3g3n7.json b/domains/l3g3n7.json deleted file mode 100644 index 92abded76..000000000 --- a/domains/l3g3n7.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Heroku403", - "email": "juhisharma0757@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lacyx.json b/domains/lacyx.json deleted file mode 100644 index 0cdd45522..000000000 --- a/domains/lacyx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LacyXosu", - "email": "nozoska@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lain.json b/domains/lain.json deleted file mode 100644 index 0aee99e11..000000000 --- a/domains/lain.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "LainUnchained", - "email": "lain.un@protonmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/lakhindar.json b/domains/lakhindar.json deleted file mode 100644 index 633717855..000000000 --- a/domains/lakhindar.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "LakhindarPal", - "email": "dev.lakhindarpal@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/laluxx.json b/domains/laluxx.json deleted file mode 100644 index 8aac87995..000000000 --- a/domains/laluxx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "laluxx", - "email": "lorenzoaddamo10@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lamdev.json b/domains/lamdev.json deleted file mode 100644 index 83fdc615a..000000000 --- a/domains/lamdev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kentjuno7z", - "email": "lamdev1212@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/lamfun.json b/domains/lamfun.json deleted file mode 100644 index 54422258d..000000000 --- a/domains/lamfun.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Lamger", - "email": "ns6192295@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lamger.json b/domains/lamger.json deleted file mode 100644 index 54422258d..000000000 --- a/domains/lamger.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Lamger", - "email": "ns6192295@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lamgerr.json b/domains/lamgerr.json deleted file mode 100644 index 54422258d..000000000 --- a/domains/lamgerr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Lamger", - "email": "ns6192295@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lamgerxd.json b/domains/lamgerxd.json deleted file mode 100644 index 54422258d..000000000 --- a/domains/lamgerxd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Lamger", - "email": "ns6192295@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/landyn.json b/domains/landyn.json deleted file mode 100644 index 43c323567..000000000 --- a/domains/landyn.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "2131guhfgjh", - "email": "themoserhousehold@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/lap.json b/domains/lap.json deleted file mode 100644 index e08febfd4..000000000 --- a/domains/lap.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ItsLap", - "email": "alexanderpaulwheeler15@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/latestnews.json b/domains/latestnews.json deleted file mode 100644 index 838134bac..000000000 --- a/domains/latestnews.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "utsav1o1", - "email": "utsavkarki244@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/latuh.json b/domains/latuh.json deleted file mode 100644 index fe8e7d0ee..000000000 --- a/domains/latuh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "latuh", - "email": "latitud@duck.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lcdled.json b/domains/lcdled.json deleted file mode 100644 index 85993512c..000000000 --- a/domains/lcdled.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LCDLED", - "email": "TheCatatomic@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/leander.json b/domains/leander.json deleted file mode 100644 index 812780aae..000000000 --- a/domains/leander.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lndrdev", - "email": "hellobubbles@tutanota.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/leawty.json b/domains/leawty.json deleted file mode 100644 index c133d8dc9..000000000 --- a/domains/leawty.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Jacklin52", - "email": "gazihakan105@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/leeiz.json b/domains/leeiz.json deleted file mode 100644 index 58d4410c6..000000000 --- a/domains/leeiz.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Leizreal", - "email": "ridhokur2806@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/legalise.json b/domains/legalise.json deleted file mode 100644 index b39362a36..000000000 --- a/domains/legalise.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Rahib777-7", - "email": "rahibrahman1210@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/legend-sabbir.json b/domains/legend-sabbir.json deleted file mode 100644 index 0dfcc44fa..000000000 --- a/domains/legend-sabbir.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "legend-sabbir", - "email": "sabbirhossain.trash@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/leizreal.json b/domains/leizreal.json deleted file mode 100644 index becac851f..000000000 --- a/domains/leizreal.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "Leizreal", - "email": "ridhokur2806@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 diff --git a/domains/lenn106.json b/domains/lenn106.json deleted file mode 100644 index 5436a8c28..000000000 --- a/domains/lenn106.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Lenn106", - "email": "lennongreyson@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lennymaxmine.json b/domains/lennymaxmine.json deleted file mode 100644 index 6740aca7c..000000000 --- a/domains/lennymaxmine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LennyMaxMine", - "email": "kurve_bots0z@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/leogoetz.json b/domains/leogoetz.json deleted file mode 100644 index af154117a..000000000 --- a/domains/leogoetz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vLeov", - "email": "leo.goetz2008@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lh.json b/domains/lh.json deleted file mode 100644 index 46ebd4e13..000000000 --- a/domains/lh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lhwe", - "email": "arieslovespiggies@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/liam-h.json b/domains/liam-h.json deleted file mode 100644 index 9b0d635b5..000000000 --- a/domains/liam-h.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Lonyx-H", - "email": "liam.hedin.pro@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lightarea.json b/domains/lightarea.json deleted file mode 100644 index bc224612c..000000000 --- a/domains/lightarea.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "MayankServers", - "email": "mayankreal657@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/littleneko.json b/domains/littleneko.json deleted file mode 100644 index 143add315..000000000 --- a/domains/littleneko.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CnyAnime", - "email": "mrdriveappstudios@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lixi.json b/domains/lixi.json deleted file mode 100644 index ffb9ef2df..000000000 --- a/domains/lixi.json +++ /dev/null @@ -1,14 +0,0 @@ - -{ - "owner": { - "username": "Lixi002", - "email": "felixlixi09@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/llko.json b/domains/llko.json deleted file mode 100644 index 345c40265..000000000 --- a/domains/llko.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LLKO101", - "email": "yo1sefooop@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lodestone.json b/domains/lodestone.json deleted file mode 100644 index eeaa4c360..000000000 --- a/domains/lodestone.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Caiden-P", - "email": "iididhejejdj@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/logan2005.json b/domains/logan2005.json deleted file mode 100644 index 3d59d5654..000000000 --- a/domains/logan2005.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "soviet783", - "email": "logannorman2005@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/loganpaxton.json b/domains/loganpaxton.json deleted file mode 100644 index 3d464b76a..000000000 --- a/domains/loganpaxton.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LoganPaxton", - "email": "Logan.paxton864@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/logxnic.json b/domains/logxnic.json deleted file mode 100644 index cbc953a16..000000000 --- a/domains/logxnic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Nexus-sudo", - "email": "loganlarwood2019@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lol.squaresmp.json b/domains/lol.squaresmp.json deleted file mode 100644 index 93efbb43e..000000000 --- a/domains/lol.squaresmp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SquareSmp", - "email": "squaresmp@asia.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lolz.json b/domains/lolz.json deleted file mode 100644 index be4dc5d57..000000000 --- a/domains/lolz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LolzTheDev", - "email": "lolzthegreat.0223@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lordwolfy.json b/domains/lordwolfy.json deleted file mode 100644 index e416ea24f..000000000 --- a/domains/lordwolfy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lordwolfyy", - "email": "jaialders2009@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lori28167.json b/domains/lori28167.json deleted file mode 100644 index 82ee22b45..000000000 --- a/domains/lori28167.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lori28167", - "email": "lorenzo.cozzaglio@outlook.it" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lotra.json b/domains/lotra.json deleted file mode 100644 index b55c242eb..000000000 --- a/domains/lotra.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nlotra", - "email": "natashalotra@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lsy.json b/domains/lsy.json deleted file mode 100644 index 0d25bd14a..000000000 --- a/domains/lsy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lsy1998", - "email": "1945934866@qq.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lucaforever.json b/domains/lucaforever.json deleted file mode 100644 index f96f97c0a..000000000 --- a/domains/lucaforever.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lucaforever", - "email": "scorpinyesyeson@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lucas.json b/domains/lucas.json deleted file mode 100644 index 04c1f171e..000000000 --- a/domains/lucas.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lucas-labs", - "email": "lucasncolombo@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lucassaud.json b/domains/lucassaud.json deleted file mode 100644 index fb84f931c..000000000 --- a/domains/lucassaud.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lucassaud", - "email": "lucassaud9@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lucid.json b/domains/lucid.json deleted file mode 100644 index 996ad50d6..000000000 --- a/domains/lucid.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Lucideds", - "email": "lucideds@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/luishdez.json b/domains/luishdez.json deleted file mode 100644 index 44e794b19..000000000 --- a/domains/luishdez.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "luishdez", - "email": "luis.munoz.hdez@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/luminexcloud.json b/domains/luminexcloud.json deleted file mode 100644 index 41cceab6f..000000000 --- a/domains/luminexcloud.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AndrexRo01", - "email": "spacersmp@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lumix.json b/domains/lumix.json deleted file mode 100644 index d3a5aa13e..000000000 --- a/domains/lumix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "o-lumix", - "email": "lumixofficiel@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lunacharm.json b/domains/lunacharm.json deleted file mode 100644 index 89bc19c9b..000000000 --- a/domains/lunacharm.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "bot1323", - "email": "gutipro13t@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lunar.json b/domains/lunar.json deleted file mode 100644 index 4cde8a9a6..000000000 --- a/domains/lunar.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Lunarate", - "email": "veershrivastava1011@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/luqmanity.json b/domains/luqmanity.json deleted file mode 100644 index 618bfe59a..000000000 --- a/domains/luqmanity.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "luqmanity", - "email": "luqman.yazrie@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/luzivr.json b/domains/luzivr.json deleted file mode 100644 index 7f6a4bc9f..000000000 --- a/domains/luzivr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zjeffro", - "email": "jdvanlear@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lwes.json b/domains/lwes.json deleted file mode 100644 index 0cb361cc0..000000000 --- a/domains/lwes.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Lwescool", - "email": "lwescontactyt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/lynxeko.json b/domains/lynxeko.json deleted file mode 100644 index 9d869b9d4..000000000 --- a/domains/lynxeko.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "LynxEko", - "email": "erikvillarreal7@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/m-avila.json b/domains/m-avila.json deleted file mode 100644 index 0017b673c..000000000 --- a/domains/m-avila.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DxRavage", - "email": "marianoavilaj4@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/maceng.json b/domains/maceng.json deleted file mode 100644 index 0962bc72c..000000000 --- a/domains/maceng.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MacengBOT", - "email": "macengbot@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/machi.json b/domains/machi.json deleted file mode 100644 index 044b55d86..000000000 --- a/domains/machi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "femachi", - "email": "ocubrisme@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mafarag.json b/domains/mafarag.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/mafarag.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/magdi.json b/domains/magdi.json deleted file mode 100644 index 1ef3bd905..000000000 --- a/domains/magdi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "coeur85", - "email": "ahmed.magdi@msn.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mageclient.json b/domains/mageclient.json deleted file mode 100644 index 91ee1230b..000000000 --- a/domains/mageclient.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mageclienttt", - "email": "mageclienttt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mahad.json b/domains/mahad.json deleted file mode 100644 index 68cebd242..000000000 --- a/domains/mahad.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "achabacha949", - "email": "achabacha949@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/mahfuz.json b/domains/mahfuz.json deleted file mode 100644 index 5b114b6ac..000000000 --- a/domains/mahfuz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mahfuz0001", - "email": "manjulkhatter01@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/maikeru.json b/domains/maikeru.json deleted file mode 100644 index 21cdba222..000000000 --- a/domains/maikeru.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Maikeruwu", - "email": "michael.h.1708@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/main.json b/domains/main.json deleted file mode 100644 index b5795bb91..000000000 --- a/domains/main.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "qofdaq", - "email": "qofdaq@skiff.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/majorhead.json b/domains/majorhead.json deleted file mode 100644 index 2f3667679..000000000 --- a/domains/majorhead.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "alephdfilms", - "email": "alephdiallo@mail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/makeshiftartist.json b/domains/makeshiftartist.json deleted file mode 100644 index ddcf47993..000000000 --- a/domains/makeshiftartist.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MakeShiftArtist", - "email": "MakeShiftDevelopment@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], - "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" - } -} diff --git a/domains/mamad.json b/domains/mamad.json deleted file mode 100644 index 32f4bb151..000000000 --- a/domains/mamad.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mamadduh", - "email": "mna969@uowmail.edu.au" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mammad.json b/domains/mammad.json deleted file mode 100644 index bd83ea47b..000000000 --- a/domains/mammad.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mammadzali", - "email": "mohamadzali@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/manav.json b/domains/manav.json deleted file mode 100644 index f091511ae..000000000 --- a/domains/manav.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Manav011", - "email": "manav.12110503@lpu.in" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/manuel.json b/domains/manuel.json deleted file mode 100644 index 51e6a6b89..000000000 --- a/domains/manuel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Manueloso", - "email": "emanuelea.rega@itisvoltanapoli.edu.it" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/marby.json b/domains/marby.json deleted file mode 100644 index 8b0cdace2..000000000 --- a/domains/marby.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "stanasxd", - "email": "stanasarts@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/marcel.json b/domains/marcel.json deleted file mode 100644 index a95ffd4ba..000000000 --- a/domains/marcel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "marceljsh", - "email": "marceljoshua69@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mariovaldez.json b/domains/mariovaldez.json deleted file mode 100644 index a51ac236f..000000000 --- a/domains/mariovaldez.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "DevMarioValdez", - "email": "marioaf.valdez@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/master.json b/domains/master.json deleted file mode 100644 index 6c05eaf9c..000000000 --- a/domains/master.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TheMaster223", - "email": "masteriscool223@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/matt.json b/domains/matt.json deleted file mode 100644 index 3fbae4d7e..000000000 --- a/domains/matt.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "SpearDevelopment1", - "email": "dev@spear.best" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/mauricio.json b/domains/mauricio.json deleted file mode 100644 index 09ec5f28b..000000000 --- a/domains/mauricio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Luceium", - "email": "mauriciom.curiel@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/maximumdevmode.json b/domains/maximumdevmode.json deleted file mode 100644 index 3d7872ed0..000000000 --- a/domains/maximumdevmode.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MaximumDevMode", - "email": "MaximumDevMode@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/maxzhu.json b/domains/maxzhu.json deleted file mode 100644 index d07d1cf3c..000000000 --- a/domains/maxzhu.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "mlardeur", - "email": "max.lardeur@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/mazimez.json b/domains/mazimez.json deleted file mode 100644 index 0bb3e5e3c..000000000 --- a/domains/mazimez.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mazimez", - "email": "asif987patel@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mc-wolmarans.json b/domains/mc-wolmarans.json deleted file mode 100644 index 151b9a3a6..000000000 --- a/domains/mc-wolmarans.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Mc141", - "email": "marthinuswolmarans61@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mdbesoain.json b/domains/mdbesoain.json deleted file mode 100644 index 36e233813..000000000 --- a/domains/mdbesoain.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mdbesoain", - "email": "mdbesoain@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/meerveld.json b/domains/meerveld.json deleted file mode 100644 index 9f2de8be8..000000000 --- a/domains/meerveld.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "FabianMeerveld", - "email": "fabian.meerveld@student.hu.nl" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/meraj.json b/domains/meraj.json deleted file mode 100644 index 62029aefb..000000000 --- a/domains/meraj.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MRJ-Badshah", - "email": "illegalhacker2.0@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mersillc.json b/domains/mersillc.json deleted file mode 100644 index 8347b8cde..000000000 --- a/domains/mersillc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Mersi-LLC", - "email": "marsitvtube@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mesmerica.json b/domains/mesmerica.json deleted file mode 100644 index e95bc171c..000000000 --- a/domains/mesmerica.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "meteoritics-reii", - "email": "reii.meteoritics@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mewwme.json b/domains/mewwme.json deleted file mode 100644 index fab28ae0c..000000000 --- a/domains/mewwme.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "lrmn7", - "email": "lrmn.dev@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/mfarag.json b/domains/mfarag.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/mfarag.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mfused.json b/domains/mfused.json deleted file mode 100644 index b9dccc513..000000000 --- a/domains/mfused.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Mfused07", - "email": "fiverronlyokay@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mhmd.json b/domains/mhmd.json deleted file mode 100644 index 0327e8e2c..000000000 --- a/domains/mhmd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mjnaous", - "email": "mj@naous.eu.org" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mhsunny.json b/domains/mhsunny.json deleted file mode 100644 index 34c2fbf06..000000000 --- a/domains/mhsunny.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "mehedi6800", - "email": "hassainmehedi3@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/miho.json b/domains/miho.json deleted file mode 100644 index c70ecfd09..000000000 --- a/domains/miho.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Miho1254", - "email": "nguyenha280876@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/miljte.json b/domains/miljte.json deleted file mode 100644 index dd4371908..000000000 --- a/domains/miljte.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Miljte", - "email": "hak4rgof120876@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mine.craft.json b/domains/mine.craft.json deleted file mode 100644 index 8453f137e..000000000 --- a/domains/mine.craft.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Ocean-OS", - "email": "andrewhnolt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mingihihi.json b/domains/mingihihi.json deleted file mode 100644 index 957f0af69..000000000 --- a/domains/mingihihi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ModelVNN", - "email": "modelvnn@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/minihoot.json b/domains/minihoot.json deleted file mode 100644 index b3f5dde2c..000000000 --- a/domains/minihoot.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hoot679", - "email": "henrymahlberg65@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mishalshanavas.json b/domains/mishalshanavas.json deleted file mode 100644 index ab27b9330..000000000 --- a/domains/mishalshanavas.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mishalshanavas", - "email": "mishalshanavas8@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/miyonaki.json b/domains/miyonaki.json deleted file mode 100644 index 4379c109c..000000000 --- a/domains/miyonaki.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "OlaMushroom", - "email": "ola.mushroom@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mkrm.json b/domains/mkrm.json deleted file mode 100644 index 038212691..000000000 --- a/domains/mkrm.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "mkrm0000", - "email": "mhb2020.bzs@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json deleted file mode 100644 index 62cdea542..000000000 --- a/domains/mlemingcapoo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mlemingcapoo", - "email": "ducvu73@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/mnoer.json b/domains/mnoer.json deleted file mode 100644 index 3704e364a..000000000 --- a/domains/mnoer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "m-noer", - "email": "mnoer@nerolab.dev" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mnshakib.json b/domains/mnshakib.json deleted file mode 100644 index 7da065bab..000000000 --- a/domains/mnshakib.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "flam3arafat", - "email": "flamearafat@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mohab.json b/domains/mohab.json deleted file mode 100644 index 01b5231c3..000000000 --- a/domains/mohab.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zyelixify", - "email": "heroxmain@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mohammed.json b/domains/mohammed.json deleted file mode 100644 index dd140730e..000000000 --- a/domains/mohammed.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ppg00", - "email": "vx2dsk@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mohand.json b/domains/mohand.json deleted file mode 100644 index 68156f035..000000000 --- a/domains/mohand.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mohandaklii", - "email": "mohandakliamara09@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mohdjariullah.json b/domains/mohdjariullah.json deleted file mode 100644 index aa70ee03d..000000000 --- a/domains/mohdjariullah.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "Mohdjariullah", - "email": "mohdjariullah@gmail.com", - "twitter": "mohdjariullah", - "discord": "@jariullah" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} - diff --git a/domains/monissh.json b/domains/monissh.json deleted file mode 100644 index 4d539f85a..000000000 --- a/domains/monissh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Monsstor", - "email": "itsamemonissh@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mono.json b/domains/mono.json deleted file mode 100644 index fcf721913..000000000 --- a/domains/mono.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "imakittymeow", - "email": "iamakitty@interia.pl" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/montana.json b/domains/montana.json deleted file mode 100644 index b5ed38399..000000000 --- a/domains/montana.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "dnscat", - "email": "thilo.x.kaufmann@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/moonmachine.json b/domains/moonmachine.json deleted file mode 100644 index c32838236..000000000 --- a/domains/moonmachine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mikaaamoe", - "email": "itzmerinz.dc@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mosaabtest.json b/domains/mosaabtest.json deleted file mode 100644 index 28d03e8c6..000000000 --- a/domains/mosaabtest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "MosaabGKA", - "email": "mosaabgka@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/mostafizur-rahman.json b/domains/mostafizur-rahman.json deleted file mode 100644 index 339a082ba..000000000 --- a/domains/mostafizur-rahman.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "gigwanoobstudios", - "email": "tplink3116@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mourad.json b/domains/mourad.json deleted file mode 100644 index 7f2c7ff6d..000000000 --- a/domains/mourad.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "mourai", - "email": "m@mourai.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/mpacheco.json b/domains/mpacheco.json deleted file mode 100644 index e8f4f197d..000000000 --- a/domains/mpacheco.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MichaelPachec0", - "email": "michaelpacheco@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mpangobank.json b/domains/mpangobank.json deleted file mode 100644 index dda3ac1a1..000000000 --- a/domains/mpangobank.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Iamunix", - "email": "abdulhaulerashid@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mr.json b/domains/mr.json deleted file mode 100644 index 2f123d9b5..000000000 --- a/domains/mr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mr-adrien", - "email": "adrienansari@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mr.noname.json b/domains/mr.noname.json deleted file mode 100644 index e0b0e7da5..000000000 --- a/domains/mr.noname.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nonamehtml", - "email": "nonameprobots@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mra1k3r0.json b/domains/mra1k3r0.json deleted file mode 100644 index 0ac91e586..000000000 --- a/domains/mra1k3r0.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Mra1k3r0", - "email": "jocaigas@my.cspc.edu.ph" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mrinank.json b/domains/mrinank.json deleted file mode 100644 index e9e625239..000000000 --- a/domains/mrinank.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Mrinank-Bhowmick", - "email": "bhowmickmrinank@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/mrj.json b/domains/mrj.json deleted file mode 100644 index f3e362dd2..000000000 --- a/domains/mrj.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MRJ-Badshah", - "email": "illegalhacker2.0@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/mrjbadshah.json b/domains/mrjbadshah.json deleted file mode 100644 index f3e362dd2..000000000 --- a/domains/mrjbadshah.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MRJ-Badshah", - "email": "illegalhacker2.0@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/mrrob0t.json b/domains/mrrob0t.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/mrrob0t.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mrrobot.json b/domains/mrrobot.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/mrrobot.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mrwhite.json b/domains/mrwhite.json deleted file mode 100644 index ad2a6d483..000000000 --- a/domains/mrwhite.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "neelshah55", - "email": "unknowneze9@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/mst.json b/domains/mst.json deleted file mode 100644 index fcaae1866..000000000 --- a/domains/mst.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MystieHum", - "email": "z232566755z@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mubashiryasin.json b/domains/mubashiryasin.json deleted file mode 100644 index b9dccc513..000000000 --- a/domains/mubashiryasin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Mfused07", - "email": "fiverronlyokay@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mukeshkumarcharak.json b/domains/mukeshkumarcharak.json deleted file mode 100644 index ded434679..000000000 --- a/domains/mukeshkumarcharak.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hakxcore", - "email": "kumarm_1@rknec.edu" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/musikid.json b/domains/musikid.json deleted file mode 100644 index 140b15419..000000000 --- a/domains/musikid.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Musikid-Official", - "email": "musikid@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/mytac.json b/domains/mytac.json deleted file mode 100644 index 8cf69cd63..000000000 --- a/domains/mytac.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mytac", - "email": "my_tac@126.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/myvps.json b/domains/myvps.json deleted file mode 100644 index a7b7e07f9..000000000 --- a/domains/myvps.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "irawancandra6699", - "email": "irawancandra6699@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/n3rcy.json b/domains/n3rcy.json deleted file mode 100644 index 10134a9aa..000000000 --- a/domains/n3rcy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "N3rcy", - "email": "nercysvoboda@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/naby.json b/domains/naby.json deleted file mode 100644 index ff31c24f5..000000000 --- a/domains/naby.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Naby29", - "email": "dani.constantinescu.ro@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/naltheduck.json b/domains/naltheduck.json deleted file mode 100644 index 47588ef76..000000000 --- a/domains/naltheduck.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "PewZew", - "email": "lanlehoang957@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/namesmt.json b/domains/namesmt.json deleted file mode 100644 index 06f79e61f..000000000 --- a/domains/namesmt.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NamesMT", - "email": "dangquoctrung123@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nandan.json b/domains/nandan.json deleted file mode 100644 index 060130531..000000000 --- a/domains/nandan.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Nandan-N", - "email": "authornandan1@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/narayana.json b/domains/narayana.json deleted file mode 100644 index 7f47d53b7..000000000 --- a/domains/narayana.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nvnarayna", - "email": "nemaninarayna@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/nauriculus.json b/domains/nauriculus.json deleted file mode 100644 index 969251757..000000000 --- a/domains/nauriculus.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "nauriculus", - "email": "nauriculus@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/naveenlam.json b/domains/naveenlam.json deleted file mode 100644 index 938334bdf..000000000 --- a/domains/naveenlam.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LamNaveen", - "email": "notlamger@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nayam.json b/domains/nayam.json deleted file mode 100644 index 417175ba1..000000000 --- a/domains/nayam.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NayamAmarshe", - "email": "nayam.emikx@aleeas.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/negodev.json b/domains/negodev.json deleted file mode 100644 index 3eb73d60b..000000000 --- a/domains/negodev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kardespro", - "email": "kardesdcys@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/neomc.xyz.json b/domains/neomc.xyz.json deleted file mode 100644 index 784f5a66a..000000000 --- a/domains/neomc.xyz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ssoonu", - "email": "saiifksa509@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nepy.json b/domains/nepy.json deleted file mode 100644 index b0c85dc11..000000000 --- a/domains/nepy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "StrwbryMilk", - "email": "nepznepy@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/neuron.json b/domains/neuron.json deleted file mode 100644 index ad8477829..000000000 --- a/domains/neuron.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "wooga123", - "email": "torinnn28@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nicekun.json b/domains/nicekun.json deleted file mode 100644 index b3eec57b5..000000000 --- a/domains/nicekun.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CcNicebruh", - "email": "tangkeehee2002@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nickooms.json b/domains/nickooms.json deleted file mode 100644 index c7e16fb95..000000000 --- a/domains/nickooms.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nickooms", - "email": "oomsni@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/niel.json b/domains/niel.json deleted file mode 100644 index 0962bc72c..000000000 --- a/domains/niel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MacengBOT", - "email": "macengbot@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/niemiets.json b/domains/niemiets.json deleted file mode 100644 index d235aac44..000000000 --- a/domains/niemiets.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Niemiets", - "email": "niemiec123123123@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/nihaltm.json b/domains/nihaltm.json deleted file mode 100644 index 79190a806..000000000 --- a/domains/nihaltm.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "n1haldev", - "email": "nihaltmdev@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nilhem.json b/domains/nilhem.json deleted file mode 100644 index e86e510ec..000000000 --- a/domains/nilhem.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ncognto", - "email": "a.mbiad3s@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/nishaj.json b/domains/nishaj.json deleted file mode 100644 index aee51feb0..000000000 --- a/domains/nishaj.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nishaj0", - "email": "njnishaj0@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nishaj0.json b/domains/nishaj0.json deleted file mode 100644 index aee51feb0..000000000 --- a/domains/nishaj0.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nishaj0", - "email": "njnishaj0@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nithin.json b/domains/nithin.json deleted file mode 100644 index 46b2a100f..000000000 --- a/domains/nithin.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "nithinlycanz", - "email": "nithinnikhil582@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/noah.json b/domains/noah.json deleted file mode 100644 index 6cd243341..000000000 --- a/domains/noah.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NoahPrm", - "email": "noah.parmentier@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nobody.json b/domains/nobody.json deleted file mode 100644 index 2f123d9b5..000000000 --- a/domains/nobody.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mr-adrien", - "email": "adrienansari@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/noflare.json b/domains/noflare.json deleted file mode 100644 index 3eac8f9f5..000000000 --- a/domains/noflare.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Noflare", - "email": "Noflare.dev@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/normturtle.json b/domains/normturtle.json deleted file mode 100644 index 113260fdf..000000000 --- a/domains/normturtle.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NormTurtle", - "email": "omix1.ok@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/not.json b/domains/not.json deleted file mode 100644 index 29b03abe4..000000000 --- a/domains/not.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "SlacDeveloper", - "email": "SlacDeveloper@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/nota.json b/domains/nota.json deleted file mode 100644 index becc7dc6e..000000000 --- a/domains/nota.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "dewiscool", - "email": "zerolikecyber.2005@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/notskillz.json b/domains/notskillz.json deleted file mode 100644 index 5fe751c74..000000000 --- a/domains/notskillz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PsxScriptsW", - "email": "jacob.blits@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/notugotskillz.json b/domains/notugotskillz.json deleted file mode 100644 index 5fe751c74..000000000 --- a/domains/notugotskillz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PsxScriptsW", - "email": "jacob.blits@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/notzsfell.json b/domains/notzsfell.json deleted file mode 100644 index 90425b148..000000000 --- a/domains/notzsfell.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zsfell", - "email": "felinzkvic@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nova.json b/domains/nova.json deleted file mode 100644 index daeaf4cb3..000000000 --- a/domains/nova.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sexy-bullet", - "email": "e4nbullet@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/novinity.json b/domains/novinity.json deleted file mode 100644 index 785a42c0e..000000000 --- a/domains/novinity.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Novinity", - "email": "novinity63@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/npc.json b/domains/npc.json deleted file mode 100644 index 5eb5e5abe..000000000 --- a/domains/npc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "npc-123", - "email": "aziznasrul85@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nqdev.json b/domains/nqdev.json deleted file mode 100644 index 2cbbfef3d..000000000 --- a/domains/nqdev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nguyenquy0710", - "email": "nguyenquy.1096@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nxnetwork.json b/domains/nxnetwork.json deleted file mode 100644 index 424c5ab05..000000000 --- a/domains/nxnetwork.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HackerYijia", - "email": "hackeryijia@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nxyoo.json b/domains/nxyoo.json deleted file mode 100644 index c7c4552fd..000000000 --- a/domains/nxyoo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nxyoo", - "email": "armqnd.pro@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } - } \ No newline at end of file diff --git a/domains/nxyy.json b/domains/nxyy.json deleted file mode 100644 index 52e753f4a..000000000 --- a/domains/nxyy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NxyyLOL", - "email": "nxyylol@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nyc.json b/domains/nyc.json deleted file mode 100644 index f439cc7b0..000000000 --- a/domains/nyc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "resporitories", - "email": "localugly@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/nyx.json b/domains/nyx.json deleted file mode 100644 index 00b35e3e2..000000000 --- a/domains/nyx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nyxical420", - "email": "xaveegacha7@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/obaydmerz.json b/domains/obaydmerz.json deleted file mode 100644 index 4b09f8493..000000000 --- a/domains/obaydmerz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "obaydmerz", - "email": "obaydmerz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ofir.json b/domains/ofir.json deleted file mode 100644 index 5acad432f..000000000 --- a/domains/ofir.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "OfirApps", - "email": "ijumpitsus@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/ohgodanoob.json b/domains/ohgodanoob.json deleted file mode 100644 index b1a76a6e4..000000000 --- a/domains/ohgodanoob.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "OhGodANoob", - "email": "ohgodanoob@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ohm.json b/domains/ohm.json deleted file mode 100644 index 377c9e4a5..000000000 --- a/domains/ohm.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sujandeb", - "email": "work@sujandeb.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ohmdeb.json b/domains/ohmdeb.json deleted file mode 100644 index 377c9e4a5..000000000 --- a/domains/ohmdeb.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sujandeb", - "email": "work@sujandeb.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/olivia.json b/domains/olivia.json deleted file mode 100644 index 4e4666f6d..000000000 --- a/domains/olivia.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "olivi-r", - "email": "olivia.r.dev@gmail.com", - "discord": "723626729247342662" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} diff --git a/domains/omarplayz.json b/domains/omarplayz.json deleted file mode 100644 index 50411153a..000000000 --- a/domains/omarplayz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Omarplayz233", - "email": "omarplayzsounds@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/omarzaghlool.json b/domains/omarzaghlool.json deleted file mode 100644 index e7dde8fb4..000000000 --- a/domains/omarzaghlool.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "spectre-xenon", - "email": "omarzaghlool538@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/omi.json b/domains/omi.json deleted file mode 100644 index 113260fdf..000000000 --- a/domains/omi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NormTurtle", - "email": "omix1.ok@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/omsandeppatil.json b/domains/omsandeppatil.json deleted file mode 100644 index 17f74b7f6..000000000 --- a/domains/omsandeppatil.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "omsandippatil", - "email": "omsandeeppatil02@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/onlive.json b/domains/onlive.json deleted file mode 100644 index a2664f44e..000000000 --- a/domains/onlive.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Onlive1337", - "email": "tabdulov2006@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/onvr.json b/domains/onvr.json deleted file mode 100644 index b00baabac..000000000 --- a/domains/onvr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "stanasxw", - "email": "karnavald@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/optixyt.json b/domains/optixyt.json deleted file mode 100644 index 2533bef9f..000000000 --- a/domains/optixyt.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "optixyt0", - "email": "kaibeeley@icloud.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/orhanyigitdurmaz.json b/domains/orhanyigitdurmaz.json deleted file mode 100644 index b9445d7dd..000000000 --- a/domains/orhanyigitdurmaz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "OrhanYigitDurmaz", - "email": "orhanyigitv2durmaz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/osakihsieh.json b/domains/osakihsieh.json deleted file mode 100644 index 6793003bb..000000000 --- a/domains/osakihsieh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "osakihsieh", - "email": "aspdoctor@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/outland3r2007.json b/domains/outland3r2007.json deleted file mode 100644 index a7dd8ca28..000000000 --- a/domains/outland3r2007.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Outland3r2007", - "email": "baloggabriel76@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } - } diff --git a/domains/oways.json b/domains/oways.json deleted file mode 100644 index b08dfc7bc..000000000 --- a/domains/oways.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "owayys", - "email": "owais.ahsan@hotmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/owayys.json b/domains/owayys.json deleted file mode 100644 index b08dfc7bc..000000000 --- a/domains/owayys.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "owayys", - "email": "owais.ahsan@hotmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/owl.json b/domains/owl.json deleted file mode 100644 index 008ac9150..000000000 --- a/domains/owl.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "foxsophia", - "email": "cchirrpy@outlook.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/oxoomy.json b/domains/oxoomy.json deleted file mode 100644 index 25180da87..000000000 --- a/domains/oxoomy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "oxoomy", - "email": "goument.yelinn52@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pa.json b/domains/pa.json deleted file mode 100644 index 5985048cb..000000000 --- a/domains/pa.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "pranavagrawal321", - "email": "pranavagrawal321@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/pafias.json b/domains/pafias.json deleted file mode 100644 index ab87e6ecd..000000000 --- a/domains/pafias.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Pafias", - "email": "tiagana.b@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/painfuego.json b/domains/painfuego.json deleted file mode 100644 index d156b62e2..000000000 --- a/domains/painfuego.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "flame3301", - "email": "neongamerflame@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/panda.json b/domains/panda.json deleted file mode 100644 index b55f44ed2..000000000 --- a/domains/panda.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Thanawatttt", - "email": "tanawattawillha@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/panther.json b/domains/panther.json deleted file mode 100644 index cd4233fa9..000000000 --- a/domains/panther.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "2618Zahid", - "email": "zahidhassankalaroa104@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/paoloclimaco.json b/domains/paoloclimaco.json deleted file mode 100644 index 21f2a5051..000000000 --- a/domains/paoloclimaco.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "pawdgreyt", - "email": "paoloclimaco01@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/parasyte.json b/domains/parasyte.json deleted file mode 100644 index 3a758f8a8..000000000 --- a/domains/parasyte.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ParasyteUnknown", - "email": "parasyte@duck.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/parthmaster.json b/domains/parthmaster.json deleted file mode 100644 index 19db2f2f3..000000000 --- a/domains/parthmaster.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ParthMaster", - "email": "parth.infynno@protonmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/parthpanchal.json b/domains/parthpanchal.json deleted file mode 100644 index 7ad413460..000000000 --- a/domains/parthpanchal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "parth-panchal", - "email": "parth.sdis@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pathdog.json b/domains/pathdog.json deleted file mode 100644 index d8f2eaa87..000000000 --- a/domains/pathdog.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NIKODEMUSLORD", - "email": "hannah.valdez@cetys.edu.mx" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/patsore.json b/domains/patsore.json deleted file mode 100644 index e5ee61b41..000000000 --- a/domains/patsore.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "patsore", - "email": "ostapo.semenikh@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/paulojunqueira.json b/domains/paulojunqueira.json deleted file mode 100644 index 432940fcb..000000000 --- a/domains/paulojunqueira.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "opaulojunqueira", - "email": "pcjunqueira30@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/paulpfeiffer.json b/domains/paulpfeiffer.json deleted file mode 100644 index 53657eba5..000000000 --- a/domains/paulpfeiffer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "paul-pfeiffer", - "email": "ppfeiffer93@gmx.at" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pawix.json b/domains/pawix.json deleted file mode 100644 index bcfa4d38e..000000000 --- a/domains/pawix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PawiX25", - "email": "wyrebakpawel@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/peacy.json b/domains/peacy.json deleted file mode 100644 index 8971e9386..000000000 --- a/domains/peacy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Peaqcy", - "email": "kiwibird211@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/peanut.json b/domains/peanut.json deleted file mode 100644 index d45f3414b..000000000 --- a/domains/peanut.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "realpeanut", - "email": "jacoboconnell27@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pelfex.json b/domains/pelfex.json deleted file mode 100644 index 4a3d4137f..000000000 --- a/domains/pelfex.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "membanned", - "email": "volaree2@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pengubin.json b/domains/pengubin.json deleted file mode 100644 index 5948519e2..000000000 --- a/domains/pengubin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Piplup7575", - "email": "piplup7575@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/peterhinga.json b/domains/peterhinga.json deleted file mode 100644 index 7dc7cdf6b..000000000 --- a/domains/peterhinga.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "peterhinga", - "email": "hingapetes6@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/phakh.json b/domains/phakh.json deleted file mode 100644 index 3f13c37c3..000000000 --- a/domains/phakh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "textures1245", - "email": "sirprak1245@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pherngpy.json b/domains/pherngpy.json deleted file mode 100644 index 04e9881cd..000000000 --- a/domains/pherngpy.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "shockbs", - "email": "apipherng@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} diff --git a/domains/pi.json b/domains/pi.json deleted file mode 100644 index c3f46e605..000000000 --- a/domains/pi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "4pii4", - "email": "naivenevaii@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pico.json b/domains/pico.json deleted file mode 100644 index dfa372520..000000000 --- a/domains/pico.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "wuspicodev", - "email": "wuspico@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pieter.json b/domains/pieter.json deleted file mode 100644 index 060923a23..000000000 --- a/domains/pieter.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PieterDePauw", - "email": "pieter@pieterdepauw.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pike.json b/domains/pike.json deleted file mode 100644 index dce4cc866..000000000 --- a/domains/pike.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "itsLopcy", - "email": "lopcyorasepele@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pink.json b/domains/pink.json deleted file mode 100644 index c392e4547..000000000 --- a/domains/pink.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jamesisacutedog", - "email": "jamezemailreal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pinkyplant.json b/domains/pinkyplant.json deleted file mode 100644 index c392e4547..000000000 --- a/domains/pinkyplant.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jamesisacutedog", - "email": "jamezemailreal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/piplup7575.json b/domains/piplup7575.json deleted file mode 100644 index 5948519e2..000000000 --- a/domains/piplup7575.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Piplup7575", - "email": "piplup7575@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pirpal.json b/domains/pirpal.json deleted file mode 100644 index c5fa06067..000000000 --- a/domains/pirpal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "pirpall", - "email": "pirpalss@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pixeldust.json b/domains/pixeldust.json deleted file mode 100644 index 44781c520..000000000 --- a/domains/pixeldust.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "p1xeldust", - "email": "flutterw1ve@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/plexus.json b/domains/plexus.json deleted file mode 100644 index 6721aee8c..000000000 --- a/domains/plexus.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "angelwarelmao", - "email": "asdjaflmao@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pls.json b/domains/pls.json deleted file mode 100644 index 408bd93dd..000000000 --- a/domains/pls.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "plszz", - "email": "itsplsdev@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/plush.json b/domains/plush.json deleted file mode 100644 index eaf887a0a..000000000 --- a/domains/plush.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Plushhh", - "email": "umer.farooq0@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/poliwhirl.json b/domains/poliwhirl.json deleted file mode 100644 index e12e4d2bd..000000000 --- a/domains/poliwhirl.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MattiaCro", - "email": "mattia.crosato@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/polytap.json b/domains/polytap.json deleted file mode 100644 index e933f5283..000000000 --- a/domains/polytap.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hacktron86", - "email": "hacktron86@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/popcorn.json b/domains/popcorn.json deleted file mode 100644 index 975a78d7e..000000000 --- a/domains/popcorn.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "POPCORNTVCZE", - "email": "popcorntvcze@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ppy.json b/domains/ppy.json deleted file mode 100644 index e5625891e..000000000 --- a/domains/ppy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ringo360", - "email": "nep360i@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/prachiti.json b/domains/prachiti.json deleted file mode 100644 index 542ba6fe7..000000000 --- a/domains/prachiti.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PrathameshhW", - "email": "prathameshj0407@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/prafit.json b/domains/prafit.json deleted file mode 100644 index 1e3036641..000000000 --- a/domains/prafit.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ExRonin", - "email": "palvido81@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/prajjwal.json b/domains/prajjwal.json deleted file mode 100644 index 9c5b61bd1..000000000 --- a/domains/prajjwal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CycloneAddons", - "email": "cycloneaddon@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pranjal.json b/domains/pranjal.json deleted file mode 100644 index aeca0df34..000000000 --- a/domains/pranjal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Pranjal-SB", - "email": "psbhatnagar.in@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/prasadsawant.json b/domains/prasadsawant.json deleted file mode 100644 index e428a7bc5..000000000 --- a/domains/prasadsawant.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "prasadsawant7", - "email": "prasadsawant7git@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/prathamesh.json b/domains/prathamesh.json deleted file mode 100644 index 542ba6fe7..000000000 --- a/domains/prathamesh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PrathameshhW", - "email": "prathameshj0407@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/predefine.json b/domains/predefine.json deleted file mode 100644 index e299ee19b..000000000 --- a/domains/predefine.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "predefine", - "email": "predefine@yandex.ru" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/priyanka.json b/domains/priyanka.json deleted file mode 100644 index 36988655b..000000000 --- a/domains/priyanka.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PriyankaAnantha", - "email": "priyankaananthashetty@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/pro.json b/domains/pro.json deleted file mode 100644 index 2dc4b5248..000000000 --- a/domains/pro.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "pro1492025", - "email": "pro1492025@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/prodefix.json b/domains/prodefix.json deleted file mode 100644 index c80a7635c..000000000 --- a/domains/prodefix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PRODEFIX", - "email": "prodefix.ytb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/proo.json b/domains/proo.json deleted file mode 100644 index 2dc4b5248..000000000 --- a/domains/proo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "pro1492025", - "email": "pro1492025@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/prototalk.json b/domains/prototalk.json deleted file mode 100644 index 940214193..000000000 --- a/domains/prototalk.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "micho137", - "email": "michaenrangelmr@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/prox.json b/domains/prox.json deleted file mode 100644 index 2dc4b5248..000000000 --- a/domains/prox.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "pro1492025", - "email": "pro1492025@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/puchikat.json b/domains/puchikat.json deleted file mode 100644 index 83fdc615a..000000000 --- a/domains/puchikat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kentjuno7z", - "email": "lamdev1212@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/puria.json b/domains/puria.json deleted file mode 100644 index 445f16aee..000000000 --- a/domains/puria.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CoderApuri", - "email": "puri.aarav@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/q31265503-bio.json b/domains/q31265503-bio.json deleted file mode 100644 index 253d2ddea..000000000 --- a/domains/q31265503-bio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "artfadeev40", - "email": "fedulai195@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/q31265503.json b/domains/q31265503.json deleted file mode 100644 index 253d2ddea..000000000 --- a/domains/q31265503.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "artfadeev40", - "email": "fedulai195@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/qqg00.json b/domains/qqg00.json deleted file mode 100644 index dd140730e..000000000 --- a/domains/qqg00.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ppg00", - "email": "vx2dsk@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/quantamphysics.json b/domains/quantamphysics.json deleted file mode 100644 index cb35e6f92..000000000 --- a/domains/quantamphysics.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Quantamyt", - "email": "Sujataghosal05@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/quartz.json b/domains/quartz.json deleted file mode 100644 index 2aa1c45c9..000000000 --- a/domains/quartz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "thecrazytech1", - "email": "chrissquartz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/querko.json b/domains/querko.json deleted file mode 100644 index dd65edd13..000000000 --- a/domains/querko.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ProfKrzys", - "email": "krzysztof2011@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/quest.json b/domains/quest.json deleted file mode 100644 index 9bc0daf36..000000000 --- a/domains/quest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "CcNicebruh", - "email": "tangkeehee2002@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/ra.json b/domains/ra.json deleted file mode 100644 index 2148b17d0..000000000 --- a/domains/ra.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "RizmyAbdulla", - "email": "rizmyabdulla@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/racembenamar.json b/domains/racembenamar.json deleted file mode 100644 index 663509173..000000000 --- a/domains/racembenamar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Racembenamar", - "email": "racem.benamar@esprit.tn" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rafsanrakib.json b/domains/rafsanrakib.json deleted file mode 100644 index 306f4f8bf..000000000 --- a/domains/rafsanrakib.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rafsaaanrakib", - "email": "rakibyt13155@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/raga.json b/domains/raga.json deleted file mode 100644 index e808f851c..000000000 --- a/domains/raga.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ragasubekti", - "email": "rfilmriot@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rahil.json b/domains/rahil.json deleted file mode 100644 index 79fafdf0c..000000000 --- a/domains/rahil.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Rahilkzi", - "email": "rahilkazi66@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rahul-ray.json b/domains/rahul-ray.json deleted file mode 100644 index 5e0f55ae4..000000000 --- a/domains/rahul-ray.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "raystatic9650", - "email": "raystatic9650@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rahul.ray.json b/domains/rahul.ray.json deleted file mode 100644 index 5e0f55ae4..000000000 --- a/domains/rahul.ray.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "raystatic9650", - "email": "raystatic9650@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rahulol.json b/domains/rahulol.json deleted file mode 100644 index 09894d160..000000000 --- a/domains/rahulol.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rahulsingh2312", - "email": "rahulsinghhh2312@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rahulray.json b/domains/rahulray.json deleted file mode 100644 index 5e0f55ae4..000000000 --- a/domains/rahulray.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "raystatic9650", - "email": "raystatic9650@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/raiden-16f7.json b/domains/raiden-16f7.json deleted file mode 100644 index 34fc100ea..000000000 --- a/domains/raiden-16f7.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Raiden-16F7", - "email": "fahad.rizwan07@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/raiin.json b/domains/raiin.json deleted file mode 100644 index ae347f452..000000000 --- a/domains/raiin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ClicpoW", - "email": "clicpowytb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rain.json b/domains/rain.json deleted file mode 100644 index 1eece8bdc..000000000 --- a/domains/rain.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "devraiin", - "email": "amarbajrif@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rajuan.json b/domains/rajuan.json deleted file mode 100644 index 3b73df639..000000000 --- a/domains/rajuan.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "rajuan-r34", - "email": "rajuan.r34.dev@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/rakibahmed.json b/domains/rakibahmed.json deleted file mode 100644 index 306f4f8bf..000000000 --- a/domains/rakibahmed.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rafsaaanrakib", - "email": "rakibyt13155@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rakibrafsaaan.json b/domains/rakibrafsaaan.json deleted file mode 100644 index 306f4f8bf..000000000 --- a/domains/rakibrafsaaan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rafsaaanrakib", - "email": "rakibyt13155@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rakibrafsan.json b/domains/rakibrafsan.json deleted file mode 100644 index 306f4f8bf..000000000 --- a/domains/rakibrafsan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rafsaaanrakib", - "email": "rakibyt13155@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rana.json b/domains/rana.json deleted file mode 100644 index 1db84fe1b..000000000 --- a/domains/rana.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rannawe", - "email": "rannawe.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ranamoh.json b/domains/ranamoh.json deleted file mode 100644 index 1db84fe1b..000000000 --- a/domains/ranamoh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rannawe", - "email": "rannawe.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/raspi.json b/domains/raspi.json deleted file mode 100644 index 2a6fd94bf..000000000 --- a/domains/raspi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Raspi-dude", - "email": "musashibeckman@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rayan.json b/domains/rayan.json deleted file mode 100644 index cff26534a..000000000 --- a/domains/rayan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "K-K-L-L", - "email": "kkll345643@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/raystatic.json b/domains/raystatic.json deleted file mode 100644 index 2982171f9..000000000 --- a/domains/raystatic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "raystatic", - "email": "rahul9650ray@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/razvy.json b/domains/razvy.json deleted file mode 100644 index 52e753f4a..000000000 --- a/domains/razvy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NxyyLOL", - "email": "nxyylol@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rebokdev.json b/domains/rebokdev.json deleted file mode 100644 index ab0218719..000000000 --- a/domains/rebokdev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rebokdev", - "email": "rebok@duck.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/receiptify.json b/domains/receiptify.json deleted file mode 100644 index 167dad256..000000000 --- a/domains/receiptify.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "admin@stefdp.is-a.dev", - "discord": "694986201739952229" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": [ - "forward-email=receiptify@mail.stefdp.is-a.dev" - ] - } -} diff --git a/domains/recoderdrastic.json b/domains/recoderdrastic.json deleted file mode 100644 index 842ac532a..000000000 --- a/domains/recoderdrastic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "drasticfiles", - "email": "shaileteitpa@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/reef.json b/domains/reef.json deleted file mode 100644 index e14593559..000000000 --- a/domains/reef.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ReefSalty", - "email": "reefsalter@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/refact0r.json b/domains/refact0r.json deleted file mode 100644 index 619c4f74d..000000000 --- a/domains/refact0r.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "refact0r", - "email": "yifanw06@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/register-bot.json b/domains/register-bot.json deleted file mode 100644 index 45ad3d5aa..000000000 --- a/domains/register-bot.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "is-a-dev", - "email": "andrew@maintainers.is-a.dev", - "discord": "598245488977903688" - }, - - "record": { - "A": ["217.174.245.249"] - } - } - diff --git a/domains/rejasaad.json b/domains/rejasaad.json deleted file mode 100644 index 5d86e53bd..000000000 --- a/domains/rejasaad.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "rejasaad13", - "email": "rejasaad13@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/renata.json b/domains/renata.json deleted file mode 100644 index 57db3a46a..000000000 --- a/domains/renata.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "xrenata", - "email": "emirhan@duck.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rendi.json b/domains/rendi.json deleted file mode 100644 index 975fc54b0..000000000 --- a/domains/rendi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "avrzll", - "email": "yogsstore.send@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/restart.json b/domains/restart.json deleted file mode 100644 index c55b7045c..000000000 --- a/domains/restart.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GodfatherX64", - "email": "godfather.x64@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/return.json b/domains/return.json deleted file mode 100644 index 2d85844dc..000000000 --- a/domains/return.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "returnxd", - "email": "hc_2583@naver.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/reyzo.json b/domains/reyzo.json deleted file mode 100644 index 9abe02bec..000000000 --- a/domains/reyzo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Nolaxyy", - "email": "konectplay2008@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rherly.json b/domains/rherly.json deleted file mode 100644 index 3c909341b..000000000 --- a/domains/rherly.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rherlydev", - "email": "rherlydev@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/riddim-glitch.json b/domains/riddim-glitch.json deleted file mode 100644 index 01c6d31b7..000000000 --- a/domains/riddim-glitch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Riddim-GLiTCH", - "email": "Riddim_GLiTCH@courvix.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rifkisaputra.json b/domains/rifkisaputra.json deleted file mode 100644 index ed2d54e62..000000000 --- a/domains/rifkisaputra.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rifki-saputra", - "email": "rifkimuhamad0987@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rin.json b/domains/rin.json deleted file mode 100644 index 04bf3325a..000000000 --- a/domains/rin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "budderlovr", - "email": "budderlovr@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ringoxd.json b/domains/ringoxd.json deleted file mode 100644 index 89b26aaae..000000000 --- a/domains/ringoxd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ringo360", - "email": "nep360i@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/rnv.json b/domains/rnv.json deleted file mode 100644 index 1a8810506..000000000 --- a/domains/rnv.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ZeroDeaths379", - "email": "arnavp651@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/robskan.json b/domains/robskan.json deleted file mode 100644 index a32859b2f..000000000 --- a/domains/robskan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Robskan5300", - "email": "rrsnijder@yahoo.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rockstarbuddies.json b/domains/rockstarbuddies.json deleted file mode 100644 index 851091c22..000000000 --- a/domains/rockstarbuddies.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "RockstarBuddies", - "email": "yourrockingbuddy@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rollwaifu.json b/domains/rollwaifu.json deleted file mode 100644 index 53c4070c4..000000000 --- a/domains/rollwaifu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Luongzz", - "email": "buivanluong0204@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/romeodev.json b/domains/romeodev.json deleted file mode 100644 index 6c1813beb..000000000 --- a/domains/romeodev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "meomeo1220", - "email": "meomeo1220@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/royalahmed.json b/domains/royalahmed.json deleted file mode 100644 index b006ea4f7..000000000 --- a/domains/royalahmed.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "RoyalAhmed347", - "email": "bahiahmed347@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/rubyscans.json b/domains/rubyscans.json deleted file mode 100644 index 7e21a3a37..000000000 --- a/domains/rubyscans.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Solar-Geaux", - "email": "dgbroyt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rushil.json b/domains/rushil.json deleted file mode 100644 index ac3a37869..000000000 --- a/domains/rushil.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rushilp1", - "email": "rushil.p1@ahduni.edu.in" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ry.json b/domains/ry.json deleted file mode 100644 index 17fc1198f..000000000 --- a/domains/ry.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "rylee88", - "email": "ryanlee00@proton.me" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/ryangamin.json b/domains/ryangamin.json deleted file mode 100644 index 93bc91449..000000000 --- a/domains/ryangamin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Ryan-Gamin", - "email": "ryangaminmc@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/rylie.json b/domains/rylie.json deleted file mode 100644 index 732180418..000000000 --- a/domains/rylie.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "j1nxie", - "email": "rylieeeeexd@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ryo.json b/domains/ryo.json deleted file mode 100644 index 345c40265..000000000 --- a/domains/ryo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LLKO101", - "email": "yo1sefooop@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/s7nx.json b/domains/s7nx.json deleted file mode 100644 index 6d6e3963e..000000000 --- a/domains/s7nx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "S7NX", - "email": "synx.lynx69@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sabiiti.json b/domains/sabiiti.json deleted file mode 100644 index 9ea425fb3..000000000 --- a/domains/sabiiti.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "jona42-ui", - "email": "jonathanthembo123@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/sadiz.json b/domains/sadiz.json deleted file mode 100644 index 9943a93fa..000000000 --- a/domains/sadiz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Sadishru", - "email": "hellosadish@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sagun.json b/domains/sagun.json deleted file mode 100644 index 2dda674d7..000000000 --- a/domains/sagun.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "xagun", - "email": "xagun.shrestha@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 diff --git a/domains/sai-mehar.json b/domains/sai-mehar.json deleted file mode 100644 index c5af18fac..000000000 --- a/domains/sai-mehar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sai-mehar", - "email": "saimehar2005@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/saiganeshganoju.json b/domains/saiganeshganoju.json deleted file mode 100644 index 4d73b2aa7..000000000 --- a/domains/saiganeshganoju.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "saiganesh0084", - "email": "saiganeshganoju@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sameer.json b/domains/sameer.json deleted file mode 100644 index 000fd7678..000000000 --- a/domains/sameer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "carnotweat", - "email": "jasitis@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sami.json b/domains/sami.json deleted file mode 100644 index f7bcef69b..000000000 --- a/domains/sami.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "obstructed", - "email": "scamstur@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/samlim.json b/domains/samlim.json deleted file mode 100644 index 835eb068b..000000000 --- a/domains/samlim.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "samuelylim", - "email": "samuelylim04@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/samsul.json b/domains/samsul.json deleted file mode 100644 index bc1ac50de..000000000 --- a/domains/samsul.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HayBael", - "email": "rakhakhairydarka801@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sandi.json b/domains/sandi.json deleted file mode 100644 index 459001f76..000000000 --- a/domains/sandi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sandiskyy", - "email": "sandimixyz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sanityless.json b/domains/sanityless.json deleted file mode 100644 index 0f57515cc..000000000 --- a/domains/sanityless.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "EurekaMathSkillIssue", - "email": "ataharmolla@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/saptarshi.json b/domains/saptarshi.json deleted file mode 100644 index f63f686f5..000000000 --- a/domains/saptarshi.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "saptarshihalder", - "email": "saptarshihalder69@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/saqlainbrawl.json b/domains/saqlainbrawl.json deleted file mode 100644 index ec50cc74e..000000000 --- a/domains/saqlainbrawl.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SaqlainBrawl", - "email": "saqlainbrawl@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/saturn-net.json b/domains/saturn-net.json deleted file mode 100644 index 61e34301a..000000000 --- a/domains/saturn-net.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LCDLED", - "email": "TheCatatomic@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/saumon.json b/domains/saumon.json deleted file mode 100644 index 2040d27f0..000000000 --- a/domains/saumon.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "saumonarcenciel", - "email": "viala38000@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/saunear.json b/domains/saunear.json deleted file mode 100644 index 6ef860e1b..000000000 --- a/domains/saunear.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "toastmakingmachine", - "email": "bcefsart@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/saurabh-kirve.json b/domains/saurabh-kirve.json deleted file mode 100644 index afd47a19a..000000000 --- a/domains/saurabh-kirve.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BerzCode", - "email": "saurabhkirve@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/saxon-totally.json b/domains/saxon-totally.json deleted file mode 100644 index ce9a60cb4..000000000 --- a/domains/saxon-totally.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "tensura-is-good", - "email": "sands.is.undertable@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/sayantan.json b/domains/sayantan.json deleted file mode 100644 index 138802c0b..000000000 --- a/domains/sayantan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "legendsayantan", - "email": "legendsayantanpaul@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/school.json b/domains/school.json deleted file mode 100644 index 5fe751c74..000000000 --- a/domains/school.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PsxScriptsW", - "email": "jacob.blits@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/schummler.json b/domains/schummler.json deleted file mode 100644 index 9878220b1..000000000 --- a/domains/schummler.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "schummler", - "email": "markwilkens102@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/scythe101.json b/domains/scythe101.json deleted file mode 100644 index 15e0a3903..000000000 --- a/domains/scythe101.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Scythe101", - "email": "julianchenard@icloud.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/scythemedia.json b/domains/scythemedia.json deleted file mode 100644 index 53736291d..000000000 --- a/domains/scythemedia.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ScytheMed1a", - "email": "tbswartz10@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sean.json b/domains/sean.json deleted file mode 100644 index c487ef7f0..000000000 --- a/domains/sean.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Ridgeano", - "email": "seanridgeon@live.co.uk" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/sedat.json b/domains/sedat.json deleted file mode 100644 index 07c775c62..000000000 --- a/domains/sedat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sedat342042", - "email": "sedat342042@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sedat3344.json b/domains/sedat3344.json deleted file mode 100644 index 07c775c62..000000000 --- a/domains/sedat3344.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sedat342042", - "email": "sedat342042@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/seizedforge.json b/domains/seizedforge.json deleted file mode 100644 index faaff9bd3..000000000 --- a/domains/seizedforge.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GamebringerDev", - "email": "gamebringerdev@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/senix.json b/domains/senix.json deleted file mode 100644 index 2cc6a96bc..000000000 --- a/domains/senix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "cjolivier15", - "email": "oliviercj195@yahoo.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sephrost.json b/domains/sephrost.json deleted file mode 100644 index 3139d0568..000000000 --- a/domains/sephrost.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Sephrost", - "email": "lorenzato.fabi13@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/seraphic.json b/domains/seraphic.json deleted file mode 100644 index b8b180f33..000000000 --- a/domains/seraphic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SeraphicDev", - "email": "AidhaniDev@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sercan.json b/domains/sercan.json deleted file mode 100644 index 3d50ae323..000000000 --- a/domains/sercan.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "sxrcan", - "email": "sercwnxd@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/seriuos.json b/domains/seriuos.json deleted file mode 100644 index b0cec730c..000000000 --- a/domains/seriuos.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Seriuos", - "email": "trexi82.82@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sex.json b/domains/sex.json deleted file mode 100644 index 311f80323..000000000 --- a/domains/sex.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "khagdev", - "email": "nguyendaikhang2000@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sgogov.json b/domains/sgogov.json deleted file mode 100644 index 376ab1606..000000000 --- a/domains/sgogov.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "stekatag", - "email": "stefangogov@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sgyt.json b/domains/sgyt.json deleted file mode 100644 index 0cd64dc0c..000000000 --- a/domains/sgyt.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BedrockBandaYT", - "email": "cshaily38@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sh1nyhunt3r27.json b/domains/sh1nyhunt3r27.json deleted file mode 100644 index a13decd1f..000000000 --- a/domains/sh1nyhunt3r27.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Sh1nYhUnT3R27", - "email": "Jom834827@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shabnam.json b/domains/shabnam.json deleted file mode 100644 index 9c5b61bd1..000000000 --- a/domains/shabnam.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CycloneAddons", - "email": "cycloneaddon@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shad.json b/domains/shad.json deleted file mode 100644 index 0ae7bfeee..000000000 --- a/domains/shad.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Maverick00001", - "email": "saksham.access@yahoo.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shaderoleplay.json b/domains/shaderoleplay.json deleted file mode 100644 index 2bab3de97..000000000 --- a/domains/shaderoleplay.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Shadeizm", - "email": "shadexdben@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/shaderp.json b/domains/shaderp.json deleted file mode 100644 index 2bab3de97..000000000 --- a/domains/shaderp.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Shadeizm", - "email": "shadexdben@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/shamshitty.json b/domains/shamshitty.json deleted file mode 100644 index 905f9d8bc..000000000 --- a/domains/shamshitty.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "shamshitty", - "email": "iaminvisy@gmail.com", - "twitter": "shamshitty", - "discord": "shamshitty" - }, - "description": "shamshitty is indeed a dev (kinda)", - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/shaquib.json b/domains/shaquib.json deleted file mode 100644 index c3595cf3f..000000000 --- a/domains/shaquib.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "notshaquib", - "email": "mdshaaaquib@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sharan.json b/domains/sharan.json deleted file mode 100644 index a987bb6e0..000000000 --- a/domains/sharan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sharan-218", - "email": "yenugulasharan8019@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shawty.json b/domains/shawty.json deleted file mode 100644 index 8b0cdace2..000000000 --- a/domains/shawty.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "stanasxd", - "email": "stanasarts@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shell.json b/domains/shell.json deleted file mode 100644 index d9c24741a..000000000 --- a/domains/shell.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "JiuZhiDa", - "email": "shll@tuta.io" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shiba.json b/domains/shiba.json deleted file mode 100644 index cc9d2f0cc..000000000 --- a/domains/shiba.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "soggycatalltheway", - "email": "hurvzee+partizao@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shilab.json b/domains/shilab.json deleted file mode 100644 index b78cbc7d4..000000000 --- a/domains/shilab.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Shilab66", - "email": "aan176972@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shivathmika.json b/domains/shivathmika.json deleted file mode 100644 index 5be4f12a2..000000000 --- a/domains/shivathmika.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Shivathmika20", - "email": "yelurishivathmika@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shizotechie.json b/domains/shizotechie.json deleted file mode 100644 index 2dad9427b..000000000 --- a/domains/shizotechie.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "shizothetechie", - "email": "yugeshsingh27@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shmeeseeks.json b/domains/shmeeseeks.json deleted file mode 100644 index 56bf30162..000000000 --- a/domains/shmeeseeks.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "fromNoWhere", - "email": "lyaacoubi.othmane8@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shobhit9945.json b/domains/shobhit9945.json deleted file mode 100644 index ea45d53ce..000000000 --- a/domains/shobhit9945.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Shobhit9945", - "email": "shobhitbaijal5@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shock.json b/domains/shock.json deleted file mode 100644 index 5b5acb8fe..000000000 --- a/domains/shock.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "shockbs", - "email": "apipherng@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/shockbs.json b/domains/shockbs.json deleted file mode 100644 index c634159ab..000000000 --- a/domains/shockbs.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "shockbs", - "email": "apipherng@gmail.com" - }, - "record": { - "A": ["69.30.249.53"], - "TXT": "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all", - "MX": ["mail.is-a.dev"] - - } -} diff --git a/domains/shrek.json b/domains/shrek.json deleted file mode 100644 index f45ff53a9..000000000 --- a/domains/shrek.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PythonScratcher", - "email": "callumcardy7@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shreya.json b/domains/shreya.json deleted file mode 100644 index 0ae7bfeee..000000000 --- a/domains/shreya.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Maverick00001", - "email": "saksham.access@yahoo.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shubham-1806.json b/domains/shubham-1806.json deleted file mode 100644 index a97527129..000000000 --- a/domains/shubham-1806.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "shubham-1806", - "email": "shub.agarwal2003@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/shubhamkumar.json b/domains/shubhamkumar.json deleted file mode 100644 index d17b7727e..000000000 --- a/domains/shubhamkumar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "shubham-kumar-2004", - "email": "shubham04122004@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/shubhamverma.json b/domains/shubhamverma.json deleted file mode 100644 index 0875cd397..000000000 --- a/domains/shubhamverma.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Stroller15", - "email": "shubhamverma6351@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/shuriken.json b/domains/shuriken.json deleted file mode 100644 index e761f35de..000000000 --- a/domains/shuriken.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "005sunnysingh", - "email": "005sunnysingh@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } - } \ No newline at end of file diff --git a/domains/sia.json b/domains/sia.json deleted file mode 100644 index 377c9e4a5..000000000 --- a/domains/sia.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sujandeb", - "email": "work@sujandeb.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/siddharthtewari.json b/domains/siddharthtewari.json deleted file mode 100644 index fe5dbf434..000000000 --- a/domains/siddharthtewari.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sid-008", - "email": "siddharthtewari14@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sigmassimo.json b/domains/sigmassimo.json deleted file mode 100644 index 6b64a90db..000000000 --- a/domains/sigmassimo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sigmassimo", - "email": "maximilian-schreiber271@t-online.de" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/silksp.json b/domains/silksp.json deleted file mode 100644 index 1952237f7..000000000 --- a/domains/silksp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SilkSP", - "email": "seba.perezo@hotmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sirens.json b/domains/sirens.json deleted file mode 100644 index 706aa2b1f..000000000 --- a/domains/sirens.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "collinsdawns", - "email": "collinsdawns184@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sjlptpsnh.json b/domains/sjlptpsnh.json deleted file mode 100644 index 5436915e6..000000000 --- a/domains/sjlptpsnh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sjlptpsnh", - "email": "sujalpratapsingh70@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/skillz.json b/domains/skillz.json deleted file mode 100644 index 5fe751c74..000000000 --- a/domains/skillz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "PsxScriptsW", - "email": "jacob.blits@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/skydiver-web.json b/domains/skydiver-web.json deleted file mode 100644 index 85039945e..000000000 --- a/domains/skydiver-web.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nebula4564", - "email": "reeseb1660@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/skyopg.json b/domains/skyopg.json deleted file mode 100644 index 345c40265..000000000 --- a/domains/skyopg.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "LLKO101", - "email": "yo1sefooop@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/slashed.json b/domains/slashed.json deleted file mode 100644 index 070ccdc7f..000000000 --- a/domains/slashed.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "alexfeed1990", - "email": "alexfeed1990real@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sneax.json b/domains/sneax.json deleted file mode 100644 index 671391992..000000000 --- a/domains/sneax.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "0SneaX0", - "email": "illuminater3000@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/snipc.json b/domains/snipc.json deleted file mode 100644 index 3c7284b59..000000000 --- a/domains/snipc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NotSnipc", - "email": "snipc.mail@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/snippyivan.json b/domains/snippyivan.json deleted file mode 100644 index dbbb3907a..000000000 --- a/domains/snippyivan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ivansnippy", - "email": "ivanmasinde@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/snippytech.json b/domains/snippytech.json deleted file mode 100644 index dbbb3907a..000000000 --- a/domains/snippytech.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ivansnippy", - "email": "ivanmasinde@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/snow.json b/domains/snow.json deleted file mode 100644 index bc1ac50de..000000000 --- a/domains/snow.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HayBael", - "email": "rakhakhairydarka801@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/snowservice.json b/domains/snowservice.json deleted file mode 100644 index bc1ac50de..000000000 --- a/domains/snowservice.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HayBael", - "email": "rakhakhairydarka801@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/snwsrv.json b/domains/snwsrv.json deleted file mode 100644 index bc1ac50de..000000000 --- a/domains/snwsrv.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HayBael", - "email": "rakhakhairydarka801@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sof009.json b/domains/sof009.json deleted file mode 100644 index 06087f1ab..000000000 --- a/domains/sof009.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SOF009", - "email": "SOF.009@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sohamkansodaria.json b/domains/sohamkansodaria.json deleted file mode 100644 index e4c4885ba..000000000 --- a/domains/sohamkansodaria.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "UltraHopeful", - "email": "sohupatel8828@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/someshsrichandan.json b/domains/someshsrichandan.json deleted file mode 100644 index caad7c3de..000000000 --- a/domains/someshsrichandan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "someshsrichandan", - "email": "someshsrichandan@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/soup.json b/domains/soup.json deleted file mode 100644 index bea0a34c9..000000000 --- a/domains/soup.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SouperZ", - "email": "slxtty.bxtchlol@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/spa.json b/domains/spa.json deleted file mode 100644 index 958a47c75..000000000 --- a/domains/spa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "stepersy", - "email": "stefano.persanoadorno@liceopertini.edu.it" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/spaace.json b/domains/spaace.json deleted file mode 100644 index 452ae9bc1..000000000 --- a/domains/spaace.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Spaace-Save", - "email": "coelhoaiden@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/spacewd69.json b/domains/spacewd69.json deleted file mode 100644 index ef966a290..000000000 --- a/domains/spacewd69.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "spacewd69", - "email": "kysonbranch0@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/sparkfire298.json b/domains/sparkfire298.json deleted file mode 100644 index 34bdd11bd..000000000 --- a/domains/sparkfire298.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sparkfire298", - "email": "sparkfire298@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sparkle.json b/domains/sparkle.json deleted file mode 100644 index 6120cccd1..000000000 --- a/domains/sparkle.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sparkledevs", - "email": "sparkleop921@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/spd.json b/domains/spd.json deleted file mode 100644 index 6793003bb..000000000 --- a/domains/spd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "osakihsieh", - "email": "aspdoctor@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/spike.json b/domains/spike.json deleted file mode 100644 index 26c77f48c..000000000 --- a/domains/spike.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "superspike7", - "email": "spikevinz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/spill.json b/domains/spill.json deleted file mode 100644 index 9635dcb67..000000000 --- a/domains/spill.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Spilleparadis", - "email": "playerwictor@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/splashy.json b/domains/splashy.json deleted file mode 100644 index ae347f452..000000000 --- a/domains/splashy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ClicpoW", - "email": "clicpowytb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/spyminer.json b/domains/spyminer.json deleted file mode 100644 index 315e83bb2..000000000 --- a/domains/spyminer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SpyMinerX", - "email": "vince@engelbrecht.pro" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/spynet.json b/domains/spynet.json deleted file mode 100644 index b8e950f1a..000000000 --- a/domains/spynet.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Modesto888", - "email": "modestojr886@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/squaresmp.json b/domains/squaresmp.json deleted file mode 100644 index 93efbb43e..000000000 --- a/domains/squaresmp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SquareSmp", - "email": "squaresmp@asia.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sreevikram.json b/domains/sreevikram.json deleted file mode 100644 index 241355d9d..000000000 --- a/domains/sreevikram.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - - "owner": { - "username": "SreevikramR", - "email": "sreevikram.r@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } - } \ No newline at end of file diff --git a/domains/srp.json b/domains/srp.json deleted file mode 100644 index 2bab3de97..000000000 --- a/domains/srp.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Shadeizm", - "email": "shadexdben@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/srujangajul.json b/domains/srujangajul.json deleted file mode 100644 index 6d359c93b..000000000 --- a/domains/srujangajul.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "SrujanGajul", - "email": "Srujan.gajul@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/sser.json b/domains/sser.json deleted file mode 100644 index 7fc2eb17b..000000000 --- a/domains/sser.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lynicv", - "email": "nuffimail33@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sshdgjeienjdje.json b/domains/sshdgjeienjdje.json deleted file mode 100644 index 9c5b61bd1..000000000 --- a/domains/sshdgjeienjdje.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CycloneAddons", - "email": "cycloneaddon@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sso.nqdev.json b/domains/sso.nqdev.json deleted file mode 100644 index 2cbbfef3d..000000000 --- a/domains/sso.nqdev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nguyenquy0710", - "email": "nguyenquy.1096@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/stamina.json b/domains/stamina.json deleted file mode 100644 index a52bcf209..000000000 --- a/domains/stamina.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ivan100-ivoop", - "email": "ivankyosev21@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/stanasx.json b/domains/stanasx.json deleted file mode 100644 index 8b0cdace2..000000000 --- a/domains/stanasx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "stanasxd", - "email": "stanasarts@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/stefdp.json b/domains/stefdp.json deleted file mode 100644 index 2882eface..000000000 --- a/domains/stefdp.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "owner": { - "username": "Stef-00012", - "email": "admin@stefdp.is-a.dev", - "discord": "694986201739952229" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": [ - "mail.is-a.dev" - ], - "TXT": [ - "v=spf1 mx a:mail.is-a.dev ip4:217.174.245.249 ~all" - ] - } -} diff --git a/domains/stellar.json b/domains/stellar.json deleted file mode 100644 index 6c986115d..000000000 --- a/domains/stellar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jacksoncraft859", - "email": "pollardjackson@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/stellaros.json b/domains/stellaros.json deleted file mode 100644 index 6c986115d..000000000 --- a/domains/stellaros.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jacksoncraft859", - "email": "pollardjackson@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/stodja.json b/domains/stodja.json deleted file mode 100644 index 01a757c7b..000000000 --- a/domains/stodja.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "stodja", - "email": "alexvelichko51@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/storm.json b/domains/storm.json deleted file mode 100644 index 3c33be953..000000000 --- a/domains/storm.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hxntaish", - "email": "juliettepoisson3@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/strtsnm.json b/domains/strtsnm.json deleted file mode 100644 index 583239e1a..000000000 --- a/domains/strtsnm.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "STRTSNM", - "email": "STRTSNM12@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/stuffmaker.json b/domains/stuffmaker.json deleted file mode 100644 index 477148a21..000000000 --- a/domains/stuffmaker.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MrStuffmaker", - "email": "acapello6666@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/stupidjane.json b/domains/stupidjane.json deleted file mode 100644 index 39895434c..000000000 --- a/domains/stupidjane.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "stupidjohanna", - "email": "stupidjane@tutanota.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/stx.json b/domains/stx.json deleted file mode 100644 index 8b0cdace2..000000000 --- a/domains/stx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "stanasxd", - "email": "stanasarts@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/su.json b/domains/su.json deleted file mode 100644 index 7573d364b..000000000 --- a/domains/su.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hemal80", - "email": "hemalfnmondal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sudi.json b/domains/sudi.json deleted file mode 100644 index 6bc5e248b..000000000 --- a/domains/sudi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ahsanu123", - "email": "caasperahsanuamala5@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sudo.json b/domains/sudo.json deleted file mode 100644 index 7573d364b..000000000 --- a/domains/sudo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hemal80", - "email": "hemalfnmondal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sudosu.json b/domains/sudosu.json deleted file mode 100644 index 7573d364b..000000000 --- a/domains/sudosu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hemal80", - "email": "hemalfnmondal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/suhailahmed2627.json b/domains/suhailahmed2627.json deleted file mode 100644 index 7ff007d38..000000000 --- a/domains/suhailahmed2627.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SuhailAhmed2627", - "email": "suhailahmed2001sam@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sujan.json b/domains/sujan.json deleted file mode 100644 index 377c9e4a5..000000000 --- a/domains/sujan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sujandeb", - "email": "work@sujandeb.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sujandeb.json b/domains/sujandeb.json deleted file mode 100644 index 377c9e4a5..000000000 --- a/domains/sujandeb.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sujandeb", - "email": "work@sujandeb.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/suki.json b/domains/suki.json deleted file mode 100644 index f5804c0b2..000000000 --- a/domains/suki.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SukiPlayz", - "email": "sukimayoo@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx include:mail.is-a.dev ~all", - "MX": ["mail.is-a.dev"] - } - } diff --git a/domains/suleymanduzgun.json b/domains/suleymanduzgun.json deleted file mode 100644 index 1bfe2135f..000000000 --- a/domains/suleymanduzgun.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "suleymanduzgun", - "email": "suleymanduzgun@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sunnny.json b/domains/sunnny.json deleted file mode 100644 index c002360dd..000000000 --- a/domains/sunnny.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "y4yyan", - "email": "y4yyan@yandex.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/supusr.json b/domains/supusr.json deleted file mode 100644 index 7573d364b..000000000 --- a/domains/supusr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Hemal80", - "email": "hemalfnmondal@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/suq3r.json b/domains/suq3r.json deleted file mode 100644 index 829aa7bc9..000000000 --- a/domains/suq3r.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "EnterausernameUwU", - "email": "soundingcool100@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/sxe.json b/domains/sxe.json deleted file mode 100644 index 8b0cdace2..000000000 --- a/domains/sxe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "stanasxd", - "email": "stanasarts@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/syedomershah.json b/domains/syedomershah.json deleted file mode 100644 index 9131a9b74..000000000 --- a/domains/syedomershah.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Syedomershah99", - "email": "syedomershah99@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/systemm32.json b/domains/systemm32.json deleted file mode 100644 index 3705b668d..000000000 --- a/domains/systemm32.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "System32-0101", - "email": "didunoxd@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tabanopro.json b/domains/tabanopro.json deleted file mode 100644 index 0700f14b6..000000000 --- a/domains/tabanopro.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tabanopro", - "email": "glim4045@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/takeshi.json b/domains/takeshi.json deleted file mode 100644 index 2d3783696..000000000 --- a/domains/takeshi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "takeshi7502", - "email": "takeshi.gi75@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/takudzwachiutaalenga.json b/domains/takudzwachiutaalenga.json deleted file mode 100644 index ec14e6dfd..000000000 --- a/domains/takudzwachiutaalenga.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TakudzwaChiutaalenga", - "email": "takudzwachiutaalenga@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tanmayjaiswal.json b/domains/tanmayjaiswal.json deleted file mode 100644 index 932b897ec..000000000 --- a/domains/tanmayjaiswal.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sequel-tj", - "email": "tanmayjaiswal31102002@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tariqul.json b/domains/tariqul.json deleted file mode 100644 index 7591d9062..000000000 --- a/domains/tariqul.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tariqultais", - "email": "2201081175@UTTARAUNIVERSITY.EDU.BD" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tashvik.json b/domains/tashvik.json deleted file mode 100644 index cf0f04666..000000000 --- a/domains/tashvik.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tashviks", - "email": "tashvik.12112279@lpu.in" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/taufikmaulidi.json b/domains/taufikmaulidi.json deleted file mode 100644 index 1ad7b9af4..000000000 --- a/domains/taufikmaulidi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "taufikmaulidi", - "email": "taufikmaulidi123@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tawogrant.json b/domains/tawogrant.json deleted file mode 100644 index 7a7f6ba3a..000000000 --- a/domains/tawogrant.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "TgkCapture", - "email": "tawongakanyenda5@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/tazmyan.json b/domains/tazmyan.json deleted file mode 100644 index b654817b3..000000000 --- a/domains/tazmyan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Tazmyan", - "email": "tikpatka@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tbhgodpro.json b/domains/tbhgodpro.json deleted file mode 100644 index 1b636cab3..000000000 --- a/domains/tbhgodpro.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TBHGodPro", - "email": "tarun.bhaskar@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tech-is-god.json b/domains/tech-is-god.json deleted file mode 100644 index 94aef4f30..000000000 --- a/domains/tech-is-god.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "GamerKid67289", - "email": "zprice720@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/techhjork.json b/domains/techhjork.json deleted file mode 100644 index 5506d02ef..000000000 --- a/domains/techhjork.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "techhjork", - "email": "techhjork@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/techke.json b/domains/techke.json deleted file mode 100644 index 25fe10783..000000000 --- a/domains/techke.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "techke1", - "email": "techpunditke@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/techpundit.json b/domains/techpundit.json deleted file mode 100644 index 25fe10783..000000000 --- a/domains/techpundit.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "techke1", - "email": "techpunditke@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/techpunditke.json b/domains/techpunditke.json deleted file mode 100644 index 25fe10783..000000000 --- a/domains/techpunditke.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "techke1", - "email": "techpunditke@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/teds.json b/domains/teds.json deleted file mode 100644 index 6efb86cf5..000000000 --- a/domains/teds.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "DovydasTEDS", - "email": "dovydasjakcinskas@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/tehpig.json b/domains/tehpig.json deleted file mode 100644 index 7c10f8c09..000000000 --- a/domains/tehpig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TehPigYT", - "email": "aggelosdellas@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tenuun.json b/domains/tenuun.json deleted file mode 100644 index 66977c40f..000000000 --- a/domains/tenuun.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "tenuuni", - "email": "tenuuni.08@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/terraegg.json b/domains/terraegg.json deleted file mode 100644 index 9b04706fb..000000000 --- a/domains/terraegg.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AlbumanO", - "email": "oliver.young4@student.education.wa.edu.au" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/test2214.json b/domains/test2214.json deleted file mode 100644 index 57306063d..000000000 --- a/domains/test2214.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "005sunnysingh", - "email": "005sunnysingh@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} \ No newline at end of file diff --git a/domains/test373.json b/domains/test373.json deleted file mode 100644 index a8dbaa99a..000000000 --- a/domains/test373.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } - } \ No newline at end of file diff --git a/domains/test849205.json b/domains/test849205.json deleted file mode 100644 index 93efbb43e..000000000 --- a/domains/test849205.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "SquareSmp", - "email": "squaresmp@asia.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/textures1245.json b/domains/textures1245.json deleted file mode 100644 index 3f13c37c3..000000000 --- a/domains/textures1245.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "textures1245", - "email": "sirprak1245@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thabanii.json b/domains/thabanii.json deleted file mode 100644 index 4ae6c8db8..000000000 --- a/domains/thabanii.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Z3R0SEC", - "email": "famkeed11@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/that.json b/domains/that.json deleted file mode 100644 index 0d25bd14a..000000000 --- a/domains/that.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "lsy1998", - "email": "1945934866@qq.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thatbigderp.json b/domains/thatbigderp.json deleted file mode 100644 index 0e4d3663f..000000000 --- a/domains/thatbigderp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "StuwpidPerson", - "email": "darkhacker8604@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thebestdeveloper.json b/domains/thebestdeveloper.json deleted file mode 100644 index 532e99f20..000000000 --- a/domains/thebestdeveloper.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "notthebestdev", - "email": "thebestdeveloper@outlook.fr" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thedeveloper03.json b/domains/thedeveloper03.json deleted file mode 100644 index 3c48c990d..000000000 --- a/domains/thedeveloper03.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "thedeveloper03", - "email": "trishtrix01@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/thedivided.json b/domains/thedivided.json deleted file mode 100644 index 3d59d5654..000000000 --- a/domains/thedivided.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "soviet783", - "email": "logannorman2005@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thedt.json b/domains/thedt.json deleted file mode 100644 index d4f8de9cc..000000000 --- a/domains/thedt.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "thedtvn", - "email": "duongtuan30306@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thembo.json b/domains/thembo.json deleted file mode 100644 index 9ea425fb3..000000000 --- a/domains/thembo.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "jona42-ui", - "email": "jonathanthembo123@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/theschoology.json b/domains/theschoology.json deleted file mode 100644 index c518d52fd..000000000 --- a/domains/theschoology.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ShriniGenie", - "email": "shrini23@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thetechguy.json b/domains/thetechguy.json deleted file mode 100644 index 9635dcb67..000000000 --- a/domains/thetechguy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Spilleparadis", - "email": "playerwictor@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thisarasd.json b/domains/thisarasd.json deleted file mode 100644 index 3d15b7c08..000000000 --- a/domains/thisarasd.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ThisaraS97", - "email": "wgt.shaminda@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/thisqoutedoesntexist.json b/domains/thisqoutedoesntexist.json deleted file mode 100644 index 11ce7ceb0..000000000 --- a/domains/thisqoutedoesntexist.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zirmith", - "email": "f2v74yt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thordevs.json b/domains/thordevs.json deleted file mode 100644 index 51c54fde5..000000000 --- a/domains/thordevs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "musu10gj", - "email": "samzagamer4@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/thunder.json b/domains/thunder.json deleted file mode 100644 index ef5178360..000000000 --- a/domains/thunder.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "thunderarch", - "email": "thunderarch77@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tien.json b/domains/tien.json deleted file mode 100644 index 3ef6c7248..000000000 --- a/domains/tien.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "t6c", - "email": "tien2309n@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/time.json b/domains/time.json deleted file mode 100644 index b3eec57b5..000000000 --- a/domains/time.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "CcNicebruh", - "email": "tangkeehee2002@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tin.json b/domains/tin.json deleted file mode 100644 index 4c7ec4cee..000000000 --- a/domains/tin.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "itsmetin", - "email": "marmeladenjunge+2nd@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tinergy.json b/domains/tinergy.json deleted file mode 100644 index 547ad6a68..000000000 --- a/domains/tinergy.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Tinergy", - "email": "goh_z@live.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tinny.json b/domains/tinny.json deleted file mode 100644 index 8f7f4e596..000000000 --- a/domains/tinny.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TinnyTerr", - "email": "lewis.j.mcdonald@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tm-incognito.json b/domains/tm-incognito.json deleted file mode 100644 index 1532b27df..000000000 --- a/domains/tm-incognito.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jumbochipkali", - "email": "jumbokalied@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} diff --git a/domains/toasta.json b/domains/toasta.json deleted file mode 100644 index 9643baad3..000000000 --- a/domains/toasta.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "thetoasta", - "email": "nolanp678@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/toonshub.json b/domains/toonshub.json deleted file mode 100644 index facf4e95e..000000000 --- a/domains/toonshub.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "dakshy", - "email": "daksh.yadav.2704@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/topher.json b/domains/topher.json deleted file mode 100644 index f25285564..000000000 --- a/domains/topher.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "christopherwk210", - "email": "christopherwk210@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tosh.json b/domains/tosh.json deleted file mode 100644 index c24172c28..000000000 --- a/domains/tosh.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "description": "Portifolio Website", - "repo": "https://github.com/shellcodegroup/antony_bahati_portfolio", - "username": "shellcodegroup", - "email": "shellcodegroup@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/tpglitch.json b/domains/tpglitch.json deleted file mode 100644 index 0364bc2ca..000000000 --- a/domains/tpglitch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tpglitch", - "email": "tylerkinney50@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tpke.json b/domains/tpke.json deleted file mode 100644 index 202061ec1..000000000 --- a/domains/tpke.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ZeroRatedTM", - "email": "zeroratedtm@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tr1xem.json b/domains/tr1xem.json deleted file mode 100644 index 54d1e5f81..000000000 --- a/domains/tr1xem.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "tr1xem", - "email": "kmtechnical2006@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/trailblazertech.json b/domains/trailblazertech.json deleted file mode 100644 index 21aa904de..000000000 --- a/domains/trailblazertech.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "trailblazie", - "email": "trailblazire@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/trasadiyasmeet.json b/domains/trasadiyasmeet.json deleted file mode 100644 index afbd109a8..000000000 --- a/domains/trasadiyasmeet.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "psmeet190902", - "email": "21bph115@nirmauni.ac.in" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/trvs.json b/domains/trvs.json deleted file mode 100644 index cd5c361e5..000000000 --- a/domains/trvs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "traviebb", - "email": "trvsmusicofficial@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/trvsmusic.json b/domains/trvsmusic.json deleted file mode 100644 index cd5c361e5..000000000 --- a/domains/trvsmusic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "traviebb", - "email": "trvsmusicofficial@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/trypt.json b/domains/trypt.json deleted file mode 100644 index 86751c421..000000000 --- a/domains/trypt.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "FractalH", - "email": "tryptamine@privacyrequired.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tw.json b/domains/tw.json deleted file mode 100644 index 815679b4e..000000000 --- a/domains/tw.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tw31122007", - "email": "tw31122007@googlemail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/twisted.json b/domains/twisted.json deleted file mode 100644 index 680fca65a..000000000 --- a/domains/twisted.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "TwistVibed", - "email": "gamerdragon971@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/tyler.json b/domains/tyler.json deleted file mode 100644 index 549971db2..000000000 --- a/domains/tyler.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "G2C-DC", - "email": "tylercalumacker@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/tylerdotnet.json b/domains/tylerdotnet.json deleted file mode 100644 index a857dd0cc..000000000 --- a/domains/tylerdotnet.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "tylerdotnet", - "email": "tylerdotnet@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/tzvika.json b/domains/tzvika.json deleted file mode 100644 index c0f4851b4..000000000 --- a/domains/tzvika.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "tzvio", - "email": "tzvika.ofek@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ukirio.json b/domains/ukirio.json deleted file mode 100644 index 68422ca70..000000000 --- a/domains/ukirio.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ukrioo", - "email": "u8k50850@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/ultrix.json b/domains/ultrix.json deleted file mode 100644 index 6c986115d..000000000 --- a/domains/ultrix.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "jacksoncraft859", - "email": "pollardjackson@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/umar.json b/domains/umar.json deleted file mode 100644 index 12f2722f7..000000000 --- a/domains/umar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Croosh", - "email": "mineeaamir@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/unchained.json b/domains/unchained.json deleted file mode 100644 index 6b9f7870b..000000000 --- a/domains/unchained.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "unchaineddev", - "email": "yusuf_in@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/unixtz.json b/domains/unixtz.json deleted file mode 100644 index dda3ac1a1..000000000 --- a/domains/unixtz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Iamunix", - "email": "abdulhaulerashid@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/unknowncheats.json b/domains/unknowncheats.json deleted file mode 100644 index afa1025f7..000000000 --- a/domains/unknowncheats.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "opkinshuk09", - "email": "opkinshuk09@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/urgent.afcu.json b/domains/urgent.afcu.json deleted file mode 100644 index c84b867f5..000000000 --- a/domains/urgent.afcu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "afcunotify", - "email": "rockkahan12@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/urgent.afcubanking.json b/domains/urgent.afcubanking.json deleted file mode 100644 index c84b867f5..000000000 --- a/domains/urgent.afcubanking.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "afcunotify", - "email": "rockkahan12@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/useflame.json b/domains/useflame.json deleted file mode 100644 index 7db17ba6b..000000000 --- a/domains/useflame.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "useflameclient", - "email": "aimloqrtamar@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/user.nqdev.json b/domains/user.nqdev.json deleted file mode 100644 index 2cbbfef3d..000000000 --- a/domains/user.nqdev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "nguyenquy0710", - "email": "nguyenquy.1096@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/utility.icevixen.json b/domains/utility.icevixen.json deleted file mode 100644 index 11ce7ceb0..000000000 --- a/domains/utility.icevixen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zirmith", - "email": "f2v74yt@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/utkn.json b/domains/utkn.json deleted file mode 100644 index fd09256d6..000000000 --- a/domains/utkn.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "utkn", - "email": "39ph4f87a@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/utsavsingh.json b/domains/utsavsingh.json deleted file mode 100644 index 9492c5289..000000000 --- a/domains/utsavsingh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "singhutsav5502", - "email": "singhutsavofficial@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/uv.json b/domains/uv.json deleted file mode 100644 index 0af1ce035..000000000 --- a/domains/uv.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "eyesmad", - "email": "eagam0002@mymail.lausd.net" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/va1dee.json b/domains/va1dee.json deleted file mode 100644 index 54e96c903..000000000 --- a/domains/va1dee.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "va1dee", - "email": "vldslv.prydatko@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vaginessa.json b/domains/vaginessa.json deleted file mode 100644 index f3d6c5a1f..000000000 --- a/domains/vaginessa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vaginessa", - "email": "vanni@f5.si" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vanshagrawal.json b/domains/vanshagrawal.json deleted file mode 100644 index 5985048cb..000000000 --- a/domains/vanshagrawal.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "pranavagrawal321", - "email": "pranavagrawal321@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/var.json b/domains/var.json deleted file mode 100644 index 901d5d04d..000000000 --- a/domains/var.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "IfVar", - "email": "LZT7@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/varun.json b/domains/varun.json deleted file mode 100644 index c7ebbe537..000000000 --- a/domains/varun.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "varun-chaudhary", - "email": "varunc105@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/varunhere.json b/domains/varunhere.json deleted file mode 100644 index c93acc634..000000000 --- a/domains/varunhere.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "drzanon", - "email": "varunc105j@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/veer.json b/domains/veer.json deleted file mode 100644 index 8fca80fa9..000000000 --- a/domains/veer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vpt-dev", - "email": "veerhp@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/venkateshpagdikar.json b/domains/venkateshpagdikar.json deleted file mode 100644 index 2e779acdd..000000000 --- a/domains/venkateshpagdikar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "venkateshpagdikar", - "email": "venkateshpagdikar8@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/venox.json b/domains/venox.json deleted file mode 100644 index 71d999798..000000000 --- a/domains/venox.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "V-E-N-O-X", - "email": "akd.bd880@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/verse.json b/domains/verse.json deleted file mode 100644 index ae347f452..000000000 --- a/domains/verse.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ClicpoW", - "email": "clicpowytb@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/verstandlxs.json b/domains/verstandlxs.json deleted file mode 100644 index a3ab17e9a..000000000 --- a/domains/verstandlxs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "byKeksYT", - "email": "community@verstandlxs.de" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vertex.json b/domains/vertex.json deleted file mode 100644 index 794111c79..000000000 --- a/domains/vertex.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ltong4867", - "email": "ltong4867@inst.hcpss.org" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vhd.json b/domains/vhd.json deleted file mode 100644 index a3fa82d7a..000000000 --- a/domains/vhd.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "realvhd", - "email": "dotrealvhd@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vian.json b/domains/vian.json deleted file mode 100644 index 89eaff968..000000000 --- a/domains/vian.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vviaan", - "email": "erel.ersahin@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/victoris.json b/domains/victoris.json deleted file mode 100644 index 6abb35739..000000000 --- a/domains/victoris.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "victorgeel", - "email": "freevpn537@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/victorisgeek.json b/domains/victorisgeek.json deleted file mode 100644 index 6abb35739..000000000 --- a/domains/victorisgeek.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "victorgeel", - "email": "freevpn537@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vikas-mahi.json b/domains/vikas-mahi.json deleted file mode 100644 index 731394b99..000000000 --- a/domains/vikas-mahi.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "vikas-mahi", - "email": "1vikasmahi@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/vikkubaliga.json b/domains/vikkubaliga.json deleted file mode 100644 index 2f946f389..000000000 --- a/domains/vikkubaliga.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vikkubaligas", - "email": "vikkubaligatmp@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vin-decoder.json b/domains/vin-decoder.json deleted file mode 100644 index 3051ca886..000000000 --- a/domains/vin-decoder.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "IvanAshikhin", - "email": "ashikhinivan18@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vincent-cly.json b/domains/vincent-cly.json deleted file mode 100644 index beda63ece..000000000 --- a/domains/vincent-cly.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Vincent-CLY", - "email": "vchku413@connect.hku.hk" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vineet-khemnani.json b/domains/vineet-khemnani.json deleted file mode 100644 index ee41af2b2..000000000 --- a/domains/vineet-khemnani.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vineetkhemnani", - "email": "vineetkhemnani09@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/viraj.json b/domains/viraj.json deleted file mode 100644 index 90217a8be..000000000 --- a/domains/viraj.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Viraj2722", - "email": "virajwalavalkar90982@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vishok.json b/domains/vishok.json deleted file mode 100644 index 410168790..000000000 --- a/domains/vishok.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "mvishok", - "email": "mvishok2005@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vishwa.json b/domains/vishwa.json deleted file mode 100644 index 34a40edc1..000000000 --- a/domains/vishwa.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vishwa2001911", - "email": "vprabhath937@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/visionavtr.json b/domains/visionavtr.json deleted file mode 100644 index b817b2fed..000000000 --- a/domains/visionavtr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "creatize", - "email": "lada_862@mail.ru" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vivek.2k.json b/domains/vivek.2k.json deleted file mode 100644 index cc716d3f1..000000000 --- a/domains/vivek.2k.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vi2k6", - "email": "Vivektvp1@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vleov.json b/domains/vleov.json deleted file mode 100644 index af154117a..000000000 --- a/domains/vleov.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vLeov", - "email": "leo.goetz2008@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/voidlesh.json b/domains/voidlesh.json deleted file mode 100644 index 405814df7..000000000 --- a/domains/voidlesh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Voidlesh", - "email": "levi.maiwald@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/voldemort.json b/domains/voldemort.json deleted file mode 100644 index bb5000598..000000000 --- a/domains/voldemort.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Voldemort-h4ck", - "email": "vertesivv@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/voltic.json b/domains/voltic.json deleted file mode 100644 index 0b6d0289b..000000000 --- a/domains/voltic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "HarpyLMAO", - "email": "harpymclol@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/voonyuan.json b/domains/voonyuan.json deleted file mode 100644 index 61e408cf6..000000000 --- a/domains/voonyuan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "VonYuan", - "email": "voonyuan11@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/vt-d.json b/domains/vt-d.json deleted file mode 100644 index 684c1504d..000000000 --- a/domains/vt-d.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vt-d", - "email": "poonipapatv@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/wang.json b/domains/wang.json deleted file mode 100644 index fd02ae2df..000000000 --- a/domains/wang.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "wang-on-top", - "email": "Real.Shid.999@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/wangjoui.json b/domains/wangjoui.json deleted file mode 100644 index 66b9329d2..000000000 --- a/domains/wangjoui.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "hii311", - "email": "trieuvy5ghz@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/wankhede.json b/domains/wankhede.json deleted file mode 100644 index d26b45d0e..000000000 --- a/domains/wankhede.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "FIRSTB0SS", - "email": "abhiwa6@protonmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/wap.json b/domains/wap.json deleted file mode 100644 index 92e7cb91e..000000000 --- a/domains/wap.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kramiikk", - "email": "hifund@yandex.ru" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/warvan.json b/domains/warvan.json deleted file mode 100644 index c76ebfa67..000000000 --- a/domains/warvan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "node-warvan", - "email": "irvaaanfauzi1@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/web-design-zone.json b/domains/web-design-zone.json deleted file mode 100644 index bcd7b225c..000000000 --- a/domains/web-design-zone.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "sabbir875", - "email": "mastermail99999@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/webmarshalls.json b/domains/webmarshalls.json deleted file mode 100644 index c9dd94511..000000000 --- a/domains/webmarshalls.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "WebMarshalls", - "email": "ndirangusteven131@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/whinny.json b/domains/whinny.json deleted file mode 100644 index 439dac763..000000000 --- a/domains/whinny.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Razer5624", - "email": "hajimesiyyachiyyo@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/wibu.json b/domains/wibu.json deleted file mode 100644 index 84c551334..000000000 --- a/domains/wibu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DomathID", - "email": "admin@yukinoshita.web.id" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/williamsebastian.json b/domains/williamsebastian.json deleted file mode 100644 index 2c091c5c9..000000000 --- a/domains/williamsebastian.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "BaseParody", - "email": "baseparody@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/winniepat.json b/domains/winniepat.json deleted file mode 100644 index 573a55433..000000000 --- a/domains/winniepat.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "RavagerEdge", - "email": "wc92226@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/wizard.json b/domains/wizard.json deleted file mode 100644 index 953bd30cc..000000000 --- a/domains/wizard.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Rxflex", - "email": "andreysuew@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/wm.json b/domains/wm.json deleted file mode 100644 index 44744715b..000000000 --- a/domains/wm.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "cmdwm", - "email": "will@willm.xyz" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/wolflangtw.json b/domains/wolflangtw.json deleted file mode 100644 index 58d976e80..000000000 --- a/domains/wolflangtw.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "wolflangtw", - "email": "wolflang.channel@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/woxdev.json b/domains/woxdev.json deleted file mode 100644 index 39534e75b..000000000 --- a/domains/woxdev.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "WoxDev", - "email": "januardhodicky06@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/www.amulyasingh.json b/domains/www.amulyasingh.json deleted file mode 100644 index 397c34f77..000000000 --- a/domains/www.amulyasingh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "JstHuman", - "email": "ytamulya77@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/x3ric.json b/domains/x3ric.json deleted file mode 100644 index 961b4cbc6..000000000 --- a/domains/x3ric.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "X3ric", - "email": "ericxaime@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xander.json b/domains/xander.json deleted file mode 100644 index a67713fa4..000000000 --- a/domains/xander.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "Xanderxx69", - "email": "xanderhogan13@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/xcut.json b/domains/xcut.json deleted file mode 100644 index 3b650418b..000000000 --- a/domains/xcut.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "IQBooster", - "email": "martinskyler829@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xian.json b/domains/xian.json deleted file mode 100644 index 917ce7eef..000000000 --- a/domains/xian.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "xian-docdocil", - "email": "xian.docdocil@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xiaozhe.json b/domains/xiaozhe.json deleted file mode 100644 index aa26a5890..000000000 --- a/domains/xiaozhe.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "shizhhe", - "email": "meps105195@go.edu.tw" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xiaozhu2007.json b/domains/xiaozhu2007.json deleted file mode 100644 index ed6ce95f7..000000000 --- a/domains/xiaozhu2007.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "xiaozhu2007", - "email": "lz19986912007@163.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/xikofornai.json b/domains/xikofornai.json deleted file mode 100644 index 8f96659a7..000000000 --- a/domains/xikofornai.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "99ogx", - "email": "kr060535@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/xinfull.json b/domains/xinfull.json deleted file mode 100644 index 635e90072..000000000 --- a/domains/xinfull.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "xinfull", - "email": "robertkitunda89@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xkotelek.json b/domains/xkotelek.json deleted file mode 100644 index f3c192a22..000000000 --- a/domains/xkotelek.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "xKotelek", - "email": "contact@kotelek.dev" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xorisx.json b/domains/xorisx.json deleted file mode 100644 index 48a745462..000000000 --- a/domains/xorisx.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vividcolorss", - "email": "68936a@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xoronium.json b/domains/xoronium.json deleted file mode 100644 index 59e5b9feb..000000000 --- a/domains/xoronium.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "xoronium", - "email": "theglocksaint1535@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xorro.json b/domains/xorro.json deleted file mode 100644 index 08049af2f..000000000 --- a/domains/xorro.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "crllect", - "email": "crllect@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xram.json b/domains/xram.json deleted file mode 100644 index 5a11058c8..000000000 --- a/domains/xram.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "azcraze", - "email": "ash.zeit@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/xuanwu.json b/domains/xuanwu.json deleted file mode 100644 index 14200571f..000000000 --- a/domains/xuanwu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "vlux", - "email": "vluxyue@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yairmedina.json b/domains/yairmedina.json deleted file mode 100644 index 77c870165..000000000 --- a/domains/yairmedina.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "DarknessRisesFromBelow", - "email": "spam.me.please.do.it@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yakisan.json b/domains/yakisan.json deleted file mode 100644 index a164534d0..000000000 --- a/domains/yakisan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "efeyksn", - "email": "mefeyakisan@icloud.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yash-khattar.json b/domains/yash-khattar.json deleted file mode 100644 index 26520e320..000000000 --- a/domains/yash-khattar.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Yash-Khattar", - "email": "yashkhattar73@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yashwardhan.json b/domains/yashwardhan.json deleted file mode 100644 index ee445f4c1..000000000 --- a/domains/yashwardhan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "yashwardhan333666", - "email": "yashwardhan333666@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yc-gen.json b/domains/yc-gen.json deleted file mode 100644 index 8b83358ca..000000000 --- a/domains/yc-gen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Marsi591", - "email": "marsi591707@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yef.json b/domains/yef.json deleted file mode 100644 index cd3a92201..000000000 --- a/domains/yef.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "idislikeapples", - "email": "jeremyq33@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yes.json b/domains/yes.json deleted file mode 100644 index 6abb35739..000000000 --- a/domains/yes.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "victorgeel", - "email": "freevpn537@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yieldray.json b/domains/yieldray.json deleted file mode 100644 index a9b08785d..000000000 --- a/domains/yieldray.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "YieldRay", - "email": "yieldray@outlook.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yiyi.json b/domains/yiyi.json deleted file mode 100644 index 3be8043e0..000000000 --- a/domains/yiyi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "danhuaxiansheng", - "email": "646042371@qq.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yoitsrt.json b/domains/yoitsrt.json deleted file mode 100644 index 4109556f7..000000000 --- a/domains/yoitsrt.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "rtgamingwdt", - "email": "rustytrim11@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yourmom.json b/domains/yourmom.json deleted file mode 100644 index 8a6294146..000000000 --- a/domains/yourmom.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "RipAngelhacks", - "email": "ojedallopezangel@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yousefzidan.json b/domains/yousefzidan.json deleted file mode 100644 index 2f78894c8..000000000 --- a/domains/yousefzidan.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "0x0jx", - "email": "0x0jx@proton.me" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/youssef.json b/domains/youssef.json deleted file mode 100644 index ad3bd6dd6..000000000 --- a/domains/youssef.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "youssefmahboub", - "email": "szeropercent@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yozie.json b/domains/yozie.json deleted file mode 100644 index d0761039b..000000000 --- a/domains/yozie.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "YozieB", - "email": "mrfreeze987@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yozieb.json b/domains/yozieb.json deleted file mode 100644 index d0761039b..000000000 --- a/domains/yozieb.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "YozieB", - "email": "mrfreeze987@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yozieeee.json b/domains/yozieeee.json deleted file mode 100644 index d0761039b..000000000 --- a/domains/yozieeee.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "YozieB", - "email": "mrfreeze987@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yt.amulyasingh.json b/domains/yt.amulyasingh.json deleted file mode 100644 index f91fc50e4..000000000 --- a/domains/yt.amulyasingh.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "AMULYASing", - "email": "amulyasingh370@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ytdl.mrj.json b/domains/ytdl.mrj.json deleted file mode 100644 index f3e362dd2..000000000 --- a/domains/ytdl.mrj.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "MRJ-Badshah", - "email": "illegalhacker2.0@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} diff --git a/domains/yuki.json b/domains/yuki.json deleted file mode 100644 index 15820aa00..000000000 --- a/domains/yuki.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "YukiVN", - "email": "mejmayfoof@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yumi.json b/domains/yumi.json deleted file mode 100644 index d84c20ad6..000000000 --- a/domains/yumi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "yuminanase", - "email": "akosifujiph@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yuyu.json b/domains/yuyu.json deleted file mode 100644 index 3395877b8..000000000 --- a/domains/yuyu.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "yuyulbm", - "email": "Jesus71236gaming@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/yyw.json b/domains/yyw.json deleted file mode 100644 index 710e5c0b2..000000000 --- a/domains/yyw.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "yywbadm", - "email": "yyw.981031@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zeazolf.json b/domains/zeazolf.json deleted file mode 100644 index 80add21a4..000000000 --- a/domains/zeazolf.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "ZeaZolf", - "email": "ZeaZolfPc@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/zenjahid.json b/domains/zenjahid.json deleted file mode 100644 index 8c561f660..000000000 --- a/domains/zenjahid.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zenjahid", - "email": "mdjahidul.haque.7@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zephyr.json b/domains/zephyr.json deleted file mode 100644 index 67a0a96c3..000000000 --- a/domains/zephyr.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ALVINTAN159", - "email": "alvintan159@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zepvil.json b/domains/zepvil.json deleted file mode 100644 index 08cbfca6e..000000000 --- a/domains/zepvil.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zepvil", - "email": "thezepvil@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zerobun.json b/domains/zerobun.json deleted file mode 100644 index e63c8788d..000000000 --- a/domains/zerobun.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "zerobun", - "email": "tareku2003@gmail.com" - }, - "record": { - "A": [ - "217.174.245.249" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" - } -} \ No newline at end of file diff --git a/domains/zeroratedtm.json b/domains/zeroratedtm.json deleted file mode 100644 index 202061ec1..000000000 --- a/domains/zeroratedtm.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ZeroRatedTM", - "email": "zeroratedtm@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zh4ck.json b/domains/zh4ck.json deleted file mode 100644 index 391961f23..000000000 --- a/domains/zh4ck.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zh4ck", - "email": "zhacxk@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zhougonglai.json b/domains/zhougonglai.json deleted file mode 100644 index 48663a97c..000000000 --- a/domains/zhougonglai.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zhougonglai", - "email": "838048635@qq.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zhxck.json b/domains/zhxck.json deleted file mode 100644 index 391961f23..000000000 --- a/domains/zhxck.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zh4ck", - "email": "zhacxk@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zirconiac.json b/domains/zirconiac.json deleted file mode 100644 index 5bfbc9a0b..000000000 --- a/domains/zirconiac.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "ZirconiaCubed3v2", - "email": "lucian.adzima@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zizibibi.json b/domains/zizibibi.json deleted file mode 100644 index 4f5013a75..000000000 --- a/domains/zizibibi.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "f4ruk1453decodex", - "email": "furk4ncrowley@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zombs.json b/domains/zombs.json deleted file mode 100644 index 0af1ce035..000000000 --- a/domains/zombs.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "eyesmad", - "email": "eagam0002@mymail.lausd.net" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zoronium.json b/domains/zoronium.json deleted file mode 100644 index b728acd2e..000000000 --- a/domains/zoronium.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "thinlayerofice", - "email": "zayaanmohammed1535@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zshmeta.json b/domains/zshmeta.json deleted file mode 100644 index 0c2fc158b..000000000 --- a/domains/zshmeta.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zshmeta", - "email": "zshmeta@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/ztrax.json b/domains/ztrax.json deleted file mode 100644 index 79f741748..000000000 --- a/domains/ztrax.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zTraxDev", - "email": "bernardmartinez241@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zwzodo.json b/domains/zwzodo.json deleted file mode 100644 index 27e5e1b5b..000000000 --- a/domains/zwzodo.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "zwzodo", - "email": "zwzodo@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/domains/zye.json b/domains/zye.json deleted file mode 100644 index 01b5231c3..000000000 --- a/domains/zye.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Zyelixify", - "email": "heroxmain@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..853c75a2c --- /dev/null +++ b/package-lock.json @@ -0,0 +1,1467 @@ +{ + "name": "is-a-dev-core", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "is-a-dev-core", + "version": "1.0.0", + "license": "GPL-3.0", + "dependencies": { + "ip-regex": "^5.0.0", + "ramda": "^0.27.1" + }, + "devDependencies": { + "eslint": "^7.11.0", + "eslint-plugin-json": "^2.1.2", + "eslint-plugin-node": "^11.1.0" + } + }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.10.4" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", + "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/@babel/highlight/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@babel/highlight/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", + "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.1.1", + "espree": "^7.3.0", + "globals": "^13.9.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^3.13.1", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", + "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.0", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/enquirer": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", + "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", + "dev": true, + "dependencies": { + "ansi-colors": "^4.1.1", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint": { + "version": "7.32.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", + "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "7.12.11", + "@eslint/eslintrc": "^0.4.3", + "@humanwhocodes/config-array": "^0.5.0", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.0.1", + "doctrine": "^3.0.0", + "enquirer": "^2.3.5", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^2.1.0", + "eslint-visitor-keys": "^2.0.0", + "espree": "^7.3.1", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^5.1.2", + "globals": "^13.6.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^3.13.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "progress": "^2.0.0", + "regexpp": "^3.1.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.0", + "strip-json-comments": "^3.1.0", + "table": "^6.0.9", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-es": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz", + "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", + "dev": true, + "dependencies": { + "eslint-utils": "^2.0.0", + "regexpp": "^3.0.0" + }, + "engines": { + "node": ">=8.10.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=4.19.1" + } + }, + "node_modules/eslint-plugin-json": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-2.1.2.tgz", + "integrity": "sha512-isM/fsUxS4wN1+nLsWoV5T4gLgBQnsql3nMTr8u+cEls1bL8rRQO5CP5GtxJxaOfbcKqnz401styw+H/P+e78Q==", + "dev": true, + "dependencies": { + "lodash": "^4.17.19", + "vscode-json-languageservice": "^3.7.0" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/eslint-plugin-node": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz", + "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==", + "dev": true, + "dependencies": { + "eslint-plugin-es": "^3.0.0", + "eslint-utils": "^2.0.0", + "ignore": "^5.1.1", + "minimatch": "^3.0.4", + "resolve": "^1.10.1", + "semver": "^6.1.0" + }, + "engines": { + "node": ">=8.10.0" + }, + "peerDependencies": { + "eslint": ">=5.16.0" + } + }, + "node_modules/eslint-plugin-node/node_modules/ignore": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", + "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/eslint-plugin-node/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/eslint-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^1.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } + }, + "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/espree": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", + "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", + "dev": true, + "dependencies": { + "acorn": "^7.4.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^1.3.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/espree/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esquery/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "dev": true, + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", + "dev": true + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", + "dev": true + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/ip-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz", + "integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true + }, + "node_modules/jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "dev": true + }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", + "dev": true + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optionator": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", + "dev": true, + "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ramda": { + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.2.tgz", + "integrity": "sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==" + }, + "node_modules/regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/table": { + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", + "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", + "dev": true, + "dependencies": { + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/table/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/table/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/v8-compile-cache": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz", + "integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==", + "dev": true + }, + "node_modules/vscode-json-languageservice": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-3.11.0.tgz", + "integrity": "sha512-QxI+qV97uD7HHOCjh3MrM1TfbdwmTXrMckri5Tus1/FQiG3baDZb2C9Y0y8QThs7PwHYBIQXcAc59ZveCRZKPA==", + "dev": true, + "dependencies": { + "jsonc-parser": "^3.0.0", + "vscode-languageserver-textdocument": "^1.0.1", + "vscode-languageserver-types": "3.16.0-next.2", + "vscode-nls": "^5.0.0", + "vscode-uri": "^2.1.2" + } + }, + "node_modules/vscode-languageserver-textdocument": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz", + "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==", + "dev": true + }, + "node_modules/vscode-languageserver-types": { + "version": "3.16.0-next.2", + "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0-next.2.tgz", + "integrity": "sha512-QjXB7CKIfFzKbiCJC4OWC8xUncLsxo19FzGVp/ADFvvi87PlmBSCAtZI5xwGjF5qE0xkLf0jjKUn3DzmpDP52Q==", + "dev": true + }, + "node_modules/vscode-nls": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.2.0.tgz", + "integrity": "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==", + "dev": true + }, + "node_modules/vscode-uri": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.1.2.tgz", + "integrity": "sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==", + "dev": true + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } +} From cfdb18eb922f00bd52e83094d851562454b6c6eb Mon Sep 17 00:00:00 2001 From: "is-a.dev Bot" Date: Sun, 14 Jan 2024 09:48:56 +0000 Subject: [PATCH 84/94] Delete package-lock.json --- package-lock.json | 1467 --------------------------------------------- 1 file changed, 1467 deletions(-) delete mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 853c75a2c..000000000 --- a/package-lock.json +++ /dev/null @@ -1,1467 +0,0 @@ -{ - "name": "is-a-dev-core", - "version": "1.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "is-a-dev-core", - "version": "1.0.0", - "license": "GPL-3.0", - "dependencies": { - "ip-regex": "^5.0.0", - "ramda": "^0.27.1" - }, - "devDependencies": { - "eslint": "^7.11.0", - "eslint-plugin-json": "^2.1.2", - "eslint-plugin-node": "^11.1.0" - } - }, - "node_modules/@aashutoshrathi/word-wrap": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", - "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.10.4" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/@babel/highlight/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", - "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", - "dev": true, - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^13.9.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", - "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", - "dev": true, - "dependencies": { - "@humanwhocodes/object-schema": "^1.2.0", - "debug": "^4.1.1", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true - }, - "node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ansi-colors": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", - "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/enquirer": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", - "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", - "dev": true, - "dependencies": { - "ansi-colors": "^4.1.1", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "7.32.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", - "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", - "dev": true, - "dependencies": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.3", - "@humanwhocodes/config-array": "^0.5.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.1.2", - "globals": "^13.6.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.9", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-plugin-es": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz", - "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", - "dev": true, - "dependencies": { - "eslint-utils": "^2.0.0", - "regexpp": "^3.0.0" - }, - "engines": { - "node": ">=8.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=4.19.1" - } - }, - "node_modules/eslint-plugin-json": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-json/-/eslint-plugin-json-2.1.2.tgz", - "integrity": "sha512-isM/fsUxS4wN1+nLsWoV5T4gLgBQnsql3nMTr8u+cEls1bL8rRQO5CP5GtxJxaOfbcKqnz401styw+H/P+e78Q==", - "dev": true, - "dependencies": { - "lodash": "^4.17.19", - "vscode-json-languageservice": "^3.7.0" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/eslint-plugin-node": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz", - "integrity": "sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==", - "dev": true, - "dependencies": { - "eslint-plugin-es": "^3.0.0", - "eslint-utils": "^2.0.0", - "ignore": "^5.1.1", - "minimatch": "^3.0.4", - "resolve": "^1.10.1", - "semver": "^6.1.0" - }, - "engines": { - "node": ">=8.10.0" - }, - "peerDependencies": { - "eslint": ">=5.16.0" - } - }, - "node_modules/eslint-plugin-node/node_modules/ignore": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz", - "integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/eslint-plugin-node/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^1.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/espree": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", - "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", - "dev": true, - "dependencies": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/espree/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", - "dev": true, - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esquery/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esrecurse/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true - }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "dependencies": { - "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/flat-cache": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", - "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", - "dev": true, - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.3", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/flatted": { - "version": "3.2.9", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", - "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", - "dev": true - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", - "dev": true - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/hasown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", - "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true, - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/ip-regex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz", - "integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", - "dev": true, - "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true - }, - "node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true - }, - "node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", - "dev": true - }, - "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/optionator": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", - "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", - "dev": true, - "dependencies": { - "@aashutoshrathi/word-wrap": "^1.2.3", - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/progress": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/ramda": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.2.tgz", - "integrity": "sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==" - }, - "node_modules/regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "dev": true - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/table": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", - "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", - "dev": true, - "dependencies": { - "ajv": "^8.0.1", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/table/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/table/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/v8-compile-cache": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz", - "integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==", - "dev": true - }, - "node_modules/vscode-json-languageservice": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/vscode-json-languageservice/-/vscode-json-languageservice-3.11.0.tgz", - "integrity": "sha512-QxI+qV97uD7HHOCjh3MrM1TfbdwmTXrMckri5Tus1/FQiG3baDZb2C9Y0y8QThs7PwHYBIQXcAc59ZveCRZKPA==", - "dev": true, - "dependencies": { - "jsonc-parser": "^3.0.0", - "vscode-languageserver-textdocument": "^1.0.1", - "vscode-languageserver-types": "3.16.0-next.2", - "vscode-nls": "^5.0.0", - "vscode-uri": "^2.1.2" - } - }, - "node_modules/vscode-languageserver-textdocument": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz", - "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==", - "dev": true - }, - "node_modules/vscode-languageserver-types": { - "version": "3.16.0-next.2", - "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.16.0-next.2.tgz", - "integrity": "sha512-QjXB7CKIfFzKbiCJC4OWC8xUncLsxo19FzGVp/ADFvvi87PlmBSCAtZI5xwGjF5qE0xkLf0jjKUn3DzmpDP52Q==", - "dev": true - }, - "node_modules/vscode-nls": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.2.0.tgz", - "integrity": "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==", - "dev": true - }, - "node_modules/vscode-uri": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-2.1.2.tgz", - "integrity": "sha512-8TEXQxlldWAuIODdukIb+TR5s+9Ds40eSJrw+1iDDA9IFORPjMELarNQE3myz5XIkWWpdprmJjm1/SxMlWOC8A==", - "dev": true - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } - } -} From 2e096fe2cf8c6ac6f44ac62515f5e48dd29e72f5 Mon Sep 17 00:00:00 2001 From: Akshat <75732865+LegendOP1041@users.noreply.github.com> Date: Sun, 14 Jan 2024 15:40:31 +0530 Subject: [PATCH 85/94] Register cloud.akshtt.is-a.dev --- domains/cloud.akshtt.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/cloud.akshtt.json diff --git a/domains/cloud.akshtt.json b/domains/cloud.akshtt.json new file mode 100644 index 000000000..d55e38eee --- /dev/null +++ b/domains/cloud.akshtt.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "LegendOP1041", + "email": "maillegendop@gmail.com", + "discord": "1056531806763102218" + }, + + "record": { + "A": ["69.30.249.53"] + } + } + \ No newline at end of file From 837027b59b82e18ea7399ff31f74f13e10771bed Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 18:10:36 +0800 Subject: [PATCH 86/94] Delete .github/workflows/wildcard.yml --- .github/workflows/wildcard.yml | 69 ---------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 .github/workflows/wildcard.yml diff --git a/.github/workflows/wildcard.yml b/.github/workflows/wildcard.yml deleted file mode 100644 index b7622fc2d..000000000 --- a/.github/workflows/wildcard.yml +++ /dev/null @@ -1,69 +0,0 @@ -name: Wildcard temp record - -on: - workflow_dispatch: - inputs: - recordcontent: - description: "Record Content" - required: true - default: "warning" - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Generate JSON file - run: | - echo '{ - "owner": { - "username": "is-a-dev", - "email": "hello@maintainers.is-a.dev" - }, - "record": { - "TXT": "${{ github.event.inputs.recordcontent }}" - } - }' > ./domains/_acme-challenge.json - - - name: test - run: cat domains/_acme-challenge.json - - - uses: oven-sh/setup-bun@v1 - with: - bun-version: 1.0.3 - - run: bun install - - - name: Publishing records - env: - CI: 1 - NODE_ENV: production - ENV: production - DOMAIN_USER: ${{ secrets.DOMAIN_USER }} - DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} - DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} - DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} - DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} - DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} - run: bun run publish-records - - name: Sleep - run: sleep 10m - shell: bash - - - name: Remove - run: rm domains/_acme-challenge.json - shell: bash - - - name: removing records - env: - CI: 1 - NODE_ENV: production - ENV: production - DOMAIN_USER: ${{ secrets.DOMAIN_USER }} - DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }} - DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }} - DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }} - DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }} - DOMAIN_HOST_IP: ${{ secrets.DOMAIN_HOST_IP }} - run: bun run publish-records From 2428fbfbc6580c45a2868907965e6aca6342e7e1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 19:13:50 +0800 Subject: [PATCH 87/94] Update and rename _github-pages-challenge-wdhdev.raw-api.json to _github-pages-challenge-is-a-dev.raw-api.json --- domains/_github-pages-challenge-is-a-dev.raw-api.json | 10 ++++++++++ domains/_github-pages-challenge-wdhdev.raw-api.json | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 domains/_github-pages-challenge-is-a-dev.raw-api.json delete mode 100644 domains/_github-pages-challenge-wdhdev.raw-api.json diff --git a/domains/_github-pages-challenge-is-a-dev.raw-api.json b/domains/_github-pages-challenge-is-a-dev.raw-api.json new file mode 100644 index 000000000..2db475eba --- /dev/null +++ b/domains/_github-pages-challenge-is-a-dev.raw-api.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "phenax5@gmail.com" + }, + + "record": { + "TXT": "22bbab4068a6c51de6df06aac442d5" + } +} diff --git a/domains/_github-pages-challenge-wdhdev.raw-api.json b/domains/_github-pages-challenge-wdhdev.raw-api.json deleted file mode 100644 index 9c0dbc10a..000000000 --- a/domains/_github-pages-challenge-wdhdev.raw-api.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wdhdev", - "email": "william@williamharrison.dev" - }, - - "record": { - "TXT": "f702ea064c3d034b70bb3576bba918" - } -} From 23fe3a7e5ad8dab0522ca4e5667be20cd4b5394a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 19:14:30 +0800 Subject: [PATCH 88/94] Update raw-api.json --- domains/raw-api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/raw-api.json b/domains/raw-api.json index 10d14c84b..f94b055e1 100644 --- a/domains/raw-api.json +++ b/domains/raw-api.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "wdhdev.github.io" + "CNAME": "is-a-dev.github.io" } } From d4e9582d5d361b2f55b10f96574ec8454f95e9c0 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 19:17:35 +0800 Subject: [PATCH 89/94] Update and rename _github-pages-challenge-wdhdev.data.json to _github-pages-challenge-is-a-dev.data.json --- domains/_github-pages-challenge-is-a-dev.data.json | 10 ++++++++++ domains/_github-pages-challenge-wdhdev.data.json | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 domains/_github-pages-challenge-is-a-dev.data.json delete mode 100644 domains/_github-pages-challenge-wdhdev.data.json diff --git a/domains/_github-pages-challenge-is-a-dev.data.json b/domains/_github-pages-challenge-is-a-dev.data.json new file mode 100644 index 000000000..c3d3138ad --- /dev/null +++ b/domains/_github-pages-challenge-is-a-dev.data.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "is-a-dev", + "email": "phenax5@gmail.com" + }, + + "record": { + "TXT": "9b2dd0cf1f2f48466e165d39351c97" + } +} diff --git a/domains/_github-pages-challenge-wdhdev.data.json b/domains/_github-pages-challenge-wdhdev.data.json deleted file mode 100644 index b49214e4c..000000000 --- a/domains/_github-pages-challenge-wdhdev.data.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "wdhdev", - "email": "william@williamharrison.dev" - }, - - "record": { - "TXT": "dd771e3f8e535c62bb471e3760dc66" - } -} From 3ceb8d554e5030e29a427b058d1bdb24cb6feaa8 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 14 Jan 2024 19:18:29 +0800 Subject: [PATCH 90/94] Update data.json --- domains/data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/data.json b/domains/data.json index b704f1f2c..f94b055e1 100644 --- a/domains/data.json +++ b/domains/data.json @@ -1,10 +1,10 @@ { "owner": { - "username": "wdhdev", - "email": "william@williamharrison.dev" + "username": "is-a-dev", + "email": "phenax5@gmail.com" }, "record": { - "CNAME": "wdhdev.github.io" + "CNAME": "is-a-dev.github.io" } } From 441c9d9c4697fe8f4ccfd3e1f41d8302804a2d2b Mon Sep 17 00:00:00 2001 From: Essig <73817645+RaydanOMGr@users.noreply.github.com> Date: Sun, 14 Jan 2024 12:57:54 +0100 Subject: [PATCH 91/94] Update sotto.json --- domains/sotto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sotto.json b/domains/sotto.json index 28abd17c7..bef4d546d 100644 --- a/domains/sotto.json +++ b/domains/sotto.json @@ -4,6 +4,6 @@ "email": "andreykelbler@outlook.de" }, "record": { - "A": "69.30.249.53" + "A": ["69.30.249.53"] } } From 81a2539a263cde6bb23bfafdefddb76a350586eb Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Sun, 14 Jan 2024 13:24:43 +0000 Subject: [PATCH 92/94] feat(domain): register-bot.is-a.dev --- domains/register-bot.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/register-bot.json diff --git a/domains/register-bot.json b/domains/register-bot.json new file mode 100644 index 000000000..48c92a40d --- /dev/null +++ b/domains/register-bot.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + "record": { + "A": ["217.174.245.249"] + } +} From 526746b60a4102577e5d0aa711d9ee2fb58e7728 Mon Sep 17 00:00:00 2001 From: "is-a.dev Bot" Date: Sun, 14 Jan 2024 13:40:29 +0000 Subject: [PATCH 93/94] Register block.is-a.dev --- domains/block.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/block.json diff --git a/domains/block.json b/domains/block.json new file mode 100644 index 000000000..49c7fa33e --- /dev/null +++ b/domains/block.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com", + "discord": "598245488977903688" + }, + + "record": { + "MX": ["mail.is-a.dev"] + } + } + \ No newline at end of file From abba54e536fc6666d9bf4c0a5f1baae6a252858d Mon Sep 17 00:00:00 2001 From: andrewstech Date: Sun, 14 Jan 2024 13:42:12 +0000 Subject: [PATCH 94/94] Update block.json --- domains/block.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/domains/block.json b/domains/block.json index 49c7fa33e..ac6d0bc06 100644 --- a/domains/block.json +++ b/domains/block.json @@ -1,12 +1,10 @@ { - "owner": { - "username": "is-a-dev-bot", - "email": "is-a-dev@win11react.com", - "discord": "598245488977903688" - }, - - "record": { - "MX": ["mail.is-a.dev"] - } + "owner": { + "username": "CookieTriste", + "email": "romain.tocsin@gmail.com" + }, + "record": { + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } - \ No newline at end of file +}