dns: add CNAME record for mas.pub.solar
This commit is contained in:
parent
8244e605b6
commit
c9c2d06a98
|
@ -109,6 +109,11 @@ resource "namecheap_domain_records" "pub-solar" {
|
|||
type = "CNAME"
|
||||
address = "nachtigall.pub.solar."
|
||||
}
|
||||
record {
|
||||
hostname = "mas"
|
||||
type = "CNAME"
|
||||
address = "nachtigall.pub.solar."
|
||||
}
|
||||
record {
|
||||
hostname = "ci"
|
||||
type = "A"
|
||||
|
|
Loading…
Reference in a new issue