chore 📦: Remove commented-out code in fail2ban.yml #48

Merged
Jose merged 1 commits from dev into main 2026-03-01 12:07:05 +01:00
Showing only changes of commit 54f3f761c8 - Show all commits

View File

@@ -94,7 +94,6 @@
backend = systemd
banaction = {% if (clustered.stat.exists | default(false)) %} proxmox-fw{% else %} iptables-multiport{% endif %}
ignoreip = 127.0.0.1/8 192.168.2.0/24
# {% if pmxcfs_running.stat.exists %} {{ corosync_networks | join(' ') }}{% endif %}
#################################################
# SSH
Review

[Lines 94-99] [Score: 3] The removal of the conditional comment related to Corosync Networks may lead to incorrect configuration if the system runs in a clustered environment with Corosync. It is recommended to either revert this change or add the missing logic for PMXCFS_RUNNING.stat.exists condition when necessary.

[Lines 94-99] [Score: 3] The removal of the conditional comment related to Corosync Networks may lead to incorrect configuration if the system runs in a clustered environment with Corosync. It is recommended to either revert this change or add the missing logic for PMXCFS_RUNNING.stat.exists condition when necessary.