diff --git a/config/includes.chroot/etc/ufw/ufw.conf b/config/includes.chroot/etc/ufw/ufw.conf new file mode 100644 index 0000000..28fe534 --- /dev/null +++ b/config/includes.chroot/etc/ufw/ufw.conf @@ -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