From 916c0c71312dc5266490db4c17c89c34d8b157c6 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 16 Mar 2026 07:16:16 +0100 Subject: (deployment systems aisaka): listen for DNS traffic on all interfaces --- deployment/systems/aisaka.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 4a04975..b88352f 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -120,7 +120,7 @@ (define knot-configuration (gnu:services:dns:knot-configuration - (listen-v4 "192.168.1.2") + (listen-v4 "0.0.0.0") (zones (list master-zone)))) (define knot -- cgit v1.3