From 760b92e655eb7a698f35f3063542e42a172111cc Mon Sep 17 00:00:00 2001 From: TheShy-awa <3781102822@qq.com> Date: Tue, 28 Jul 2026 16:28:57 +0800 Subject: [PATCH 1/3] Add theshy.json for subdomain configuration --- domains/ciao.su/theshy.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 domains/ciao.su/theshy.json diff --git a/domains/ciao.su/theshy.json b/domains/ciao.su/theshy.json new file mode 100644 index 0000000..f0a303f --- /dev/null +++ b/domains/ciao.su/theshy.json @@ -0,0 +1,6 @@ +{ + "subdomain": "thshy", + "records": { + "AAAA": ["240e:3b3:96b5:cf00:266:19ff:fe26:6ec5"] + } +} From fe45b8bb0280d0b31111f8b86569da60acf9d4ff Mon Sep 17 00:00:00 2001 From: TheShy-awa <3781102822@qq.com> Date: Tue, 28 Jul 2026 16:35:57 +0800 Subject: [PATCH 2/3] Modify theshy.json to include owner and records details Updated the JSON structure to include owner information and changed records format. --- domains/ciao.su/theshy.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/domains/ciao.su/theshy.json b/domains/ciao.su/theshy.json index f0a303f..6991c7f 100644 --- a/domains/ciao.su/theshy.json +++ b/domains/ciao.su/theshy.json @@ -1,6 +1,16 @@ { - "subdomain": "thshy", - "records": { - "AAAA": ["240e:3b3:96b5:cf00:266:19ff:fe26:6ec5"] - } + "domain": "ciao.su", + "subdomain": "theshy", + "owner": { + "username": "TheShy-awa" + }, + "records": [ + { + "type": "AAAA", + "name": "theshy", + "content": "240e:3b3:96b5:cf00:266:19ff:fe26:6ec5", + "ttl": 3600 + } + ], + "description": "TheShy的个人博客" } From 8175017088ec15364af496e91ee9e643ff743767 Mon Sep 17 00:00:00 2001 From: TheShy-awa <3781102822@qq.com> Date: Tue, 28 Jul 2026 16:43:43 +0800 Subject: [PATCH 3/3] Update theshy.json --- domains/ciao.su/theshy.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/domains/ciao.su/theshy.json b/domains/ciao.su/theshy.json index 6991c7f..a9615f0 100644 --- a/domains/ciao.su/theshy.json +++ b/domains/ciao.su/theshy.json @@ -1,16 +1,17 @@ { - "domain": "ciao.su", - "subdomain": "theshy", - "owner": { - "username": "TheShy-awa" - }, - "records": [ - { - "type": "AAAA", - "name": "theshy", - "content": "240e:3b3:96b5:cf00:266:19ff:fe26:6ec5", - "ttl": 3600 - } - ], - "description": "TheShy的个人博客" + "description": "TheShy的个人博客", + "owner": { + "name": "TheShy", + "github": "TheShy-awa", + "email": "3781102822@qq.com" + }, + "records": [ + { + "type": "AAAA", + "name": "@", + "content": "240e:3b3:96b5:cf00:266:19ff:fe26:6ec5", + "ttl": 3600, + "proxied": false + } + ] }