From 96aaa661da8fd10a4a96bbac9aeb5491c061a89d Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Fri, 27 Feb 2026 15:13:03 +0100 Subject: (deployment systems aisaka): configure Knot to listen on all interfaces --- deployment/systems/aisaka.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment') diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index 869a379..08897ad 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -119,7 +119,7 @@ (define knot-configuration (gnu:services:dns:knot-configuration - (listen-v4 "192.168.10.2") + (listen-v4 "0.0.0.0") (zones (list master-zone)))) (define knot -- cgit v1.3