Go to file
2019-04-04 13:53:59 +05:00
deploy UI: OptionsPage: Show driver's state; allow to install/remove the driver. 2019-04-04 13:53:59 +05:00
src UI: OptionsPage: Show driver's state; allow to install/remove the driver. 2019-04-04 13:53:59 +05:00
.gitignore .gitignore: Ignore build*/ folders. 2017-08-25 15:32:01 +05:00
ChangeLog Add ChangeLog. 2019-03-16 12:49:58 +05:00
LICENSE.GPLv3 Add LICENSE.GPLv3 2017-08-23 19:06:25 +05:00
README.md README.md: Add FAQ. 2019-03-13 12:39:28 +05:00

Fort Firewall

Downloads Screenshots License

Fort is a simple firewall for Windows 7+.

Features

  • Filter by network addresses, application groups
  • Application group speed limits
  • Stores hourly, daily, monthly and yearly statistics
  • Graphical display of bandwidth
  • No alert popups
  • Based on Windows Filtering Platform (WFP)

Supported OS versions

OS Version Architectures
Windows 7 SP1+, 8.1, 10 x86, x64

FAQ

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".

Filtered apps will be shown in the "Blocked" tab.

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 "Stop Traffic" is turned on, then BLOCK
  3. If "Filter Enabled" is turned off or address is not from "Internet Addresses", then PERMIT
  4. If "Stop Internet Traffic" is turned on, then BLOCK
  5. If address is not from "Allowed Internet Addresses", then goto 7)
  6. If app path is allowed, then PERMIT
  7. If "Show Blocked Applications" is turned on, then log about blocked event and BLOCK

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