From 8fe1060fe19c1e1cf21f1efdc276555911ff82a6 Mon Sep 17 00:00:00 2001 From: Zerow <105360899+DevZerow@users.noreply.github.com> Date: Thu, 8 Jun 2023 20:59:44 +0300 Subject: [PATCH] feat(domain): add `mail.zerow.is-a.dev` --- domains/mail.zerow.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mail.zerow.json diff --git a/domains/mail.zerow.json b/domains/mail.zerow.json new file mode 100644 index 000000000..353e7e8a0 --- /dev/null +++ b/domains/mail.zerow.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DevZerow", + "email": "zerow.pro@protonmail.com" + }, + + "record": { + "A": ["92.118.207.191"] + } +}