From a2e89045fee2a9efc19ffc639cb435866afbcea5 Mon Sep 17 00:00:00 2001 From: KASKUSTTV <75168528+KASKUSTTV@users.noreply.github.com> Date: Thu, 2 Dec 2021 11:15:42 +0800 Subject: [PATCH 1/3] Create kaskus.json --- domains/kaskus.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kaskus.json diff --git a/domains/kaskus.json b/domains/kaskus.json new file mode 100644 index 000000000..fba92c003 --- /dev/null +++ b/domains/kaskus.json @@ -0,0 +1,11 @@ +{ + "description": "For my Personal Website", + "repo": "https://github.com/KASKUSTTV", + "owner": { + "username": "KASKUSTTV", + "email": "kaskus45@protonmail.com" + }, + "record": { + "CNAME": "164.132.74.251" + } +} From 6b9a103b912d3f3270940ce7151b0fee2fee6609 Mon Sep 17 00:00:00 2001 From: KASKUSTTV <75168528+KASKUSTTV@users.noreply.github.com> Date: Thu, 2 Dec 2021 12:20:12 +0800 Subject: [PATCH 2/3] Update kaskus.json --- domains/kaskus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kaskus.json b/domains/kaskus.json index fba92c003..8a735bc73 100644 --- a/domains/kaskus.json +++ b/domains/kaskus.json @@ -6,6 +6,6 @@ "email": "kaskus45@protonmail.com" }, "record": { - "CNAME": "164.132.74.251" + "A": "164.132.74.251" } } From 1ad34e36419458d72e69a7643194bc5f9b2aaaa1 Mon Sep 17 00:00:00 2001 From: KASKUSTTV <75168528+KASKUSTTV@users.noreply.github.com> Date: Thu, 2 Dec 2021 12:32:06 +0800 Subject: [PATCH 3/3] Update kaskus.json --- domains/kaskus.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/kaskus.json b/domains/kaskus.json index 8a735bc73..471e20b32 100644 --- a/domains/kaskus.json +++ b/domains/kaskus.json @@ -1,11 +1,16 @@ { - "description": "For my Personal Website", + "description": "My Personal Landing Page!", "repo": "https://github.com/KASKUSTTV", "owner": { "username": "KASKUSTTV", "email": "kaskus45@protonmail.com" }, "record": { - "A": "164.132.74.251" + "A": [ + "164.132.74.251", + "164.132.75.251", + "164.132.76.251", + "164.132.77.251" + ] } }