chore 📦: Remove commented-out code in fail2ban.yml #48
@@ -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
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user
[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.