From ed8eb83868e0957febfde4bcb32a3a32786689e8 Mon Sep 17 00:00:00 2001 From: TheMaster223 Date: Sun, 27 Aug 2023 12:05:53 -0400 Subject: [PATCH] feat(domain): master.is-a.dev --- domains/master.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/master.json b/domains/master.json index 6acb47531..6c05eaf9c 100644 --- a/domains/master.json +++ b/domains/master.json @@ -4,6 +4,8 @@ "email": "masteriscool223@gmail.com" }, "record": { - "TXT": ""[{"type":"A","allowMultiple":false,"value":"217.174.245.249"},{"type":"MX","allowMultiple":true,"value":"hosts.is-a.dev"},{"type":"TXT","allowMultiple":true,"value":"v=spf1 a mx ip4:217.174.245.249 ~all"}]"" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file