Added ability to disable local mDNS server
This commit is contained in:
parent
4d1922d088
commit
dc200294be
3 changed files with 21 additions and 6 deletions
|
|
@ -12,6 +12,9 @@ hal_core.http_port=8080
|
|||
#hal_core.http_external_port=8081
|
||||
#hal_core.http_external_domain=example.com
|
||||
|
||||
# Set the local domain that hal will announce to the local network. Default value is hal.local leave empty to disable.
|
||||
hal_core.dns_local_domain=hal.local|<empty>
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# Plugin configurations
|
||||
# ------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue