From b017e2d643a8f59c52ca0e9b2236c87dbaed3d0a Mon Sep 17 00:00:00 2001 From: Putri-Anggraini09 Date: Tue, 16 Jun 2026 22:58:11 +0700 Subject: [PATCH 1/2] Add jurusin.json for domain configuration --- domains/jurusin.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/jurusin.json diff --git a/domains/jurusin.json b/domains/jurusin.json new file mode 100644 index 00000000000..25b5b998b92 --- /dev/null +++ b/domains/jurusin.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "choccoo4" + }, + "records": { + "A": ["103.217.145.224"] + } +} From 1c42e14349d2828dc09ebec7c110e3bb6876440d Mon Sep 17 00:00:00 2001 From: Putri-Anggraini09 Date: Tue, 16 Jun 2026 23:05:14 +0700 Subject: [PATCH 2/2] Add email field to owner in jurusin.json --- domains/jurusin.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/jurusin.json b/domains/jurusin.json index 25b5b998b92..29b7c4e6c7a 100644 --- a/domains/jurusin.json +++ b/domains/jurusin.json @@ -1,6 +1,7 @@ { "owner": { - "username": "choccoo4" + "username": "choccoo4", + "email": "aulia.anggraini009@gmail.com" }, "records": { "A": ["103.217.145.224"]