Adding status.create-mc.hackclub.community (#2456)

* First revision of dns for hc create minecraft server, will probably change

* add type A record for create minecraft server status page

it points to the same ip as the minecraft server, and on that machine i have nginx handling the return of the status page

* Relocate entry to be below subdomain it is attached to

---------

Co-authored-by: Alex Park <me@parkalex.dev>
This commit is contained in:
Grayson 2026-02-16 15:39:16 -05:00 committed by GitHub
parent df2b008f29
commit 711f596e46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,10 @@ create-mc: # grayson@vantilborg.ca U092DA495UY # This is for a create minecraft
- ttl: 600 - ttl: 600
type: A type: A
value: 40.233.121.197 value: 40.233.121.197
status.create-mc: # grayson@vantilborg.ca U092DA495UY # This is for the status page of the minecraft server listed above. its the same ip, and im handling it locally with nginx
- ttl: 600
type: A
value: 40.233.121.197
emoji: # alimad.co.ltd@gmail.com U08LQFRBL6S emoji: # alimad.co.ltd@gmail.com U08LQFRBL6S
- ttl: 300 - ttl: 300
type: CNAME type: CNAME