mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 20:55:10 +00:00
Alongside the DNS records migration, we also adding a DNS TXT record for GitHub Pages domain verification to prevent subdomain takeover risks.
19 lines
No EOL
666 B
YAML
19 lines
No EOL
666 B
YAML
---
|
|
|
|
# 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.
|
|
alumni:
|
|
- ttl: 600
|
|
type: CNAME
|
|
value: hackclub-alumni.github.io.
|
|
_atproto.alumni:
|
|
- ttl: 600
|
|
type: TXT
|
|
value: "did=did:plc:yi5ewii4xerodl6ljn3fwga6"
|
|
# GH Pages domain verification to prevent domain takeovers if we do
|
|
# wildcard CNAME records at *.alumni.hackclub.community
|
|
_github-pages-challenge-hackclub-alumni.alumni:
|
|
- ttl: 600
|
|
type: TXT
|
|
value: "62688903c020be82f48ace03d54467" |