update obs-portal dns target
All checks were successful
Flake checks / Check (pull_request) Successful in 6m11s
All checks were successful
Flake checks / Check (pull_request) Successful in 6m11s
This commit is contained in:
parent
c74394449d
commit
fef1874938
|
@ -36,8 +36,8 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "obs-portal"
|
hostname = "obs-portal"
|
||||||
type = "A"
|
type = "CNAME"
|
||||||
address = "80.71.153.210"
|
address = "nachtigall.pub.solar."
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "vpn"
|
hostname = "vpn"
|
||||||
|
|
Loading…
Reference in a new issue