mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 19:45:12 +00:00
fix for wrong txt entry for http://stargazing.hackclub.community/ (#2231)
* Add stargazing CNAME and verification TXT records * Update CNAME value in hackclub.community.yaml * Rename DNS entry from '_vercel.stargazing' to '_vercel.hackclub.community' * Update hackclub.community.yaml * Update hackclub.community.yaml Co-authored-by: Alex Park <parkalex380@gmail.com> * Update hackclub.community.yaml * Add Vercel domain verification record to the top * Fix formatting of value in hackclub.community.yaml * Update hackclub.community.yaml Co-authored-by: Alex Park <parkalex380@gmail.com> --------- Co-authored-by: Alex Park <parkalex380@gmail.com>
This commit is contained in:
parent
35d5069acf
commit
9cbc5e51ac
1 changed files with 5 additions and 5 deletions
|
|
@ -1,5 +1,9 @@
|
|||
---
|
||||
|
||||
_vercel:
|
||||
- ttl: 300
|
||||
type: TXT
|
||||
values:
|
||||
- vc-domain-verify=stargazing.hackclub.community,6c036f41dd5fb04c3d06
|
||||
# Alumni Society (https://github.com/hackclub-alumni/meta/issues/1)
|
||||
# Records are primarily managed by @ajhalili2006 (U07CAPBB9B5), although other alums
|
||||
# can manage them by coordinating at #alums channel or https://github.com/hackclub-alumni/meta.
|
||||
|
|
@ -62,7 +66,3 @@ stargazing: # jagritsachdev@gmail.com U08BBMLC64A
|
|||
- ttl: 300
|
||||
type: CNAME
|
||||
value: 63bd5230a7461a1e.vercel-dns-017.com.
|
||||
_vercel.stargazing:
|
||||
- ttl: 300
|
||||
type: TXT
|
||||
value: "vc-domain-verify=stargazing.hackclub.community,6c036f41dd5fb04c3d06"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue