Skip to content

Commit 9918357

Browse files
authored
Merge pull request #33629 from godfather1509/main
Add TXT record for domain verification
2 parents 14f13aa + 1c5b342 commit 9918357

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

domains/_vercel.ayush-gupta.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"owner": {
3+
"username": "godfather1509",
4+
"email": "ayushg1500@gmail.com"
5+
},
6+
"records": {
7+
"TXT": "vc-domain-verify=ayush-gupta.is-a.dev,e1948138711843407c48"
8+
}
9+
}

domains/ayush-gupta.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"owner": {
3-
"username": "godfather1509"
3+
"username": "godfather1509",
4+
"email": "ayushg1500@gmail.com"
45
},
56
"records": {
6-
"CNAME": "cname.vercel-dns.com"
7+
"A": ["216.198.79.1"]
78
}
89
}

0 commit comments

Comments
 (0)