From ceee5dae54417f3f33afa06f54c46fda651a37da Mon Sep 17 00:00:00 2001 From: Allan Niles Date: Wed, 7 Aug 2024 09:40:17 -0600 Subject: [PATCH] move to netifly --- domains/allancoding.json | 4 +++- domains/files.allancoding.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/domains/allancoding.json b/domains/allancoding.json index 35b936f21..82b0cfda9 100644 --- a/domains/allancoding.json +++ b/domains/allancoding.json @@ -8,7 +8,9 @@ "discord": "allancoding" }, "record": { - "CNAME": "allancoding.github.io", + "A": [ + "75.2.60.5" + ], "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" diff --git a/domains/files.allancoding.json b/domains/files.allancoding.json index 1e68b56b8..23114485e 100644 --- a/domains/files.allancoding.json +++ b/domains/files.allancoding.json @@ -8,6 +8,8 @@ "discord": "allancoding" }, "record": { - "CNAME": "allancoding.github.io" + "A": [ + "75.2.60.5" + ] } }