From 09eec0d919cc5d5f0b9e965b588d62cefd2fcf26 Mon Sep 17 00:00:00 2001 From: realvhd Date: Mon, 28 Aug 2023 21:03:03 +0300 Subject: [PATCH] feat(domain): vhd.is-a.dev --- domains/vhd.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/vhd.json diff --git a/domains/vhd.json b/domains/vhd.json new file mode 100644 index 000000000..a3fa82d7a --- /dev/null +++ b/domains/vhd.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "realvhd", + "email": "dotrealvhd@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