mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 23:22:55 +00:00
Add A record for auth.aces.hackclub.com (#2111)
* Add A record for auth.aces with specified TTL * Moved it to right under aces --------- Co-authored-by: Alex Park <me@parkalex.dev>
This commit is contained in:
parent
7ec62a2a02
commit
c4b7165f0c
1 changed files with 4 additions and 0 deletions
|
|
@ -536,6 +536,10 @@ aces:
|
|||
ttl: 300
|
||||
type: CNAME
|
||||
value: a.selfhosted.hackclub.com.
|
||||
auth.aces:
|
||||
- ttl: 300
|
||||
type: A
|
||||
value: 54.36.60.57
|
||||
act:
|
||||
- ttl: 300
|
||||
type: CNAME
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue