diff --git a/app/Console/Commands/ServerStart.php b/app/Console/Commands/ServerStart.php index ed92c22..b9763c6 100644 --- a/app/Console/Commands/ServerStart.php +++ b/app/Console/Commands/ServerStart.php @@ -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, diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 57fbaaf..497f18e 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -54,6 +54,7 @@ If you have more than 1 BBS, then the Clearing Houz can receive all your mail fr
EMSI has been configured to listen on {{ Setup::EMSI_BIND }}:{{ Setup::EMSI_PORT }}
+EMSI has been configured to listen on {{ Setup::EMSI_BIND }}:{{ Setup::EMSI_PORT }}
-DNS has been configured to listen on {{ Setup::DNS_BIND }}:{{ Setup::DNS_PORT }}
+ +