From b1868a7f2ea247e0fff460b41c02dec8a17642d4 Mon Sep 17 00:00:00 2001 From: SpearDevelopment1 Date: Sun, 31 Dec 2023 21:04:09 -0500 Subject: [PATCH] feat(domain): matt.is-a.dev --- domains/matt.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/matt.json diff --git a/domains/matt.json b/domains/matt.json new file mode 100644 index 000000000..a3c862235 --- /dev/null +++ b/domains/matt.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "SpearDevelopment1", + "email": "dev@spear.best" + }, + "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" + } +} \ No newline at end of file