Serious Discussion Minimal Firewall

v2.7.5
  • chore: normalize line endings and file encoding by @mirbyte in #132
  • add logging to silent exception handlers by @mirbyte in #135
  • feat: show origin for auto-allowed rules by @mirbyte in #136
  • fix: narrow WFP audit check to connection subcategory by @mirbyte in #140
 
v2.8.0
This is a fairly large update
You may wish to rest your firewall when updating to this, to ensure the new audit feature works as intended. This is a security update. Basically, whenever Windows automatically creates an allow rule, it is now disabled by default. When a rule is disabled and you are in lockdown, that means the app cannot connect to the internet until you create a rule to allow it.

Bugs​

  • Added "MFW" to rules to prevent Windows from overwriting.

Backend​

  • Incremental rule fetching to reduce COM.
  • Dark theme fixes.

Features​

  • Audit tab now a history of past actions.
  • All OS rules are now disabled by default, giving you complete control. When you create a rule, it is prefixed with MFW to overwrite the Windows rule.

What's Changed​

 
v2.8.1

Bugs​

  • Removed the auto-disable OS rules, which interfere with some core networking, especially with VPN.
This version now relies on the MFW prefix on rules to avoid conflicts with OS rules. It retains the logging in the Audit tab (see v2.8.0 notes).

If you downloaded version 2.8.0, please go to the settings tab and click "Revert Windows Firewall." That version disabled all Windows rules by default (thus blocking those app/service acces to the internet).

You do not need to revert anything if you did not download v2.8.0, but you may want to just to add the MFW prefix to rules to ensure Windows does not create its own rules on top of those without telling you.
 
v2.8.2

Bugs​

  • Turning off popups in settings now closes all pending popups (but keeps them in dashboard).

Backend​

  • Refactored theming
  • Tab performance upgrade

UI​

  • Updated fonts
  • Removed some custom ui
This is a fairly large UI code refactor. It should slightly increase performance. If you notice any quirks, please open an issue.
 
v2.8.3
  • fix: sidebar tab icon and text alignment by @mirbyte in #157
  • Fixed UWP filter in Rules tab.
  • More support for foreign languages (removing language localization).
 
It's getting better, but I still have some issues from time to time.
Let me know if there are any issues you want fixed if you aren't adding on Github issues, and I'll try to sort it out.

I just added domain blocking in v2.8.4. When I have more time I have a larger update planned related to that and live connections, which I have been working on in my unreleased rust firewall app.
 
Let me know if there are any issues you want fixed if you aren't adding on Github issues, and I'll try to sort it out.

I just added domain blocking in v2.8.4. When I have more time I have a larger update planned related to that and live connections, which I have been working on in my unreleased rust firewall app.
Thanks for the update. I have tested v2.8.4 and the new domain blocking is working smoothly for me so far. No immediate issues to report.

The planned update for live connections in the Rust app sounds promising, looking forward to seeing how that evolves. Keep up the great work.
 

You may also like...