From 969ca804a10cb55f4cc3e5b43b21385a4fae2bbc Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 24 Sep 2023 09:01:26 +0800 Subject: [PATCH] fix A records --- domains/brandnewwick.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/domains/brandnewwick.json b/domains/brandnewwick.json index 0b14e47ae..1674a48de 100644 --- a/domains/brandnewwick.json +++ b/domains/brandnewwick.json @@ -4,9 +4,11 @@ "email": "alephdiallo@mail.com" }, "record": { - "A": ["185.199.108.153"], - "A": ["185.199.109.153"], - "A": ["185.199.110.153"], - "A": ["185.199.111.153"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] } }