From 07938e530b0faa2243435bb254afa324461f8bd3 Mon Sep 17 00:00:00 2001 From: 2131guhfgjh Date: Fri, 5 Jan 2024 23:44:11 -0800 Subject: [PATCH] feat(domain): .is-a.dev --- domains/ .json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/ .json diff --git a/domains/ .json b/domains/ .json new file mode 100644 index 000000000..2650ecc81 --- /dev/null +++ b/domains/ .json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "2131guhfgjh", + "email": "themoserhousehold@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