Added ability to disable local mDNS server

This commit is contained in:
Ziver Koc 2021-10-02 19:40:45 +02:00
parent 4d1922d088
commit dc200294be
3 changed files with 21 additions and 6 deletions

View file

@ -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
# ------------------------------------------------------------------------