config: ufw: enable firewall on boot, set log level to low

https://manpages.debian.org/buster/ufw/ufw.8.en.html
This commit is contained in:
nodiscc
2020-02-26 22:57:50 +01:00
parent 01394c3810
commit 0d1298d0b0

View File

@@ -0,0 +1,11 @@
# /etc/ufw/ufw.conf
#
# Set to yes to start on boot. If setting this remotely, be sure to add a rule
# to allow your remote connection before starting ufw. Eg: 'ufw allow 22/tcp'
ENABLED=yes
# Please use the 'ufw' command to set the loglevel. Eg: 'ufw logging medium'.
# See 'man ufw' for details.
LOGLEVEL=low