mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 19:45:12 +00:00
chore(hackclub.community): move Alumni Society DNS records from dino.icu (#2154)
Alongside the DNS records migration, we also adding a DNS TXT record for GitHub Pages domain verification to prevent subdomain takeover risks.
This commit is contained in:
parent
14b50e8c7b
commit
68bcd67f4b
2 changed files with 23 additions and 6 deletions
|
|
@ -81,14 +81,13 @@ _acme-challenge.andreijiroh:
|
|||
# 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:
|
||||
# Note that we have moved to hackclub.community, although we keep GH Pages
|
||||
# domain verification record below to prevent domain takeovers if we do wildcard
|
||||
# CNAME records at *.alumni.dino.icu in future.
|
||||
_github-pages-challenge-hackclub-alumni.alumni:
|
||||
- ttl: 600
|
||||
type: TXT
|
||||
value: "did=did:plc:yi5ewii4xerodl6ljn3fwga6"
|
||||
value: "3777bf5f9b6076520d8bbcebb90d45"
|
||||
|
||||
arjav: #by https://github.com/arjav0703
|
||||
- ttl: 600
|
||||
|
|
|
|||
|
|
@ -1 +1,19 @@
|
|||
---
|
||||
|
||||
# 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"
|
||||
Loading…
Add table
Reference in a new issue