Go to file
Nodir Temirkhodjaev 7824454c66 README: Minor fixes
2022-02-12 14:13:55 +03:00
deploy Deploy: Make driver cab from driver loader 2021-12-19 15:36:28 +03:00
src UI: Update German, Korean and Slovenian translations 2022-02-11 23:29:07 +03:00
.gitignore Deploy: Separate Windows 7 & 10 drivers. 2021-10-07 14:01:09 +03:00
ChangeLog Add ChangeLog 2022-02-10 10:09:33 +03:00
LICENSE.GPLv3 Add LICENSE.GPLv3 2017-08-23 19:06:25 +05:00
README.md README: Minor fixes 2022-02-12 14:13:55 +03:00

Fort Firewall

Release Downloads Screenshots License Crowdin

Fort is a simple firewall for Windows 7+.

Features

  • Filter by network addresses, application groups
  • Filter by SvcHost.exe service names
  • Support wildcards in program path names
  • Application group speed limits
  • Stores traffic statistics
  • Graphical display of bandwidth
  • Has own kernel driver, based on Windows Filtering Platform (WFP)

Supported OS versions

Asset OS Version Architectures Description
*-windows-x86.* Windows 7 SP1 and later x86, x64 32/64-bit Windows 7, 8, 8.1, 10, 11
*-windows10-x86_64.* Windows 10 2004 and later x64 64-bit Windows 10 2004-21H2, 11

FAQ

Windows 7 SP1 64-bit fails to install not digitally signed drivers

See "SHA-2 Code Signing Support for Windows 7".

What the difference is between "Internet Addresses" and "Allowed Internet Addresses" on the IPV4 Addresses tab?

  1. All FW rules act on "Internet Addresses" only. LAN addresses are immediately allowed by FW and not checked by app groups or speed limiter.

For example here you can describe Internet addresses as:

  • "Include All" addresses,
  • but exclude 127.0.0.0/8, 192.168.0.0/16.
  1. "Allowed Internet Addresses" may be used for example:
  • to block only some addresses:
    • "Include All" addresses,
    • but exclude facebook.com: "31.13.72.36".
  • to allow only some addresses:
    • "Exclude All" addresses,
    • but include wikipedia.com: "91.198.174.192".

Do the App rules take precedence over the Allowed Internet rules?

Filtering steps:

  1. If address is 127.* or 255.255.255.255 and "Filter Local Addresses" is turned off, then PERMIT
  2. If "Filter Enabled" is turned off, then PERMIT
  3. If "Stop Traffic" is turned on, then BLOCK
  4. If address is not from "Internet Addresses", then PERMIT
  5. If "Stop Internet Traffic" is turned on, then BLOCK
  6. If address is not from "Allowed Internet Addresses", then BLOCK
  7. If app path is allowed, then PERMIT
  8. Log about blocked event and BLOCK

Code Quality Monitor

Code quality status

-- Nodir Temirkhodjaev, nodir.temir@gmail.com