Add shorter domain for whoami
This commit is contained in:
@ -21,3 +21,14 @@ resource "gandi_livedns_record" "orngone_caa" {
|
||||
"0 issue \"letsencrypt.org\""
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
resource "gandi_livedns_record" "orngone_who" {
|
||||
zone = gandi_livedns_domain.orngone.id
|
||||
name = "who"
|
||||
type = "CNAME"
|
||||
ttl = 3600
|
||||
values = [
|
||||
"${cloudflare_record.sys_domain_pve.hostname}."
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user