From 23844ffca3b706ace88213873b6ede0c3d03509d Mon Sep 17 00:00:00 2001 From: IS A DEV <106927495+is-a-dev-bot@users.noreply.github.com> Date: Thu, 10 Nov 2022 00:14:59 +0000 Subject: [PATCH 1/2] Add email forwarding --- domains/joesjourney.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/joesjourney.json b/domains/joesjourney.json index 369ee8ba7..abd7143eb 100644 --- a/domains/joesjourney.json +++ b/domains/joesjourney.json @@ -6,7 +6,9 @@ }, "record": { - "CNAME": "joe-is-coding.github.io" + "CNAME": "joe-is-coding.github.io", + "MX": ["mx.mailtie.com"], + "TXT": "mailtie=joesjourney500@gmail.com" } } From 299094191fe7686e0e39b22882f6da58708ca124 Mon Sep 17 00:00:00 2001 From: andrewstech Date: Thu, 10 Nov 2022 00:22:49 +0000 Subject: [PATCH 2/2] Update joesjourney.json --- domains/joesjourney.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/joesjourney.json b/domains/joesjourney.json index abd7143eb..505400040 100644 --- a/domains/joesjourney.json +++ b/domains/joesjourney.json @@ -6,7 +6,17 @@ }, "record": { - "CNAME": "joe-is-coding.github.io", + "A": [ + + "185.199.108.153", + + "185.199.109.153", + + "185.199.110.153", + + "185.199.111.153" + + ], "MX": ["mx.mailtie.com"], "TXT": "mailtie=joesjourney500@gmail.com" }