general:
whitelist: ["127.0.0.1","1.2.3.4"]
check_interval: "1s"
include_dir: "/opt/cpguard/cpglfd/configs/jails.d/*.yaml" # Pointing to the relative folder
definitions:
iptables-drop:
name: "iptables-drop"
ban_command: "iptables -I INPUT -s {{.IP}} -j DROP"
unban_command: "iptables -D INPUT -s {{.IP}} -j DROP"