From 39cc56a960c1a699b222e8adc7d87b5dc0271677 Mon Sep 17 00:00:00 2001 From: nyxical420 Date: Fri, 20 Oct 2023 12:57:08 +0800 Subject: [PATCH 1/5] feat(domain): nyx.is-a.dev --- domains/nyx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nyx.json diff --git a/domains/nyx.json b/domains/nyx.json new file mode 100644 index 000000000..77f7eb6c9 --- /dev/null +++ b/domains/nyx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nyxical420", + "email": "xaveegacha7@gmail.com" + }, + "record": { + "A": ["76.223.55.44"] + } +} From 1936bde7359bc72e594c2fce041aa7dcee1310b3 Mon Sep 17 00:00:00 2001 From: KrazyKleb <124646709+KrazyKleb@users.noreply.github.com> Date: Sat, 28 Oct 2023 16:00:56 +1100 Subject: [PATCH 2/5] Update krazy.json --- domains/krazy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/krazy.json b/domains/krazy.json index 0b322c817..157b62b8c 100644 --- a/domains/krazy.json +++ b/domains/krazy.json @@ -1,11 +1,11 @@ { "owner": { "username": "KrazyKleb", - "email": "krazyklebyt@gmail.com" + "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" } -} \ No newline at end of file +} From 5f5bb66d1bb1a88d7d1801291ccf9f2704c7ca17 Mon Sep 17 00:00:00 2001 From: tsb3-a2 Date: Sat, 28 Oct 2023 15:51:10 +0800 Subject: [PATCH 3/5] Register vbc6.is-a.dev --- domains/vbc6.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/vbc6.json diff --git a/domains/vbc6.json b/domains/vbc6.json new file mode 100644 index 000000000..c611e589e --- /dev/null +++ b/domains/vbc6.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "tsb3-a2", + "email": "tsb3.a2@proton.me" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} \ No newline at end of file From b2c189f9c8deacc97a8650812dc39296c8bd71ac Mon Sep 17 00:00:00 2001 From: thatmarcboi Date: Sat, 28 Oct 2023 22:04:49 +1100 Subject: [PATCH 4/5] feat(domain): eternal.is-a.dev --- domains/eternal.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/eternal.json b/domains/eternal.json index 95ef7cc3c..c9de9ac55 100644 --- a/domains/eternal.json +++ b/domains/eternal.json @@ -4,6 +4,8 @@ "email": "marcacolwell@gmail.com" }, "record": { - "URL": "https://github.com/thatmarcboi" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file From 601830838fc26c310d8cc3ad872d3fb772bc5955 Mon Sep 17 00:00:00 2001 From: tariqultais <2201081175@UTTARAUNIVERSITY.EDU.BD> Date: Sun, 29 Oct 2023 20:47:24 +0600 Subject: [PATCH 5/5] feat(domain): tariqul.is-a.dev --- domains/tariqul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tariqul.json diff --git a/domains/tariqul.json b/domains/tariqul.json new file mode 100644 index 000000000..862f71aa6 --- /dev/null +++ b/domains/tariqul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tariqultais", + "email": "2201081175@UTTARAUNIVERSITY.EDU.BD" + }, + "record": { + "URL": "https://sites.google.com/view/tariqultais/home" + } +}