From c35abe048d2a4172316924000e7f1ef53c899a25 Mon Sep 17 00:00:00 2001 From: tensura-is-good Date: Sun, 31 Dec 2023 21:05:31 -0500 Subject: [PATCH] feat(domain): johnd.is-a.dev --- domains/johnd.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/johnd.json diff --git a/domains/johnd.json b/domains/johnd.json new file mode 100644 index 000000000..679044a79 --- /dev/null +++ b/domains/johnd.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "tensura-is-good", + "email": "sands.is.undertable@gmail.com" + }, + "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