home · contact · privacy
Add firefall enabling to setup script.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 16 Jan 2020 00:37:47 +0000 (01:37 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 16 Jan 2020 00:37:47 +0000 (01:37 +0100)
buster/setup_scripts/setup_server.sh

index 4eeaec495f8b9776fdb912fc76f5a971e2180446..5f05ce94af495dae840f98c5eeb7d5a55c807b4f 100755 (executable)
@@ -23,3 +23,6 @@ usermod -s /bin/bash plom
 
 # We want to be able to use ALL our servers as borg backup destinations.
 apt -y install borgbackup
+
+# Enable firewall.
+systemctl enable nftables.service