Fixed wrong DNS entries
This commit is contained in:
parent
14c925d480
commit
b3f28c8276
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ public class HalMqttController implements HalAutoScannableController, MqttSubscr
|
|||
|
||||
logger.info("Starting up mDNS Server");
|
||||
mDns = new MulticastDnsServer();
|
||||
mDns.addEntry("_mqtt.tcp", serverIp);
|
||||
mDns.addEntry("hal.local", serverIp);
|
||||
mDns.addEntry("_mqtt._tcp.local", serverIp);
|
||||
mDns.addEntry("_hal._tcp.local", serverIp);
|
||||
mDns.start();
|
||||
|
||||
logger.info("Starting up MQTT Server");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue