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

fix(dns): Use latest build

This patch switches to the main image, which contains some bug fixes for
DNSSEC handling. Further we switch prefetch back on, as dnssec on
clients is currently disabled due to systemd related problems.

Also the newer build potentially fixed issues with prefetch dropping ad
flags as well.
parent 7125a8c1
No related branches found
Tags v0.6.0
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: false prefetching: true
prefetchMaxItemsCount: 131072 prefetchMaxItemsCount: 131072
prometheus: prometheus:
enable: true enable: true
...@@ -51,7 +51,7 @@ spec: ...@@ -51,7 +51,7 @@ spec:
spec: spec:
containers: containers:
- name: dnsproxy - name: dnsproxy
image: ghcr.io/0xerr0r/blocky:v0.22 image: ghcr.io/0xerr0r/blocky:main
args: args:
- --config - --config
- /etc/blocky/config.yaml - /etc/blocky/config.yaml
......
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