From ee55e897b73cd5cda37af52349f4c23d6eb0f6c3 Mon Sep 17 00:00:00 2001 From: oantuti <20986865+oantuti@users.noreply.github.com> Date: Fri, 29 May 2026 08:12:00 +0700 Subject: [PATCH 1/3] Add configuration for tainh.thedev.me subdomain --- domains/tainh.thedev.me.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/tainh.thedev.me.json diff --git a/domains/tainh.thedev.me.json b/domains/tainh.thedev.me.json new file mode 100644 index 0000000..8341d9f --- /dev/null +++ b/domains/tainh.thedev.me.json @@ -0,0 +1,13 @@ +{ + "subdomain": "tainh", + "domain": "thedev.me", + "email_or_discord": "antiall89@gmail.com", + "github_username": "oantuti", + "description": "Personal website hosted on IIS", + + "records": { + "A": ["103.53.231.124"] + }, + + "proxied": true +} From 5a50506e38c0470c2bca23704c2b3ae05ec7cabd Mon Sep 17 00:00:00 2001 From: oantuti <20986865+oantuti@users.noreply.github.com> Date: Fri, 29 May 2026 08:23:27 +0700 Subject: [PATCH 2/3] Change proxied setting from true to false --- domains/tainh.thedev.me.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tainh.thedev.me.json b/domains/tainh.thedev.me.json index 8341d9f..1f9b947 100644 --- a/domains/tainh.thedev.me.json +++ b/domains/tainh.thedev.me.json @@ -9,5 +9,5 @@ "A": ["103.53.231.124"] }, - "proxied": true + "proxied": false } From 688d7a195d5ad92fa36ceadb2c86eba5611bbf9e Mon Sep 17 00:00:00 2001 From: oantuti <20986865+oantuti@users.noreply.github.com> Date: Fri, 29 May 2026 08:54:13 +0700 Subject: [PATCH 3/3] Fix formatting in tainh.thedev.me.json --- domains/tainh.thedev.me.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/tainh.thedev.me.json b/domains/tainh.thedev.me.json index 1f9b947..61b0316 100644 --- a/domains/tainh.thedev.me.json +++ b/domains/tainh.thedev.me.json @@ -4,10 +4,8 @@ "email_or_discord": "antiall89@gmail.com", "github_username": "oantuti", "description": "Personal website hosted on IIS", - "records": { - "A": ["103.53.231.124"] + "A": ["103.53.231.124"] }, - "proxied": false }