From beb94c13e668d9983216e3ff6ad2995240bd937e Mon Sep 17 00:00:00 2001 From: Michael Zheng <44128563+NoozSBC@users.noreply.github.com> Date: Thu, 10 Nov 2022 15:34:00 -0700 Subject: [PATCH] Create nooz.json --- domains/nooz.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 domains/nooz.json diff --git a/domains/nooz.json b/domains/nooz.json new file mode 100644 index 000000000..31cf0756b --- /dev/null +++ b/domains/nooz.json @@ -0,0 +1,19 @@ +{ + "description": "Personal portfolio for nooz", + "repo": "https://github.com/NoozSBC/portfolio/", + "owner": { + "username": "NoozSBC", + "email": "zhengm58@gmail.com", + "discord": "Nooz#0816" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": ["mx.mailtie.com"], + "TXT": "mailtie=hello:zhengm58@gmail.com" + } +}