From aa66b16e0d654ce026c134dc24ddc2e7c21550ab Mon Sep 17 00:00:00 2001 From: Rizky Adjie Sapoetra <153899174+adjisoft@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:44:52 +0700 Subject: [PATCH 1/2] Update and rename hello to hello.json --- domains/{hello => hello.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{hello => hello.json} (85%) diff --git a/domains/hello b/domains/hello.json similarity index 85% rename from domains/hello rename to domains/hello.json index e59489b..175ab8b 100644 --- a/domains/hello +++ b/domains/hello.json @@ -4,6 +4,6 @@ "type": "CNAME", "value": "adjisoft.github.io", "ttl": 3600, - "proxied": false + "proxied": true } } From 2669e2f8f325d29f899a0c6c6368cf5a429e4cde Mon Sep 17 00:00:00 2001 From: Rizky Adjie Sapoetra <153899174+adjisoft@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:45:25 +0700 Subject: [PATCH 2/2] Create testing.json --- domains/testing.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/testing.json diff --git a/domains/testing.json b/domains/testing.json new file mode 100644 index 0000000..e054a13 --- /dev/null +++ b/domains/testing.json @@ -0,0 +1,9 @@ +{ + "subdomain": "testing", + "record": { + "type": "CNAME", + "value": "adjisoft.github.io", + "ttl": 3600, + "proxied": true + } +}