From 6ce8dac4c0502ee8f10788e569edc833151054e5 Mon Sep 17 00:00:00 2001 From: ludwig7685 <139857057+ludwig7685@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:45:28 +0200 Subject: [PATCH 1/2] Create ludwig.json --- domains/ludwig.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/ludwig.json diff --git a/domains/ludwig.json b/domains/ludwig.json new file mode 100644 index 000000000..698d1ff00 --- /dev/null +++ b/domains/ludwig.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "ludwig7685", + "email": "ludwig@courvix.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com.", + "mx2.improvmx.com." + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 089658300c324cb2e4e001f626686465d94df819 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 2 Sep 2023 09:12:20 +0800 Subject: [PATCH 2/2] Update domains/ludwig.json --- domains/ludwig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/ludwig.json b/domains/ludwig.json index 698d1ff00..862f74ba9 100644 --- a/domains/ludwig.json +++ b/domains/ludwig.json @@ -5,8 +5,8 @@ }, "record": { "MX": [ - "mx1.improvmx.com.", - "mx2.improvmx.com." + "mx1.improvmx.com", + "mx2.improvmx.com" ], "TXT": "v=spf1 include:spf.improvmx.com ~all" }