Skip to content
Snippets Groups Projects
Verified Commit 7125a8c1 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(dns): Fix DNSSEC validation

After some investigation it seems that prefetch causes some issues with
DNSSEC it seems to drop the ad flag on a refresh. Therefore it's
disabled for now.
parent ec82302a
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ data: ...@@ -24,7 +24,7 @@ data:
caching: caching:
minTime: 5m minTime: 5m
maxItemsCount: 262144 maxItemsCount: 262144
prefetching: true prefetching: false
prefetchMaxItemsCount: 131072 prefetchMaxItemsCount: 131072
prometheus: prometheus:
enable: true enable: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment