1. How to check if an IP is Blacklisted:
If you want to blacklist the IP 123.45.67.89 , then run the below command:
$ /scripts/cphulkdblacklist 123.45.67.89
You will see a message that the IP has been blacklisted.
#######################################################
2. How to whitelist an IP that is Black Listed
If you want to Whitelist the IP 123.45.67.89 , then run the below command:
$ /scripts/cphulkdwhitelist 123.45.67.89
You will see a message that the IP has been whitelisted.
#######################################################
There are 0 comments