From 65712fcaa8ad08b8c72f834ecc304bfef4e81837 Mon Sep 17 00:00:00 2001 From: KASKUSTTV <75168528+KASKUSTTV@users.noreply.github.com> Date: Sat, 22 Jan 2022 18:48:08 +0800 Subject: [PATCH 1/2] Update kaskus.json --- domains/kaskus.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/domains/kaskus.json b/domains/kaskus.json index 471e20b32..6aba4529f 100644 --- a/domains/kaskus.json +++ b/domains/kaskus.json @@ -6,11 +6,8 @@ "email": "kaskus45@protonmail.com" }, "record": { - "A": [ - "164.132.74.251", - "164.132.75.251", - "164.132.76.251", - "164.132.77.251" - ] + "A": { + "164.132.74.251" + } } } From 57ce9b2166a45a2486d6a37990f2d0bf671f65df Mon Sep 17 00:00:00 2001 From: KASKUSTTV <75168528+KASKUSTTV@users.noreply.github.com> Date: Wed, 26 Jan 2022 08:37:59 +0800 Subject: [PATCH 2/2] Fix Syntax Error --- domains/kaskus.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/domains/kaskus.json b/domains/kaskus.json index 6aba4529f..5ebd952d5 100644 --- a/domains/kaskus.json +++ b/domains/kaskus.json @@ -1,13 +1,13 @@ { - "description": "My Personal Landing Page!", - "repo": "https://github.com/KASKUSTTV", - "owner": { - "username": "KASKUSTTV", - "email": "kaskus45@protonmail.com" - }, - "record": { - "A": { - "164.132.74.251" - } - } + "description": "My Personal Landing Page!", + "repo": "https://github.com/KASKUSTTV", + "owner": { + "username": "KASKUSTTV", + "email": "kaskus45@protonmail.com" + }, + "record": { + "A": [ + "164.132.74.251" + ] + } }