From 3fce141b0e41b5b5990eb99e090d784214cda71e Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Fri, 7 Jun 2024 11:43:25 +0530 Subject: [PATCH] Added MX & SPF Records and Changed Email --- domains/l6174.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/l6174.json b/domains/l6174.json index 997904ba8..9502772be 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -3,9 +3,11 @@ "repo": "https://github.com/l6174/l6174.github.io", "owner": { "username": "l6174", - "email": "l.lawliet6174@gmail.com" + "email": "l6174@proton.me" }, "record": { "CNAME": "l6174.github.io" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } }