From 54e9b2d6743898a02035265fed7938d8c7b5b6b8 Mon Sep 17 00:00:00 2001 From: htch9999 <96131835+htch9999@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:30:55 +0700 Subject: [PATCH 1/6] Add htch.json for domain configuration --- domains/htch.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/htch.json diff --git a/domains/htch.json b/domains/htch.json new file mode 100644 index 0000000000..5358be4c22 --- /dev/null +++ b/domains/htch.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "htch9999", + "email": "vuajytb@gmail.com" + }, + "records": { + "CNAME": "htch9999.github.io" + } +} From 6a53162d1db44a9242fa7f266685c2d7502741dc Mon Sep 17 00:00:00 2001 From: Max <163175946+MAXVEL187@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:42:54 +0100 Subject: [PATCH 2/6] Create maxvel187.json --- domains/maxvel187.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 domains/maxvel187.json diff --git a/domains/maxvel187.json b/domains/maxvel187.json new file mode 100644 index 0000000000..e55ee1d648 --- /dev/null +++ b/domains/maxvel187.json @@ -0,0 +1,24 @@ +{ + "owner": { + "username": "MAXVEL187", + "email": "m@05050101.xyz" + }, + "records": { + "A": ["216.198.79.1"], + "TXT": { + "_vercel": "vc-domain-verify=maxvel187.is-a.dev,6fb4b39cf9a8c148fb19" + } + } +} +{ + "owner": { + "username": "your-github-username", + "email": "your-email" + }, + "records": { + "A": ["216.198.79.1"], + "TXT": { + "_vercel": "vc-domain-verify=maxvel187.is-a.dev,6fb4b39cf9a8c148fb19" + } + } +} From 1245c7ac0d43252e984376a4aed54fcbf1c38719 Mon Sep 17 00:00:00 2001 From: Max <163175946+MAXVEL187@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:43:19 +0100 Subject: [PATCH 3/6] Update maxvel187.json --- domains/maxvel187.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/domains/maxvel187.json b/domains/maxvel187.json index e55ee1d648..19ed029ca5 100644 --- a/domains/maxvel187.json +++ b/domains/maxvel187.json @@ -10,15 +10,3 @@ } } } -{ - "owner": { - "username": "your-github-username", - "email": "your-email" - }, - "records": { - "A": ["216.198.79.1"], - "TXT": { - "_vercel": "vc-domain-verify=maxvel187.is-a.dev,6fb4b39cf9a8c148fb19" - } - } -} From 3ef05ab078b207af1a178aca80f0ced861438e43 Mon Sep 17 00:00:00 2001 From: Max <163175946+MAXVEL187@users.noreply.github.com> Date: Sun, 30 Nov 2025 18:57:17 +0100 Subject: [PATCH 4/6] Update maxvel187.json --- domains/maxvel187.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maxvel187.json b/domains/maxvel187.json index 19ed029ca5..b3360a5a2b 100644 --- a/domains/maxvel187.json +++ b/domains/maxvel187.json @@ -6,7 +6,7 @@ "records": { "A": ["216.198.79.1"], "TXT": { - "_vercel": "vc-domain-verify=maxvel187.is-a.dev,6fb4b39cf9a8c148fb19" + "_vercel": ["vc-domain-verify=maxvel187.is-a.dev,6fb4b39cf9a8c148fb19"] } } } From cd9d7bad7e2463685b090bd84eebfff856b4f27d Mon Sep 17 00:00:00 2001 From: Max <163175946+MAXVEL187@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:02:47 +0100 Subject: [PATCH 5/6] Update maxvel187.json --- domains/maxvel187.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/domains/maxvel187.json b/domains/maxvel187.json index b3360a5a2b..76bccd1142 100644 --- a/domains/maxvel187.json +++ b/domains/maxvel187.json @@ -1,12 +1,9 @@ { - "owner": { - "username": "MAXVEL187", - "email": "m@05050101.xyz" - }, - "records": { - "A": ["216.198.79.1"], - "TXT": { - "_vercel": ["vc-domain-verify=maxvel187.is-a.dev,6fb4b39cf9a8c148fb19"] + "owner": { + "username": "MAXVEL187", + "email": "m@05050101.xyz" + }, + "records": { + "A": ["216.198.79.1"] } - } } From de5b2ad3783c6bdfa0a943a2c8e7341829c920b2 Mon Sep 17 00:00:00 2001 From: Max <163175946+MAXVEL187@users.noreply.github.com> Date: Sun, 30 Nov 2025 19:03:39 +0100 Subject: [PATCH 6/6] Create _vercel.maxvel187.json --- domains/_vercel.maxvel187.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.maxvel187.json diff --git a/domains/_vercel.maxvel187.json b/domains/_vercel.maxvel187.json new file mode 100644 index 0000000000..58c83f95d5 --- /dev/null +++ b/domains/_vercel.maxvel187.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MAXVEL187", + "email": "m@05050101.xyz" + }, + "records": { + "TXT": "vc-domain-verify=maxvel187.is-a.dev,6fb4b39cf9a8c148fb19" + } +}