forked from pub-solar/infra
fix: remove DNS ttl until we need it again
This commit is contained in:
parent
8dc908aabd
commit
630723516d
|
@ -38,13 +38,11 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
hostname = "obs-portal"
|
hostname = "obs-portal"
|
||||||
type = "A"
|
type = "A"
|
||||||
address = "80.71.153.210"
|
address = "80.71.153.210"
|
||||||
ttl = 60
|
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "vpn"
|
hostname = "vpn"
|
||||||
type = "A"
|
type = "A"
|
||||||
address = "80.71.153.210"
|
address = "80.71.153.210"
|
||||||
ttl = 60
|
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "cache"
|
hostname = "cache"
|
||||||
|
@ -81,7 +79,6 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
hostname = "turn"
|
hostname = "turn"
|
||||||
type = "A"
|
type = "A"
|
||||||
address = "138.201.80.102"
|
address = "138.201.80.102"
|
||||||
ttl = 300
|
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "grafana"
|
hostname = "grafana"
|
||||||
|
@ -92,7 +89,6 @@ resource "namecheap_domain_records" "pub-solar" {
|
||||||
hostname = "hpb"
|
hostname = "hpb"
|
||||||
type = "A"
|
type = "A"
|
||||||
address = "80.71.153.239"
|
address = "80.71.153.239"
|
||||||
ttl = 60
|
|
||||||
}
|
}
|
||||||
record {
|
record {
|
||||||
hostname = "files"
|
hostname = "files"
|
||||||
|
|
Loading…
Reference in a new issue