From 0a07843fda2dbd4dc7afa670b8d1afdedd4af72a Mon Sep 17 00:00:00 2001 From: ethaanol Date: Mon, 1 Jan 2024 17:49:29 +0200 Subject: [PATCH] feat(domain): exotic.is-a.dev --- domains/exotic.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/exotic.json diff --git a/domains/exotic.json b/domains/exotic.json new file mode 100644 index 000000000..fd96a622b --- /dev/null +++ b/domains/exotic.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "ethaanol", + "email": "cashprivate10@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