From e5c1afdb6c2e9e8cc7c1323871f1f7784319b779 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 24 May 2020 22:32:10 +0200 Subject: [PATCH] dnscache: allow query by freifunk range --- hosts/containers/dnscache/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/containers/dnscache/configuration.nix b/hosts/containers/dnscache/configuration.nix index dfda2a35..8986091d 100644 --- a/hosts/containers/dnscache/configuration.nix +++ b/hosts/containers/dnscache/configuration.nix @@ -74,6 +74,7 @@ "::1/128" "172.20.72.0/21" "10.0.0.0/24" + "10.200.0.0/15" "172.22.99.0/24" "127.0.0.0/8" ];