From 2dc615a06eacf6df5e728587dfa2329a092d70e1 Mon Sep 17 00:00:00 2001 From: Oblyv Date: Thu, 15 Jan 2026 18:05:52 -0500 Subject: [PATCH 1/2] Create gmac.json --- domains/gmac.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 domains/gmac.json diff --git a/domains/gmac.json b/domains/gmac.json new file mode 100644 index 0000000..59550c9 --- /dev/null +++ b/domains/gmac.json @@ -0,0 +1,7 @@ +[ + { + "subdomain": "gmac", + "type": "CNAME", + "url": "the-oblyv.github.io", + "email": "cheetopowder.guy@proton.me" + }, From 6cf9ab8d523714759659fb03536090f1c031f7d3 Mon Sep 17 00:00:00 2001 From: Oblyv Date: Thu, 15 Jan 2026 18:12:48 -0500 Subject: [PATCH 2/2] Update gmac.json --- domains/gmac.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/gmac.json b/domains/gmac.json index 59550c9..7990737 100644 --- a/domains/gmac.json +++ b/domains/gmac.json @@ -4,4 +4,5 @@ "type": "CNAME", "url": "the-oblyv.github.io", "email": "cheetopowder.guy@proton.me" - }, + } + ]