From d8c8f0d97331f14d37b4f4754307914ffaf07cf1 Mon Sep 17 00:00:00 2001 From: Lumix Date: Tue, 15 Oct 2024 19:15:01 +0200 Subject: [PATCH 1/2] Create mail.lumix.json --- domains/mail.lumix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mail.lumix.json diff --git a/domains/mail.lumix.json b/domains/mail.lumix.json new file mode 100644 index 000000000..b9b45204a --- /dev/null +++ b/domains/mail.lumix.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "o-lumix", + "email": "lumix@duck.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } +} From c1b77e7c72a0904cd7cded96e8cda1bc83986876 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:27:14 -0400 Subject: [PATCH 2/2] chore: formatting --- domains/mail.lumix.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/mail.lumix.json b/domains/mail.lumix.json index b9b45204a..68fb63a05 100644 --- a/domains/mail.lumix.json +++ b/domains/mail.lumix.json @@ -1,12 +1,12 @@ { - "owner": { - "username": "o-lumix", - "email": "lumix@duck.com" - }, - "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } + "owner": { + "username": "o-lumix", + "email": "lumix@duck.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } }