Skip to content

Commit bcd2b2f

Browse files
authored
Removed small line (linode#2022)
* Update index.md * Update index.md
1 parent 4451577 commit bcd2b2f

File tree

1 file changed

+2
-2
lines changed
  • docs/security/firewalls/configure-firewall-with-ufw

1 file changed

+2
-2
lines changed

docs/security/firewalls/configure-firewall-with-ufw/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author:
55
description: 'Use UFW (Uncomplicated Firewall) to manage your firewall on Ubuntu, Debian, or Arch Linux; this guide contains instructions for setting up default rules, adding/removing rules, setting up logging, and some advanced features.'
66
keywords: ["ufw", "uncomplicated firewall", "ubuntu ufw", "linux ufw", "ufw tutorial", "ubuntu firewall", "iptables", "networking", "firewalls", "filtering", "firewall setup", "ubuntu", "debian", "arch"]
77
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
8-
modified: 2015-12-01
8+
modified: 2018-09-17
99
modified_by:
1010
name: Linode
1111
published: 2015-11-17
@@ -36,7 +36,7 @@ UFW, or *uncomplicated firewall*, is a frontend for managing firewall rules in A
3636

3737
## Install UFW
3838

39-
UFW is included in Ubuntu by default but must be installed in Arch and Debian. Debian will start UFW's systemd unit automatically and enable it to start on reboots, but Arch will not. *This is not the same as telling UFW to enable the firewall rules*, as enabling UFW with systemd or upstart only tells the init system to switch on the UFW daemon.
39+
Debian will start UFW's systemd unit automatically and enable it to start on reboots, but Arch will not. *This is not the same as telling UFW to enable the firewall rules*, as enabling UFW with systemd or upstart only tells the init system to switch on the UFW daemon.
4040

4141
By default, UFW's rulesets are blank so it is not enforcing any firewall rules--even when the daemon is running. Enforcing your firewall ruleset is covered [further down the page](#enable-the-firewall).
4242

0 commit comments

Comments
 (0)