From f373f1b1edadecc7ed6c22e93bb3dffd9bf94eb1 Mon Sep 17 00:00:00 2001 From: AndrexRo01 Date: Tue, 5 Dec 2023 11:31:03 +0200 Subject: [PATCH] feat(domain): luminexcloud.is-a.dev --- domains/luminexcloud.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/luminexcloud.json diff --git a/domains/luminexcloud.json b/domains/luminexcloud.json new file mode 100644 index 000000000..aae9167ac --- /dev/null +++ b/domains/luminexcloud.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "AndrexRo01", + "email": "spacersmp@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