change ttl
This commit is contained in:
parent
268d5ad479
commit
80ffcf65f6
1 changed files with 2 additions and 2 deletions
4
dns.tf
4
dns.tf
|
|
@ -16,7 +16,7 @@ resource "cloudflare_record" "jam" {
|
||||||
name = "jam"
|
name = "jam"
|
||||||
value = "${aws_instance.jamulus.public_ip}"
|
value = "${aws_instance.jamulus.public_ip}"
|
||||||
type = "A"
|
type = "A"
|
||||||
ttl = 30
|
ttl = 60
|
||||||
proxied = false
|
proxied = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -26,6 +26,6 @@ resource "cloudflare_record" "icecast" {
|
||||||
name = "icecast"
|
name = "icecast"
|
||||||
value = "${aws_instance.jamulus.public_ip}"
|
value = "${aws_instance.jamulus.public_ip}"
|
||||||
type = "A"
|
type = "A"
|
||||||
ttl = 30
|
ttl = 60
|
||||||
proxied = false
|
proxied = false
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue