diff --git a/domains/gizzy.json b/domains/gizzy.json index e5a033e9e..e5d7b3f50 100644 --- a/domains/gizzy.json +++ b/domains/gizzy.json @@ -6,6 +6,18 @@ "discord": "gizzyowo" }, "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "AAAA": [ + "2606:50c0:8000::153", + "2606:50c0:8001::153", + "2606:50c0:8002::153", + "2606:50c0:8003::153" + ], "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=nerop455@gmail.com" } diff --git a/domains/site.gizzy.json b/domains/site.gizzy.json deleted file mode 100644 index a238f1e76..000000000 --- a/domains/site.gizzy.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "site.gizzy.is-a.dev", - "repo": "https://github.com/GizzyUwU/gizzyuwu.github.io", - "owner": { - "username": "GizzyUwU", - "email": "nerop455@gmail.com", - "discord": "gizzyowo" - }, - "record": { - "CNAME": "gizzyuwu.github.io" - } -}