mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-01 08:33:22 +02:00
Documentation update, KnotDNS support more detailed
This commit is contained in:
parent
9a86d52c7c
commit
dcca095662
4 changed files with 251 additions and 113 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue