Adding comments to added rules

This commit is contained in:
2021-01-17 13:45:59 +01:00
parent 9013f9224c
commit 9020e87561

View File

@@ -45,7 +45,7 @@ step_20() {
exe ufw allow "Dovecot Secure IMAP"
exe ufw allow "WWW Secure"
# Manage sieve
exe ufw allow 4190/tcp
exe ufw allow 4190/tcp comment 'Managesieve'
}
step_22_info() { echo "Deny multicast from gateway [IP]"; }
@@ -57,8 +57,8 @@ step_22() {
return 1
fi
exe ufw deny in from $1 to 224.0.0.0/4
exe ufw deny in from $1 to 239.0.0.0/8
exe ufw deny in from $1 to 224.0.0.0/4 comment 'Broadcast Fritzbox'
exe ufw deny in from $1 to 239.0.0.0/8 comment 'Broadcast Fritzbox'
}
VERSION_SEQREV=11