Skip to main content

Whitelist IPs in cphulk using external API call

Comments

1 comment

  • cPanelMichael
    Hello :) You can use the following command to whitelist an IP address with cPhulkd: /scripts/cphulkdwhitelist 1.1.1.1
    As far as clearing the existing entries, you could manipulate the cphulkd database via the command line. For example, to flush the existing brute force and login attempts: mysql cphulkd mysql > delete from brutes; mysql > delete from logins;
    Thank you.
    0

Please sign in to leave a comment.