From 6b22d5b82323047c8f7867f350a9c9c2edc154e5 Mon Sep 17 00:00:00 2001 From: xqxyzl Date: Mon, 8 Jan 2024 12:06:50 -0500 Subject: [PATCH] feat(domain): ex.is-a.dev --- domains/ex.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/ex.json diff --git a/domains/ex.json b/domains/ex.json new file mode 100644 index 000000000..c0678af3d --- /dev/null +++ b/domains/ex.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "xqxyzl", + "email": "exemailhelp+3@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