mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
parent
b59155aeb0
commit
b8a22bb5dc
@ -37,7 +37,7 @@ LocalKiwixServer::LocalKiwixServer(QWidget *parent) :
|
||||
}
|
||||
});
|
||||
|
||||
const auto interfacesMap = kiwix::getNetworkInterfaces();
|
||||
const auto interfacesMap = kiwix::getNetworkInterfacesIPv4Or6();
|
||||
QVector<QString> interfaces;
|
||||
interfaces.reserve(interfacesMap.size() + 1);
|
||||
for (const auto &interfacePair : interfacesMap) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user