hickory/resolver: drop _cache_size settings

they are not required as default values exist
This commit is contained in:
Jorge Aparicio 2024-04-23 18:34:43 +02:00
parent e12a1f4d92
commit b840819998

View File

@ -1,5 +1,5 @@
[[zones]]
zone = "."
zone_type = "Hint"
stores = { type = "recursor", roots = "/etc/root.hints", ns_cache_size = 1024, record_cache_size = 1048576 }
stores = { type = "recursor", roots = "/etc/root.hints" }
enable_dnssec = {{ use_dnssec }}