This commit is contained in:
brindosch
2017-01-24 21:29:39 +01:00
parent 6f39e7baad
commit d5d750db60
3 changed files with 24 additions and 62 deletions

View File

@@ -52,7 +52,7 @@ void StaticFileServing::onServerStarted (quint16 port)
BonjourServiceRegister *bonjourRegister_http = new BonjourServiceRegister();
bonjourRegister_http->registerService(
BonjourRecord(mDNSDescr.c_str(), "_http._tcp", QString()),
BonjourRecord(mDNSDescr.c_str(), "_hyperiond-http._tcp", QString()),
port
);
Debug(_log, "Web Config mDNS responder started");