From b9188dee703671238781fac0301138f039d353b4 Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Sat, 27 Apr 2024 08:43:14 +0200 Subject: [PATCH] Editing Records --- domains/sono.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/domains/sono.json b/domains/sono.json index 5bfe5ce2a..267b37cbd 100644 --- a/domains/sono.json +++ b/domains/sono.json @@ -1,12 +1,13 @@ { - "owner": { - "username": "getSono", - "email": "julianwolf2013@outlook.de", - "discord": "1222250424309121145" - }, - - "record": { - "CNAME": "getsono.github.io" - } + "owner": { + "username": "getSono", + "email": "julianwolf2013@outlook.de" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } - \ No newline at end of file +}