Merge pull request #52 from ferrous-systems/ja-use-default-cache-size

hickory/resolver: drop _cache_size settings
This commit is contained in:
Jorge Aparicio 2024-05-22 14:26:23 +02:00 committed by GitHub
commit a9c6e42715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 }}