Added cache config dns

This commit is contained in:
Juan Gilsanz Polo 2022-10-19 19:29:05 +02:00
parent 44cd39026b
commit 45946ddc1a
4 changed files with 152 additions and 2 deletions

View file

@ -453,5 +453,14 @@
"nullIp": "Null IP",
"nullIpDescription": "Respond with zero IP address (0.0.0.0 for A; :: for AAAA)",
"customIp": "Custom IP",
"customIpDescription": "Respond with a manually set IP address"
"customIpDescription": "Respond with a manually set IP address",
"dnsCacheConfig": "DNS cache configuration",
"cacheSize": "Cache size",
"inBytes": "In bytes",
"overrideMinimumTtl": "Override minimum TTL",
"overrideMinimumTtlDescription": "Extend short time-to-live values (seconds) received from the upstream server when caching DNS responses.",
"overrideMaximumTtl": "Override maximum TTL",
"overrideMaximumTtlDescription": "Set a maximum time-to-live value (seconds) for entries in the DNS cache.",
"optimisticCaching": "Optimistic caching",
"optimisticCachingDescription": "Make AdGuard Home respond from the cache even when the entries are expired and also try to refresh them."
}

View file

@ -453,5 +453,14 @@
"nullIp": "IP nula",
"nullIpDescription": "Responde con dirección IP cero (0.0.0.0 para A; :: para AAAA)",
"customIp": "IP personalizada",
"customIpDescription": "Responde con una dirección IP establecida manualmente."
"customIpDescription": "Responde con una dirección IP establecida manualmente.",
"dnsCacheConfig": "Configuración de la caché DNS",
"cacheSize": "Tamaño de la caché",
"inBytes": "En bytes",
"overrideMinimumTtl": "Anular TTL mínimo",
"overrideMinimumTtlDescription": "Amplía el corto tiempo de vida (segundos) de los valores recibidos del servidor DNS de subida al almacenar en caché las respuestas DNS.",
"overrideMaximumTtl": "Anular TTL máximo",
"overrideMaximumTtlDescription": "Establece un valor de tiempo de vida (segundos) máximo para las entradas en la caché DNS.",
"optimisticCaching": "Optimistic caching",
"optimisticCachingDescription": "Haz que AdGuard Home responda desde la caché incluso cuando las entradas estén expiradas y también intente actualizarlas."
}