diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:29:45 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:29:45 -0400 |
commit | c5763b6bac51eb356f4d6fc4ea09c3ae46b5b193 (patch) | |
tree | 94a6c0ebcc873c17c39826c1306dc65e78e79c8b /network/ufw | |
parent | bde8204f7ad586bde3c3e4706cd8002d0fdce0d0 (diff) |
network/ufw: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/ufw')
-rw-r--r-- | network/ufw/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/network/ufw/README b/network/ufw/README index fea822567927..54d8cd35bfda 100644 --- a/network/ufw/README +++ b/network/ufw/README @@ -1,6 +1,6 @@ -Ufw (Uncomplicated Firewall) is program for managing a netfilter firewall. -It provides a command line interface and aims to be uncomplicated and easy -to use. +Ufw (Uncomplicated Firewall) is program for managing a netfilter +firewall. It provides a command line interface and aims to be +uncomplicated and easy to use. Add the following code to /etc/rc.d/rc.local to start Ufw at boot time: @@ -8,10 +8,10 @@ if [ -x /lib/ufw/ufw-init ]; then /lib/ufw/ufw-init start fi -Ufw comes with a number of common application profiles. Create additional -application profiles under /etc/ufw/applications.d. Each profile should -contain a list of rules which include a title, description, and port(s) or -port range. +Ufw comes with a number of common application profiles. Create +additional application profiles under /etc/ufw/applications.d. +Each profile should contain a list of rules which include a title, +description, and port(s) or port range. A custom application profile should look similar to this: |