From 9e2a15cfb0b23ee0e5667a9437567b740c6f0d4e Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:42:37 -0700 Subject: [PATCH] Create upd.oxmc.json I want to make this a sub domain for a specific repo for now --- domains/upd.oxmc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/upd.oxmc.json diff --git a/domains/upd.oxmc.json b/domains/upd.oxmc.json new file mode 100644 index 000000000..4cd7a7415 --- /dev/null +++ b/domains/upd.oxmc.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com", + "discord": "oxmc7769" + }, + "record": { + "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=contact:oxmc7769.mail@gmail.com" + } +}