mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 19:45:12 +00:00
Add training CNAME record for self-hosted domain (#2374)
* Add training CNAME record for self-hosted domain * Remove and re-add training CNAME configuration
This commit is contained in:
parent
f56eeeead2
commit
e0d09e7690
1 changed files with 7 additions and 0 deletions
|
|
@ -5018,6 +5018,13 @@ tracking:
|
|||
ttl: 300
|
||||
type: CNAME
|
||||
value: shiprocket.co.
|
||||
training: # leo@hackclub.com U07BLJ1MBEE
|
||||
- octodns:
|
||||
cloudflare:
|
||||
proxied: true
|
||||
ttl: 300
|
||||
type: CNAME
|
||||
value: a.selfhosted.hackclub.com.
|
||||
transfers.hcb:
|
||||
ttl: 300
|
||||
type: TXT
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue