From eafff30fddec67965fa9f3078602f3ed300727e5 Mon Sep 17 00:00:00 2001 From: mcshept <76730499+mcshept@users.noreply.github.com> Date: Tue, 13 Feb 2024 19:52:16 +0100 Subject: [PATCH 1/4] Update shept.json --- domains/shept.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/shept.json b/domains/shept.json index 2025a6ccb..4f88ab9d0 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -9,6 +9,8 @@ "185.199.109.153", "185.199.110.153", "185.199.111.153" - ] + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } } From 0a5c2696505c551b2eb2978f26205ea18d1dbc38 Mon Sep 17 00:00:00 2001 From: mcshept <76730499+mcshept@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:23:38 +0100 Subject: [PATCH 2/4] Update shept.json --- domains/shept.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/shept.json b/domains/shept.json index 4f88ab9d0..df8b6e158 100644 --- a/domains/shept.json +++ b/domains/shept.json @@ -10,7 +10,10 @@ "185.199.110.153", "185.199.111.153" ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 5ff552914dc30273ba9795ad4587eb6be9825a19 Mon Sep 17 00:00:00 2001 From: mcshept <76730499+mcshept@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:21:18 +0100 Subject: [PATCH 3/4] Create maximilian.json --- domains/maximilian.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/maximilian.json diff --git a/domains/maximilian.json b/domains/maximilian.json new file mode 100644 index 000000000..368ceacb5 --- /dev/null +++ b/domains/maximilian.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "mcshept", + "email": "maximilian.heinrich@gyk.bayern" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + } +} From 2056ca329f83c4f07f5770ac69751cf4377e1af2 Mon Sep 17 00:00:00 2001 From: mcshept <76730499+mcshept@users.noreply.github.com> Date: Fri, 23 Feb 2024 20:22:19 +0100 Subject: [PATCH 4/4] Delete domains/maximilian.json --- domains/maximilian.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 domains/maximilian.json diff --git a/domains/maximilian.json b/domains/maximilian.json deleted file mode 100644 index 368ceacb5..000000000 --- a/domains/maximilian.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "owner": { - "username": "mcshept", - "email": "maximilian.heinrich@gyk.bayern" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -}