diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:40:35 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:40:35 -0400 |
commit | 8e8dbd376c3fd849d699702861774286993a9167 (patch) | |
tree | b9e8a43ddf2526e37cc88b3d73607f6ed200dc8e /network/firehol | |
parent | 3b2648b534eb77e1217a3636db65d4c6a9b429ef (diff) | |
download | slackbuilds-8e8dbd376c3fd849d699702861774286993a9167.tar.gz |
network/firehol: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/firehol')
-rw-r--r-- | network/firehol/README | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/network/firehol/README b/network/firehol/README index 3759035aae..a8a41e988b 100644 --- a/network/firehol/README +++ b/network/firehol/README @@ -1,26 +1,28 @@ -firehol is an easy to use but powerfull iptables stateful firewall for -humans. +firehol is an easy to use but powerful iptables stateful firewall +for humans. -FireHOL uses an extremely simple but powerfull way to define firewall rules -which it turns into complete stateful iptables firewalls. FireHOL is a -generic firewall generator, meaning that you can design any kind of local -or routing stateful packet filtering firewalls with ease. +FireHOL uses an extremely simple but powerfull way to define firewall +rules which it turns into complete stateful iptables firewalls. +FireHOL is a generic firewall generator, meaning that you can design +any kind of local or routing stateful packet filtering firewalls with +ease. -You can run FireHOL with the 'helpme' argument, to get a configuration file -for the system run, which you can modify according to your needs. +You can run FireHOL with the 'helpme' argument, to get a configuration +file for the system run, which you can modify according to your needs. -You can find example config files in /usr/doc/firehol-<ver>/examples. This -directory contains examples from a simple client machine, to a lan-wan -gateway or an office server. +You can find example config files in +/usr/doc/firehol-<ver>/examples. This directory contains examples from +a simple client machine, to a lan-wan gateway or an office server. -The default config file in the package contains only a note about where to -find config file examples (/usr/doc/firehol-<ver>/examples), because it is -empty it is not handled as a usual config file. If a user has a real one, -this "example" is simply deleted. +The default config file in the package contains only a note about +where to find config file examples (/usr/doc/firehol-<ver>/examples), +because it is empty it is not handled as a usual config file. If a +user has a real one, this "example" is simply deleted. There is a get-iana.sh script to fetch reserved IPs from iana, It is -renamed to firehol-get-iana, and placed to /usr/sbin. You have to run it at -least once, to silence firehol startup warnings about missing files. +renamed to firehol-get-iana, and placed to /usr/sbin. You have to run +it at least once, to silence firehol startup warnings about missing +files. There is an adblock.sh script to fetch the IPs of popular add servers, which can be blacklisted, see the file for the details. It is renamed to |