forked from pub-solar/infra
update obs-portal dns target
This commit is contained in:
parent
c74394449d
commit
fef1874938
|
@ -36,8 +36,8 @@ resource "namecheap_domain_records" "pub-solar" {
|
|||
}
|
||||
record {
|
||||
hostname = "obs-portal"
|
||||
type = "A"
|
||||
address = "80.71.153.210"
|
||||
type = "CNAME"
|
||||
address = "nachtigall.pub.solar."
|
||||
}
|
||||
record {
|
||||
hostname = "vpn"
|
||||
|
|
Loading…
Reference in a new issue