mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 14:17:06 +00:00
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:
parent
df2b008f29
commit
711f596e46
1 changed files with 4 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ create-mc: # grayson@vantilborg.ca U092DA495UY # This is for a create minecraft
|
|||
- ttl: 600
|
||||
type: A
|
||||
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
|
||||
- ttl: 300
|
||||
type: CNAME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue