From bcbc1522e221765305ab3dc45a9edb145fc44176 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 19 Aug 2023 12:26:06 +0800 Subject: [PATCH] Update imat.json --- domains/imat.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/domains/imat.json b/domains/imat.json index 779f5fd69..73e37c1d2 100644 --- a/domains/imat.json +++ b/domains/imat.json @@ -3,9 +3,18 @@ "repo": "https://github.com/imatx/imatx.github.io", "owner": { "username": "imatx", - "email": "adam.essakhi16+mat@gmail.com" + "email": "adam.essakhi16+github@gmail.com" }, "record": { - "CNAME": "imatx.github.io" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + + "TXT": "forward-email=adam.essakhi16+imat@gmail.com" } }