From 2d7432ca5f3cf4b24589a9f9a8e1a7161dc2187d Mon Sep 17 00:00:00 2001 From: Lucideds Date: Thu, 16 Nov 2023 18:27:18 +0000 Subject: [PATCH] feat(domain): lucid.is-a.dev --- domains/lucid.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/lucid.json diff --git a/domains/lucid.json b/domains/lucid.json new file mode 100644 index 000000000..309b76cc2 --- /dev/null +++ b/domains/lucid.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Lucideds", + "email": "lucideds@proton.me" + }, + "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