Added DNS to setup configuration and about page

This commit is contained in:
2023-06-12 23:41:25 +10:00
parent ccf01a1b23
commit 530c9cbd46
3 changed files with 23 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ class ServerStart extends Command
'class'=>new EMSI($o),
]);
//if ($o->optionGet(Setup::O_DNS))
if ($o->optionGet(Setup::O_DNS))
$start->put('dns',[
'address'=>Setup::DNS_BIND,
'port'=>Setup::DNS_PORT,