mirror of
https://github.com/System-End/dns.git
synced 2026-04-20 00:25:21 +00:00
chore(hackclub.community): setup custom handle for @hackclub-alumni's bridged profile (#2201)
I'm setting up a custom handle for its bridged profile on Bridgy Fed, alongside a GitLab Pages-hosted redirect [1] for it if you access it directly. [1]: https://gitlab.com/hackclub-community/alumni/fediverse-landing Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
c85a2dfb11
commit
f7b9932983
1 changed files with 19 additions and 0 deletions
|
|
@ -21,6 +21,25 @@ blog.alumni:
|
|||
- ttl: 600
|
||||
type: CNAME
|
||||
value: 731fb7077db63b1d.vercel-dns-016.com.
|
||||
# GitLab Pages-hosted redirect to https://social.dino.icu/@alumni, also serves as custom handle
|
||||
# for AT Proto bridged profile (managed by Bridgy Fed).
|
||||
fediverse.alumni:
|
||||
- ttl: 600
|
||||
type: CNAME
|
||||
value: hackclub-community.gitlab.io.
|
||||
# Custom AT Proto handle for bridged fediverse profile (technically we could go with
|
||||
# @alumni.social.dino.icu to match the Hackstodon side
|
||||
_atproto.fediverse.alumni:
|
||||
- ttl: 600
|
||||
type: TXT
|
||||
value: "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
|
||||
_gitlab-pages-verification-code.fediverse.alumni:
|
||||
- ttl: 600
|
||||
type: TXT
|
||||
value: "gitlab-pages-verification-code=6d5351c9c8ce7bc19be0bda5bdd4c4c5"
|
||||
|
||||
emoji: # alimad.co.ltd@gmail.com U08LQFRBL6S
|
||||
- ttl: 300
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue