From fb7eee08716d69695f78373e198505c928524a14 Mon Sep 17 00:00:00 2001 From: Oblyv Date: Fri, 16 Jan 2026 11:01:15 -0500 Subject: [PATCH] Create gmac.owns.it.com.json Make a json file for my subdomain (personal website) --- domains/gmac.owns.it.com.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 domains/gmac.owns.it.com.json diff --git a/domains/gmac.owns.it.com.json b/domains/gmac.owns.it.com.json new file mode 100644 index 0000000..92576e2 --- /dev/null +++ b/domains/gmac.owns.it.com.json @@ -0,0 +1,29 @@ +{ + "description": "gmacbride's Personal Site", + "owner": { + "username": "the-oblyv", + "email": "cheetopowder.guy@proton.me" + }, + "records": { + "CNAME": "the-awair.github.io", + "TXT": [ + "zoho-verification=zb64326082.zmverify.zoho.com", + "v=spf1 include:zoho.com ~all" + ], + "MX": [ + { + "target": "mx.zoho.com", + "priority": 10 + }, + { + "target": "mx2.zoho.com", + "priority": 20 + }, + { + "target": "mx3.zoho.com", + "priority": 50 + } + ] + }, + "proxied": true +}