diff --git a/domains/link-to.lver.json b/domains/link-to.lver.json new file mode 100644 index 000000000..c7b378dda --- /dev/null +++ b/domains/link-to.lver.json @@ -0,0 +1,11 @@ +{ + "github": "https://github.com/lverx", + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "A": ["52.72.49.79"] + }, + "proxied": true +} \ No newline at end of file diff --git a/domains/mail.lver.json b/domains/mail.lver.json index f3fee13f6..0b110e3c6 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -5,9 +5,14 @@ "email": "profoundlvr@gmail.com" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } + "TXT": [ + "zoho-verification=zb43169475.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], + "MX": [ + "mx.zoho.com", + "mx2.zoho.com", + "mx3.zoho.com" + ] +} }