From d021c9e44544df68df1010421124fd8a4b9f206b Mon Sep 17 00:00:00 2001 From: dxomg Date: Sun, 15 Oct 2023 19:15:31 -0600 Subject: [PATCH] feat(domain): dxomg.is-a.dev --- domains/dxomg.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dxomg.json diff --git a/domains/dxomg.json b/domains/dxomg.json new file mode 100644 index 000000000..49197b78d --- /dev/null +++ b/domains/dxomg.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "dxomg", + "email": "dxomgmyfriend@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