home · contact · privacy
Add firefall enabling to setup script.
[config] / 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