Skip to content

Commit

Permalink
Windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
outspace committed Jan 1, 2025
1 parent 08e5ff2 commit 5fc8012
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/server/killswitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ bool KillSwitch::disableKillSwitch() {
#endif

#ifdef Q_OS_WIN
if (isStrictKillSwitchEnabled()) {
return disableAllTraffic();
}
return WindowsFirewall::instance()->allowAllTraffic();
#endif

Expand Down

0 comments on commit 5fc8012

Please sign in to comment.