From b35318ecce2d8a614d8be0a9df14024101794c38 Mon Sep 17 00:00:00 2001 From: hxntaish Date: Tue, 19 Dec 2023 04:10:33 +0100 Subject: [PATCH] feat(domain): storm.is-a.dev --- domains/storm.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/storm.json diff --git a/domains/storm.json b/domains/storm.json new file mode 100644 index 000000000..157703835 --- /dev/null +++ b/domains/storm.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "hxntaish", + "email": "juliettepoisson3@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