豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions domains/_discord.jumpstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"owner": {
"username": "jumpstone",
"email": "me@jumpstone4477.de"
},
"records": {
"TXT": "dh=bf4f9ca2ad30511f6b2c8dfaf474dd80575259e5"
}
}
9 changes: 9 additions & 0 deletions domains/_vercel.jumpstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"owner": {
"username": "jumpstone",
"email": "me@jumpstone4477.de"
},
"records": {
"TXT": "vc-domain-verify=jumpstone.is-a.dev,7d32b8cf215df4e1f144"
}
}
9 changes: 9 additions & 0 deletions domains/jumpstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"owner": {
"username": "jumpstone",
"email": "me@jumpstone4477.de"
},
"records": {
"A": ["216.198.79.1"]
}
Comment on lines +6 to +8
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The root domain record uses an A value as a string, but A records in this repo are consistently represented as an array (e.g., domains/4hmet.json:7 uses "A": ["76.76.21.21"]). Update this to an array form (even for a single IP) to match the established schema/conventions and avoid validation failures.

Copilot uses AI. Check for mistakes.
Comment on lines +6 to +8
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description indicates the site is hosted on Vercel (jumpstone-dev.vercel.app) and includes a Vercel verification TXT record, but the root domain is pointing to A=216.198.79.1 instead of a Vercel target (typically Vercel’s apex A record or a CNAME to Vercel). This mismatch will likely prevent jumpstone.is-a.dev from serving the intended Vercel site; update the root record to the correct Vercel DNS target.

Copilot uses AI. Check for mistakes.
}