change ttl

This commit is contained in:
scootz 2025-02-28 14:39:46 +00:00
parent 268d5ad479
commit 80ffcf65f6

4
dns.tf
View file

@ -16,7 +16,7 @@ resource "cloudflare_record" "jam" {
name = "jam"
value = "${aws_instance.jamulus.public_ip}"
type = "A"
ttl = 30
ttl = 60
proxied = false
}
@ -26,6 +26,6 @@ resource "cloudflare_record" "icecast" {
name = "icecast"
value = "${aws_instance.jamulus.public_ip}"
type = "A"
ttl = 30
ttl = 60
proxied = false
}