Lower DNS TTL

This commit is contained in:
spengreb 2022-02-17 19:30:04 +01:00
parent 7a99602965
commit ea0265a156

2
dns.tf
View file

@ -15,6 +15,6 @@ resource "digitalocean_record" "jam" {
domain = "vereto.net"
type = "A"
name = "ejam"
ttl = 30
ttl = 5
value = "${aws_instance.jamulus.public_ip}"
}