From f63b428f9ace2c82658910443d0a98eb875f9c2f Mon Sep 17 00:00:00 2001 From: Woosh <51231397+LetMeWoosh@users.noreply.github.com> Date: Wed, 22 Sep 2021 11:06:57 +0100 Subject: [PATCH] Create woosh.json --- domains/woosh.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/woosh.json diff --git a/domains/woosh.json b/domains/woosh.json new file mode 100644 index 000000000..60c87a28e --- /dev/null +++ b/domains/woosh.json @@ -0,0 +1,13 @@ +{ + "description": "idk just a domain i guess", + "repo": "https://github.com/LetMeWoosh", + "owner": { + "username": "LetMeWoosh", + "email": "me@letmewoosh.xyz" + }, + "record": { + "MX": [ + "mail.letmewoosh.me" + ] + } +}