From f7dacc974679ba2b98383bbecddab8eeddc22de7 Mon Sep 17 00:00:00 2001 From: IS A DEV Date: Fri, 16 Jun 2023 20:45:11 +0100 Subject: [PATCH] feat(domain): add `mailx.is-a.dev` --- domains/mailx.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mailx.json diff --git a/domains/mailx.json b/domains/mailx.json new file mode 100644 index 000000000..551983ff8 --- /dev/null +++ b/domains/mailx.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "A": ["217.174.245.249"] + } +}