mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 22:05:14 +00:00
Adding CNAME record to campfire.hackclub.com (#2228)
* [Adding] `campfire.hackclub.com` * fix: `CNAME` -> `ALIAS` for `campfire.hackclub.com` * fix: add lenient: true to `campfire.hackclub.com`
This commit is contained in:
parent
04fc8166f6
commit
79164897e6
1 changed files with 5 additions and 0 deletions
|
|
@ -1223,6 +1223,11 @@ camp-apply:
|
|||
type: CNAME
|
||||
value: hackcamp-apply.netlify.com.
|
||||
campfire:
|
||||
- octodns:
|
||||
lenient: true
|
||||
ttl: 600
|
||||
type: ALIAS
|
||||
value: a.selfhosted.hackclub.com.
|
||||
- ttl: 3600
|
||||
type: TXT
|
||||
values:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue