From 356a55c81d1fc5c0a64d86d3a6cda33c2a569472 Mon Sep 17 00:00:00 2001 From: iMatx Date: Fri, 18 Aug 2023 03:21:11 +0200 Subject: [PATCH] feat(domain): imat.is-a.dev --- domains/imat.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/imat.json diff --git a/domains/imat.json b/domains/imat.json new file mode 100644 index 000000000..46c4d4795 --- /dev/null +++ b/domains/imat.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "iMatx", + "email": "adam.essakhi16+github@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", + "MX": "hosts.is-a.dev" + } +} \ No newline at end of file