add initial setup scripts used for by-02 host (vpnwg.ulakar.com)

This commit is contained in:
v.karaychentsev
2026-02-13 18:24:00 +03:00
parent cc467dcdf4
commit 428f694eaa
5 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
echo "== Fail2ban =="
apt-get install -y fail2ban
systemctl enable --now fail2ban
echo "== Fail2ban enabled =="