From d67da2e1e0c9b8bbc100417cd5a9a355250e2a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CF=BA=CE=9BD=D0=98VTT=CE=9BH?= <96331755+madnuttah@users.noreply.github.com> Date: Tue, 4 Jun 2024 15:50:24 +0200 Subject: [PATCH] Added EDNS Client Subnet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FR: https://github.com/madnuttah/unbound-docker/issues/70 Signed-off-by: ϺΛDИVTTΛH <96331755+madnuttah@users.noreply.github.com> --- unbound/canary.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/unbound/canary.Dockerfile b/unbound/canary.Dockerfile index e108b34..4cdd7bd 100644 --- a/unbound/canary.Dockerfile +++ b/unbound/canary.Dockerfile @@ -56,6 +56,7 @@ RUN set -xe; \ --enable-dnstap \ --enable-dnscrypt \ --enable-cachedb \ + --enable-subnet \ --with-pthreads \ --without-pythonmodule \ --without-pyunbound \