From e687357d1b2e74a7c4b4fec3b5b017a9908acce4 Mon Sep 17 00:00:00 2001 From: ClicpoW Date: Sun, 15 Oct 2023 18:08:54 +0200 Subject: [PATCH] feat(domain): splashy.is-a.dev --- domains/splashy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/splashy.json diff --git a/domains/splashy.json b/domains/splashy.json new file mode 100644 index 000000000..ae347f452 --- /dev/null +++ b/domains/splashy.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ClicpoW", + "email": "clicpowytb@gmail.com" + }, + "record": { + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + } +} \ No newline at end of file