From cd591f40dfc68fcfbcb0776e2756d1313e261fe6 Mon Sep 17 00:00:00 2001 From: vLeov Date: Sat, 30 Sep 2023 15:40:00 +0200 Subject: [PATCH] feat(domain): vleov.is-a.dev --- domains/vleov.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/vleov.json diff --git a/domains/vleov.json b/domains/vleov.json new file mode 100644 index 000000000..af154117a --- /dev/null +++ b/domains/vleov.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "vLeov", + "email": "leo.goetz2008@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