From 27ed99e72e6375a3510b58d7e22435c757dcde2c Mon Sep 17 00:00:00 2001 From: Axo! <63465951+Verygafanhot@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:18:16 +0000 Subject: [PATCH 1/2] Update heyaxo.json --- domains/heyaxo.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/domains/heyaxo.json b/domains/heyaxo.json index a57869059..da8a76aea 100644 --- a/domains/heyaxo.json +++ b/domains/heyaxo.json @@ -1,5 +1,4 @@ { - "description": "My personal homepage!", "repo": "https://github.com/verygafanhot", "owner": { "username": "Verygafanhot", @@ -8,6 +7,11 @@ "discord": "Verygafanhot" }, "record": { - "CNAME": "verygafanhot.github.io" + "CNAME": "verygafanhot.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 6e31ab2b74aadf909148f45f287177dd0255aa4b Mon Sep 17 00:00:00 2001 From: Axo! <63465951+Verygafanhot@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:27:14 +0000 Subject: [PATCH 2/2] Make heyaxo proxied --- domains/heyaxo.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/heyaxo.json b/domains/heyaxo.json index da8a76aea..1f3dd451e 100644 --- a/domains/heyaxo.json +++ b/domains/heyaxo.json @@ -1,4 +1,5 @@ { + "description": "My personal homepage!", "repo": "https://github.com/verygafanhot", "owner": { "username": "Verygafanhot", @@ -13,5 +14,6 @@ "mx2.improvmx.com" ], "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + }, + "proxied": true }