diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-03-16 07:16:16 +0100 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-03-16 07:16:16 +0100 |
| commit | 916c0c71312dc5266490db4c17c89c34d8b157c6 (patch) | |
| tree | e91b3d51ec486ccfed510e11c65edbdbe3caa61c /deployment/systems/aisaka.scm | |
| parent | 9bd8615f549e19fc14d468644a616e8878785741 (diff) | |
(deployment systems aisaka): listen for DNS traffic on all interfaces
Diffstat (limited to 'deployment/systems/aisaka.scm')
| -rw-r--r-- | deployment/systems/aisaka.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
