From 55525f8188f3756807a9c4cb96a8e23b4058d0dd Mon Sep 17 00:00:00 2001 From: thunderarch Date: Thu, 28 Dec 2023 08:01:28 +0530 Subject: [PATCH] feat(domain): thunder.is-a.dev --- domains/thunder.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/thunder.json diff --git a/domains/thunder.json b/domains/thunder.json new file mode 100644 index 000000000..75177fda6 --- /dev/null +++ b/domains/thunder.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "thunderarch", + "email": "thunderarch77@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "AAAA": ["2a00:da00:1800:83a4::1"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file