mirror of https://github.com/nymea/nymea.git
listen to all interfaces
parent
6859bd2b78
commit
59e8233e45
|
|
@ -13,7 +13,7 @@
|
|||
HttpDaemon::HttpDaemon(Device *device, DevicePlugin *parent):
|
||||
QTcpServer(parent), disabled(false), m_plugin(parent), m_device(device)
|
||||
{
|
||||
listen(QHostAddress::LocalHost, device->params().value("httpport").toInt());
|
||||
listen(QHostAddress::Any, device->params().value("httpport").toInt());
|
||||
}
|
||||
|
||||
void HttpDaemon::incomingConnection(qintptr socket)
|
||||
|
|
|
|||
Loading…
Reference in New Issue