From 79dfc971b2ab75c3f1db30da41dd554dacbd027a Mon Sep 17 00:00:00 2001 From: Gabriel-lrx Date: Wed, 18 Oct 2023 13:40:39 +0200 Subject: [PATCH] feat(domain): gabriel.is-a.dev --- domains/gabriel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/gabriel.json diff --git a/domains/gabriel.json b/domains/gabriel.json new file mode 100644 index 000000000..1016a4b6a --- /dev/null +++ b/domains/gabriel.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Gabriel-lrx", + "email": "gabriel.reheb@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