From 014c39f828bf5d91e2c2c044d020b3dad1c73f3b Mon Sep 17 00:00:00 2001 From: rtb523 <59374749+rtb523@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:25:03 -0400 Subject: [PATCH 1/5] feat(domain): add `ginut.is-a.dev.is-a.dev` --- domains/ginut.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ginut.is-a.dev.json diff --git a/domains/ginut.is-a.dev.json b/domains/ginut.is-a.dev.json new file mode 100644 index 000000000..7cc863697 --- /dev/null +++ b/domains/ginut.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rtb523", + "email": "ryan.ginut@gmail.com" + }, + + "record": { + "CNAME": "932ee735-3c2a-47b2-98d2-992b7cbc08fb.id.repl.co" + } +} From 4051a079973341d181b8e203344b4e140dccce44 Mon Sep 17 00:00:00 2001 From: rtb523 <59374749+rtb523@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:26:22 -0400 Subject: [PATCH 2/5] feat(domain): add `ginut.is-a.dev` --- domains/ginut.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ginut.json diff --git a/domains/ginut.json b/domains/ginut.json new file mode 100644 index 000000000..7cc863697 --- /dev/null +++ b/domains/ginut.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rtb523", + "email": "ryan.ginut@gmail.com" + }, + + "record": { + "CNAME": "932ee735-3c2a-47b2-98d2-992b7cbc08fb.id.repl.co" + } +} From cd3442f571c55713d0a736b8e64e9d92a010b90f Mon Sep 17 00:00:00 2001 From: rtb523 <59374749+rtb523@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:37:48 -0400 Subject: [PATCH 3/5] Delete ginut.is-a.dev.json --- domains/ginut.is-a.dev.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/ginut.is-a.dev.json diff --git a/domains/ginut.is-a.dev.json b/domains/ginut.is-a.dev.json deleted file mode 100644 index 7cc863697..000000000 --- a/domains/ginut.is-a.dev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "rtb523", - "email": "ryan.ginut@gmail.com" - }, - - "record": { - "CNAME": "932ee735-3c2a-47b2-98d2-992b7cbc08fb.id.repl.co" - } -} From 43c0d598c4210708d468cbb33aff38be987211f9 Mon Sep 17 00:00:00 2001 From: rtb523 <59374749+rtb523@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:58:15 -0400 Subject: [PATCH 4/5] feat(domain): add `ryan.ginut.is-a.dev` --- domains/ryan.ginut.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ryan.ginut.json diff --git a/domains/ryan.ginut.json b/domains/ryan.ginut.json new file mode 100644 index 000000000..e0f62f3d9 --- /dev/null +++ b/domains/ryan.ginut.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rtb523", + "email": "ryan.ginut@gmail.com" + }, + + "record": { + "MX": ["mx1.improvmx.com."] + } +} From c6b21be8df87c55162f810784091f58ff2ae51cd Mon Sep 17 00:00:00 2001 From: rtb523 <59374749+rtb523@users.noreply.github.com> Date: Fri, 21 Apr 2023 03:08:58 -0400 Subject: [PATCH 5/5] Update ryan.ginut.json --- domains/ryan.ginut.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ryan.ginut.json b/domains/ryan.ginut.json index e0f62f3d9..cbf4b6c8a 100644 --- a/domains/ryan.ginut.json +++ b/domains/ryan.ginut.json @@ -5,6 +5,6 @@ }, "record": { - "MX": ["mx1.improvmx.com."] + "MX": ["mx1.improvmx.com","mx2.improvmx.com"] } }