From 17cbb9d5778af4dc573508b7c813c1c35114e9c8 Mon Sep 17 00:00:00 2001 From: Zyelixify Date: Fri, 22 Sep 2023 16:11:18 +0200 Subject: [PATCH] feat(domain): zye.is-a.dev --- domains/zye.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/zye.json diff --git a/domains/zye.json b/domains/zye.json new file mode 100644 index 000000000..01b5231c3 --- /dev/null +++ b/domains/zye.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Zyelixify", + "email": "heroxmain@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