Version 3.3.75 (9th July 2025)
Added

- Ability to enable or disable Layer 7 WAF protection per domain
- Ability to enable or disable Bot protection per domain
- New global toggles for Layer 7 WAF and bot protection – enable or disable server-wide in one click
- Fully supported via CLI – run
cpfence | grep WAF
to explore available WAF options
This only disables auto-protection — you can still use your own custom blacklist/whitelist in this mode:
Bots:
Blacklist: nano /opt/cpfence/app/cpfwaf/userdata_bl_agents
Whitelist: nano /opt/cpfence/app/cpfwaf/userdata_wl_agents
Layer 7 WAF:
Block custom IPs via: /opt/cpfence/app/cpfwaf/userdata_bl_IPs
All editable from the WebUI > Edit Config Files as well.
Improved
- Several minor fixes and overall improvements applied