logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__ufw - Install the Uncomplicated FireWall

Authors

       Mark Polyakov <mark@markasoftware.com>

Copying

       Copyright  (C)  2019  Mark  Polyakov. You can redistribute it and/or modify it under the terms of the GNU
       General Public License as published by the Free Software Foundation, either version 3 of the License,  or
       (at your option) any later version.

Description

       Installs  the Uncomplicated FireWall. Most modern distributions carry UFW in their main repositories, but
       on CentOS this type will automatically enable the EPEL repository.

       Some global configuration can also be set with this type.

Examples

          # Install UFW
          __ufw
          # Setup UFW with maximum logging and no restrictions on routed packets.
          __ufw --logging full --default_routed allow

Name

       cdist-type__ufw - Install the Uncomplicated FireWall

Optional Parameters

state  Either "enabled", "running", "present", or "absent". Defaults to "enabled", which registers UFW to
              start on boot.

       logging
              Either "off", "low", "medium", "high", or "full". Will be passed to ufwlogging. If not specified,
              logging level is not modified.

       default_incoming
              Either "allow", "deny", or "reject". The default policy for dealing with ingress packets.

       default_outgoing
              Either "allow", "deny", or "reject". The default policy for dealing with egress packets.

       default_routed
              Either "allow", "deny", or "reject". The default policy for dealing with routed  packets  (passing
              through this machine).

See Also

ufw(8)

See Also