WireGuard rework for Linux

This commit is contained in:
Mykola Baibuz 2023-09-17 17:06:24 -04:00
parent f62076d3fd
commit 279692afea
30 changed files with 2319 additions and 36 deletions

View file

@ -30,7 +30,7 @@ IPAddress::IPAddress(const QString& ip) {
m_prefixLength = 128;
}
} else {
Q_ASSERT(false);
// Q_ASSERT(false);
}
}