From 71f7c4b14fbaa6001eea12d8ba802f622edfb281 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:21:32 -0700 Subject: [PATCH 1/3] Create php.oxmc.json want to test something --- domains/php.oxmc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/php.oxmc.json diff --git a/domains/php.oxmc.json b/domains/php.oxmc.json new file mode 100644 index 000000000..623bebd32 --- /dev/null +++ b/domains/php.oxmc.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com", + "discord": "oxmc7769" + }, + "record": { + "CNAME": "oxmc-php.000webhostapp.com", + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" + } +} From 46cb1433d429e9703a97108d73d0847af6199f31 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:43:37 -0700 Subject: [PATCH 2/3] Update php.oxmc.json --- domains/php.oxmc.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/php.oxmc.json b/domains/php.oxmc.json index 623bebd32..b081e348b 100644 --- a/domains/php.oxmc.json +++ b/domains/php.oxmc.json @@ -5,8 +5,6 @@ "discord": "oxmc7769" }, "record": { - "CNAME": "oxmc-php.000webhostapp.com", - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" + "CNAME": "oxmc-php.000webhostapp.com" } } From a7c0b6a065b71da64546b18553e42e980455f93a Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:57:48 -0700 Subject: [PATCH 3/3] Create bracketproto.json --- domains/bracketproto.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/bracketproto.json diff --git a/domains/bracketproto.json b/domains/bracketproto.json new file mode 100644 index 000000000..a646fe009 --- /dev/null +++ b/domains/bracketproto.json @@ -0,0 +1,10 @@ +{ + "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"] + } +}