mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
paste my KNC entry into the README, move docs to a new file
This commit is contained in:
@@ -16,7 +16,8 @@ apt-get -q -y install python3
|
||||
apt-get install -q -y ntp fail2ban
|
||||
|
||||
# Turn on the firewall. First allow incoming SSH, then turn on the firewall. Additional open
|
||||
# ports will be set up in the scripts that set up those services.
|
||||
# ports will be set up in the scripts that set up those services. Some virtual machine providers
|
||||
# (ehm, Rimuhosting) don't provide a kernel that supports ufw, so let advanced users skip it.
|
||||
if [ -z "$DISABLE_FIREWALL" ]; then
|
||||
ufw allow ssh;
|
||||
ufw --force enable;
|
||||
|
||||
Reference in New Issue
Block a user