From 6e1f6b819dd1ba191dc52f986285fb5e6c86138b Mon Sep 17 00:00:00 2001 From: Techtonic709 <88249924+Techtonic709@users.noreply.github.com> Date: Tue, 6 Jun 2023 20:14:20 -0700 Subject: [PATCH 1/3] feat(domain): add `709.is-a.dev` --- domains/709.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/709.json diff --git a/domains/709.json b/domains/709.json new file mode 100644 index 000000000..fa7f0ef74 --- /dev/null +++ b/domains/709.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Techtonic709", + "email": "techtonic709@gmail.com" + }, + + "record": { + "MX": ["mx1.improvmx.com."] + } +} 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 2/3] 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"] + } +} From 0af0b8621ac6c4f871bcb9038c0c97e1dab1633c Mon Sep 17 00:00:00 2001 From: Techtonic709 <88249924+Techtonic709@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:48:55 -0700 Subject: [PATCH 3/3] Delete 709.json --- domains/709.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/709.json diff --git a/domains/709.json b/domains/709.json deleted file mode 100644 index fa7f0ef74..000000000 --- a/domains/709.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Techtonic709", - "email": "techtonic709@gmail.com" - }, - - "record": { - "MX": ["mx1.improvmx.com."] - } -}