mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 19:45:12 +00:00
chore(hackclub.community): add org verification TXT record for @hackclub-alumni (#2212)
The `_gh-hackclub-alumni-o.alumni` is needed to show a verified badge for the alumni subdomain at @hackclub-alumni's org page, alongside a minor fix at the AT Proto DID record for its bridged profile from the fediverse (via Bridgy Fed) by adding the missing `did=` prefix. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
c00d591fa8
commit
1e03f53fcf
1 changed files with 6 additions and 1 deletions
|
|
@ -11,6 +11,11 @@ _atproto.alumni:
|
|||
- ttl: 600
|
||||
type: TXT
|
||||
value: "did=did:plc:yi5ewii4xerodl6ljn3fwga6"
|
||||
# GitHub organization domain verificiation
|
||||
_gh-hackclub-alumni-o.alumni:
|
||||
- ttl: 600
|
||||
type: TXT
|
||||
value: "d066f40ce3"
|
||||
# GH Pages domain verification to prevent domain takeovers if we do
|
||||
# wildcard CNAME records at *.alumni.hackclub.community
|
||||
_github-pages-challenge-hackclub-alumni.alumni:
|
||||
|
|
@ -32,7 +37,7 @@ fediverse.alumni:
|
|||
_atproto.fediverse.alumni:
|
||||
- ttl: 600
|
||||
type: TXT
|
||||
value: "did:plc:pejmcpkvnajr4x3htexetbzc"
|
||||
value: "did=did:plc:pejmcpkvnajr4x3htexetbzc"
|
||||
# GitLab Pages verification challenge record (note that GitLab Pages uses Let's Encrypt over
|
||||
# HTTP-01 challenge method for TLS cert issuance).
|
||||
# Docs: https://gitlab.com/help/user/project/pages/custom_domains_ssl_tls_certification/_index.md#4-verify-the-domains-ownership
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue