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] 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" + } +}