enable ufw firewall at boot by default

This commit is contained in:
nodiscc
2021-10-23 22:38:41 +02:00
parent 45cd486825
commit 4035cd45fd

View File

@@ -0,0 +1,10 @@
# /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