From d94dfbf7aaf29eb3ceebb5ecc691d4361f325b05 Mon Sep 17 00:00:00 2001 From: notHyperNexus Date: Wed, 30 Aug 2023 01:48:20 -0700 Subject: [PATCH] feat(domain): hypernexus.is-a.dev --- domains/hypernexus.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hypernexus.json diff --git a/domains/hypernexus.json b/domains/hypernexus.json new file mode 100644 index 000000000..36451cae8 --- /dev/null +++ b/domains/hypernexus.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "notHyperNexus", + "email": "phamvansau234@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