From 80ffcf65f637ee217608486f341649a151273252 Mon Sep 17 00:00:00 2001 From: scootz Date: Fri, 28 Feb 2025 14:39:46 +0000 Subject: [PATCH] change ttl --- dns.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns.tf b/dns.tf index 63f3e19..9e8e541 100644 --- a/dns.tf +++ b/dns.tf @@ -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 } \ No newline at end of file