From 7f24299ef4acb41f7303e5e4a294eda3457beb17 Mon Sep 17 00:00:00 2001 From: Dnoxl Date: Sat, 30 Sep 2023 19:57:48 +0200 Subject: [PATCH] feat(domain): dnoxl.is-a.dev --- domains/dnoxl.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dnoxl.json diff --git a/domains/dnoxl.json b/domains/dnoxl.json new file mode 100644 index 000000000..2872231e4 --- /dev/null +++ b/domains/dnoxl.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Dnoxl", + "email": "ifbimgamer@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