Update DNS TTLs to 60 seconds for maintenance

pull/16/head
teutat3s 2023-10-27 23:16:31 +02:00
parent 5f3f18767e
commit 85541c0933
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 24 additions and 1 deletions

View File

@ -8,112 +8,133 @@ resource "namecheap_domain_records" "pub-solar" {
hostname = "flora-6"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "auth"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "ci"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "git"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "stream"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "list"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "obs-portal"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "vpn"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "cache"
type = "A"
address = "95.217.225.160"
ttl = 60
}
record {
hostname = "factorio"
type = "A"
address = "80.244.242.2"
ttl = 60
}
record {
hostname = "collabora"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "@"
type = "A"
address = "80.71.153.210"
ttl = 300
ttl = 60
}
record {
hostname = "chat"
type = "A"
address = "85.88.23.162"
ttl = 60
}
record {
hostname = "cloud"
type = "A"
address = "80.71.153.133"
ttl = 60
}
record {
hostname = "coturn"
type = "A"
address = "80.71.153.239"
ttl = 60
}
record {
hostname = "hpb"
type = "A"
address = "80.71.153.239"
ttl = 60
}
record {
hostname = "dimension"
type = "A"
address = "85.88.23.162"
ttl = 60
}
record {
hostname = "element"
type = "A"
address = "85.88.23.162"
ttl = 60
}
record {
hostname = "files"
type = "A"
address = "85.88.23.161"
ttl = 60
}
record {
hostname = "mastodon"
type = "A"
address = "85.88.23.161"
ttl = 60
}
record {
hostname = "matrix"
type = "A"
address = "85.88.23.162"
ttl = 60
}
record {
hostname = "www"
type = "A"
address = "80.71.153.210"
ttl = 60
}
record {
hostname = "@"
@ -150,11 +171,13 @@ resource "namecheap_domain_records" "pub-solar" {
record {
hostname = "nachtigall"
type = "A"
ttl = 60
address = "138.201.80.102"
}
record {
hostname = "nachtigall"
type = "AAAA"
ttl = 60
address = "2a01:4f8:172:1c25::1"
}
# SRV records can only be changed via NameCheap Web UI