summaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2026-02-27 15:13:03 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2026-02-27 15:13:03 +0100
commit96aaa661da8fd10a4a96bbac9aeb5491c061a89d (patch)
tree8c4e8c104e517c047e1277e75338d18f9186757c /deployment
parent0c847af55d155d6d7610235f7ae1726e00429850 (diff)
(deployment systems aisaka): configure Knot to listen on all interfaces
Diffstat (limited to 'deployment')
-rw-r--r--deployment/systems/aisaka.scm2
1 files changed, 1 insertions, 1 deletions
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