Add exclusion method for Windows firewall
This commit is contained in:
parent
d1f5d8815b
commit
2a546ddc28
3 changed files with 36 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue