From f40086ca8a959c5885dcdd22813d6ad64cc381a2 Mon Sep 17 00:00:00 2001 From: Techtonic709 <88249924+Techtonic709@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:46:52 -0700 Subject: [PATCH] feat(domain): add `texh.is-a.dev` --- domains/texh.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/texh.json diff --git a/domains/texh.json b/domains/texh.json new file mode 100644 index 000000000..d157b7c37 --- /dev/null +++ b/domains/texh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Techtonic709", + "email": "techtonic709@gmail.com" + }, + + "record": { + "MX": ["mx1.improvmx.com"] + } +}