mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Add admin.mc.hackclub.com (#2190)
* Add DNS records for admin.mc * add contact info i forgor
This commit is contained in:
parent
48dcdaccfa
commit
c9ee503db5
1 changed files with 8 additions and 1 deletions
|
|
@ -3008,7 +3008,14 @@ maxday:
|
|||
ttl: 300
|
||||
type: CNAME
|
||||
value: maxday-prod.netlify.com.
|
||||
mc:
|
||||
mc: # alexp@hackclub.com
|
||||
- ttl: 600
|
||||
type: A
|
||||
value: 188.245.102.44
|
||||
- ttl: 600
|
||||
type: AAAA
|
||||
value: 2a01:4f8:1c0c:7cb3::1
|
||||
admin.mc: # alexp@hackclub.com
|
||||
- ttl: 600
|
||||
type: A
|
||||
value: 188.245.102.44
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue