increase ttl for keyserver record [ci skip]

This commit is contained in:
Viktor Barzin 2025-12-01 20:40:28 +00:00
parent c779f2313f
commit 168f58eecf
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -127,7 +127,7 @@ resource "cloudflare_record" "keyserver" {
content = "130.162.165.220" # Oracle VPS
name = "keyserver.viktorbarzin.me"
proxied = false
ttl = 1
ttl = 3600
type = "A"
priority = 1
zone_id = var.cloudflare_zone_id