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

Add TXT record for domain ivancidev#36704

Open
ivancidev wants to merge 6 commits intois-a-dev:mainfrom
ivancidev:main
Open

Add TXT record for domain ivancidev#36704
ivancidev wants to merge 6 commits intois-a-dev:mainfrom
ivancidev:main

Conversation

@ivancidev
Copy link
Copy Markdown
Contributor

@ivancidev ivancidev commented Apr 20, 2026

Requirements

  • I agree to the Terms of Service.
  • My file is following the domain structure.
  • My website is reachable and completed.
  • My website is software development related.
  • My website is not for commercial use.
  • I have provided contact information in the owner key.
  • I have provided a preview of my website below.

Website Preview

https://ivancidev-blog.vercel.app

Personal blog and portfolio of a Full Stack Developer focused on web development and AI automation.

Added TXT record for domain verification.
Copilot AI review requested due to automatic review settings April 20, 2026 13:10
@ivancidev ivancidev requested a review from a team as a code owner April 20, 2026 13:10
@is-a-dev-reviewbot
Copy link
Copy Markdown

Hi there! 👋

You've successfully made a pull request! Here are some steps to do while waiting for a maintainer to review the pull request:

  1. Check if the checks have failed or passed. You should see the status at the bottom of the pull request or a icon next to the commit ID. You can click on the 3 dots next to the "CI / Tests" check then click "View details", it will show you the logs of the tests.
  2. Check if the filename, file format, and records are valid. If you don't know if it's valid, please read this part of the documentation and use a JSON validator/formatter, like jsonlint. Make sure that the file is in the domains directory and not somewhere else in the repository.
  3. Please make sure that you've filled out the pull request template. It is generally not a good idea to overwrite the pull request template with something else unless you know what you are doing. Make sure to add either a publicly available preview of your website or a screenshot of it.
  4. Please wait patiently. Pull requests may take between a couple hours to 3 days. All of the maintainer team are volunteers and try to review the pull requests in their spare time. If you want a chance of getting your pull request merged faster then send your pull request number once in the #pull-requests channel in our Discord server and wait patiently.
  5. Please note that mentioning maintainers in pull requests without it being reviewed could lead to you getting marked as "low priority"; this also applies to pinging the maintainers in the Discord server or messaging the maintainers in private to review the pull request.

Note: if you've opened this pull request while there is a high number of other open pull requests, your wait time will be longer than usual. Please be patient!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR attempts to add a Vercel domain-verification TXT record for the ivancidev subdomain.

Changes:

  • Updates domains/ivancidev.json to add a TXT entry alongside the existing CNAME.
  • Formats the new TXT value under a _vercel key.

Comment thread domains/ivancidev.json Outdated
Comment on lines +7 to +10
"CNAME": "cname.vercel-dns.com",
"TXT": {
"_vercel": "vc-domain-verify=ivancidev.is-a.dev,28ab728aefb880081592"
}
Copilot AI review requested due to automatic review settings April 20, 2026 13:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the DNS configuration for ivancidev.is-a.dev to support a Vercel deployment and attempts to add a Vercel verification TXT record.

Changes:

  • Enables Cloudflare proxying for the subdomain ("proxied": true).
  • Keeps the Vercel CNAME target (cname.vercel-dns.com) and adds a TXT verification record.

Comment thread domains/ivancidev.json Outdated
Comment on lines +8 to +9
"CNAME": "cname.vercel-dns.com",
"TXT": "vc-domain-verify=ivancidev.is-a.dev,28ab728aefb880081592"
Removed proxied setting and CNAME/TXT records, added A record.
Copilot AI review requested due to automatic review settings April 20, 2026 18:07
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates DNS configuration for ivancidev.is-a.dev and adds a Vercel domain-verification TXT record via a dedicated _vercel subdomain file.

Changes:

  • Replaces the existing CNAME record for ivancidev with an A record.
  • Adds domains/_vercel.ivancidev.json with a vc-domain-verify=... TXT record for Vercel verification.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
domains/ivancidev.json Switches the main subdomain’s DNS target from CNAME to A.
domains/_vercel.ivancidev.json Adds Vercel TXT verification record under _vercel.ivancidev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants