diff --git a/domains/suki.json b/domains/suki.json index b0ee5d519..364a2fe6a 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -1,12 +1,13 @@ { - "description": "A cool website", - "repo": "https://github.com/SukiPlayz/hello-world", - "owner": { - "username": "SukiPlayz", - "email": "sukimayoo@outlook.com" - }, - "record": { - "TXT": "v=spf1 a mx ip4:212.193.3.66 include:spf.improvmx.com ~all", - "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."] - } + "description": "A cool website", + "repo": "https://github.com/SukiPlayz/hello-world", + "owner": { + "username": "SukiPlayz", + "email": "sukimayoo@outlook.com" + }, + "record": { + "A": ["212.193.3.66"], + "TXT": "v=spf1 a mx ip4:212.193.3.66 include:spf.improvmx.com ~all", + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."] + } }