Add exclusion method for Windows firewall

This commit is contained in:
Mykola Baibuz 2025-04-05 12:33:59 +03:00
parent d1f5d8815b
commit 2a546ddc28
3 changed files with 36 additions and 0 deletions

View file

@ -44,6 +44,7 @@ class WindowsFirewall final : public QObject {
bool disablePeerTraffic(const QString& pubkey);
bool disableKillSwitch();
bool allowAllTraffic();
bool allowTrafficRange(const QStringList& ranges);
private:
static bool initSublayer();