From fa619d7e0ee2cb401b229ccc79f5268396962115 Mon Sep 17 00:00:00 2001 From: Zerow <105360899+DevZerow@users.noreply.github.com> Date: Fri, 9 Jun 2023 06:12:45 -0700 Subject: [PATCH] feat(domain): add `_domainkey.zerow.is-a.dev` --- domains/_domainkey.zerow.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_domainkey.zerow.json diff --git a/domains/_domainkey.zerow.json b/domains/_domainkey.zerow.json new file mode 100644 index 000000000..276f65db7 --- /dev/null +++ b/domains/_domainkey.zerow.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DevZerow", + "email": "zerow.pro@protonmail.com" + }, + + "record": { + "TXT": "o=-" + } +}