HEX
Server: LiteSpeed
System: Linux server.tenvelop.com 5.14.0-611.16.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 03:40:39 EST 2025 x86_64
User: livspacetenvelop (1024)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/self/root/proc/thread-self/root/opt/cpguard/cpglfd/configs/cpglfd.yaml
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"