updates
This commit is contained in:
parent
fea69f8a51
commit
36b5e087b3
2 changed files with 19 additions and 1 deletions
|
|
@ -838,6 +838,24 @@ resource "cloudflare_record" "w5isp_cname_link" {
|
|||
ttl = 86400
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_cname_ha" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "CNAME"
|
||||
name = "ha"
|
||||
content = "q1l09qiycnaagngmjsg1qas0rhqcfoou.ui.nabu.casa"
|
||||
proxied = false
|
||||
ttl = 86400
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "w5isp_cname_acme_ha" {
|
||||
zone_id = cloudflare_zone.w5isp_com.id
|
||||
type = "CNAME"
|
||||
name = "_acme-challenge.ha"
|
||||
content = "_acme-challenge.q1l09qiycnaagngmjsg1qas0rhqcfoou.ui.nabu.casa"
|
||||
proxied = false
|
||||
ttl = 86400
|
||||
}
|
||||
|
||||
# =============================================================================
|
||||
# w5isp.com - TXT records
|
||||
# =============================================================================
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue