Documentation update, KnotDNS support more detailed

This commit is contained in:
Pinga 2024-12-01 14:21:33 +02:00
parent 9a86d52c7c
commit dcca095662
4 changed files with 251 additions and 113 deletions

View file

@ -151,7 +151,7 @@ Coroutine::create(function () use ($pool, $log, $c) {
} elseif ($c['dns_server'] == 'nsd') {
$basePath = '/etc/nsd';
} elseif ($c['dns_server'] == 'knot') {
$basePath = '/etc/knot';
$basePath = '/etc/knot/zones';
} else {
// Default path
$basePath = '/var/lib/bind';