From 99d7f9569baafc18b653fcbb772bb3eca36822d3 Mon Sep 17 00:00:00 2001 From: is-a-dev-bot Date: Mon, 10 Oct 2022 17:17:28 +0100 Subject: [PATCH] feat: Added domain programatically --- domains/email.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/email.json diff --git a/domains/email.json b/domains/email.json new file mode 100644 index 000000000..2e14643a7 --- /dev/null +++ b/domains/email.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "is-a-dev-bot", + "email": "is-a-dev@win11react.com" + }, + + "record": { + "A": ["64.190.90.85"] + } + } + \ No newline at end of file