From 17db85c386840d17c8827f1adc767e4ee895c6e3 Mon Sep 17 00:00:00 2001 From: RaydanOMGr Date: Mon, 8 Jan 2024 17:53:11 +0100 Subject: [PATCH 1/3] feat(domain): sotto.is-a.dev --- domains/sotto.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/sotto.json b/domains/sotto.json index 993035603..b39d0969c 100644 --- a/domains/sotto.json +++ b/domains/sotto.json @@ -4,6 +4,11 @@ "email": "andreykelbler@outlook.de" }, "record": { - "CNAME": "proxy.private.danbot.host" + "A": [ + "217.174.245.249", + "51.161.54.161" + ], + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } -} +} \ No newline at end of file From 78cd78731613a5d310f1d840a4056bff0d205a06 Mon Sep 17 00:00:00 2001 From: Essig <73817645+RaydanOMGr@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:12:56 +0100 Subject: [PATCH 2/3] Update sotto.json --- domains/sotto.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/domains/sotto.json b/domains/sotto.json index b39d0969c..28abd17c7 100644 --- a/domains/sotto.json +++ b/domains/sotto.json @@ -4,11 +4,6 @@ "email": "andreykelbler@outlook.de" }, "record": { - "A": [ - "217.174.245.249", - "51.161.54.161" - ], - "MX": ["mail.is-a.dev"], - "TXT": "v=spf1 mx a:mail.is-a.dev ~all" + "A": "69.30.249.53" } -} \ No newline at end of file +} From 441c9d9c4697fe8f4ccfd3e1f41d8302804a2d2b Mon Sep 17 00:00:00 2001 From: Essig <73817645+RaydanOMGr@users.noreply.github.com> Date: Sun, 14 Jan 2024 12:57:54 +0100 Subject: [PATCH 3/3] Update sotto.json --- domains/sotto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sotto.json b/domains/sotto.json index 28abd17c7..bef4d546d 100644 --- a/domains/sotto.json +++ b/domains/sotto.json @@ -4,6 +4,6 @@ "email": "andreykelbler@outlook.de" }, "record": { - "A": "69.30.249.53" + "A": ["69.30.249.53"] } }