mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Add shorter domain for whoami
This commit is contained in:
parent
3e355e6715
commit
4e07e1c8dc
2 changed files with 12 additions and 1 deletions
|
|
@ -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}."
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue