fort/README.md

66 lines
2.8 KiB
Markdown
Raw Normal View History

2019-03-10 04:03:04 +00:00
# Fort Firewall
2020-02-18 17:14:19 +00:00
[![Release](https://img.shields.io/github/release/tnodir/fort.svg)](https://github.com/tnodir/fort/releases/latest) [![Downloads](https://img.shields.io/github/downloads/tnodir/fort/total.svg?maxAge=86400)](https://github.com/tnodir/fort/releases) [![Screenshots](https://img.shields.io/static/v1.svg?label=screenshots&message=11&color=gray)](https://imgur.com/a/fZbAbfy) [![License](https://img.shields.io/github/license/tnodir/fort.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Crowdin](https://badges.crowdin.net/fort-firewall/localized.svg)](https://crowdin.com/project/fort-firewall)
2019-03-10 04:03:04 +00:00
Fort is a simple firewall for Windows 7+.
2019-03-10 05:34:45 +00:00
## Features
2019-03-10 04:03:04 +00:00
- Filter by network addresses, application groups
2020-02-24 08:40:08 +00:00
- Support wildcards in program path names
2019-03-10 04:03:04 +00:00
- Application group speed limits
2020-02-02 08:26:32 +00:00
- Stores traffic statistics
2019-03-10 04:03:04 +00:00
- Graphical display of bandwidth
- Based on Windows Filtering Platform (WFP)
2019-03-10 05:34:45 +00:00
## Supported OS versions
OS | Version | Architectures
----------------|-------------------------------|--------------
Windows | 7 SP1+, 8.1, 10 | x86, x64
2019-04-05 13:42:43 +00:00
-----
2019-03-13 07:39:28 +00:00
## FAQ
### Windows 7 SP1 64-bit fails to install not digitally signed drivers
See "[SHA-2 Code Signing Support for Windows 7](https://docs.microsoft.com/en-us/security-updates/SecurityAdvisories/2015/3033929)".
2019-03-13 07:39:28 +00:00
### 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.
2. "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**_
2020-02-07 08:32:14 +00:00
5) If **address** is not from "Allowed Internet Addresses", then _**BLOCK**_
2019-03-13 07:39:28 +00:00
6) If **app path** is allowed, then _**PERMIT**_
7) If "Show Blocked Applications" is turned on, then log about blocked event and _**BLOCK**_
## Code Quality Monitor
[![Code quality status](https://codescene.io/projects/5344/status.svg)](https://codescene.io/projects/5344/jobs/latest-successful/results)
2019-03-10 04:03:04 +00:00
--
Nodir Temirkhodjaev, <nodir.temir@gmail.com>