Banning single IP

reviver

New member
Joined
Feb 11, 2019
Messages
4
In other themes we could easily ban single ips, for example:
https://server_url/CMD_BRUTE_FORCE_MONITOR?ipinfo=xxx.xxx.xxx.xxx

We just modify url with desired ip ending and ban ip if needed by clicking "Block this IP", now there is no option for this in Evolution skin. Or we are just missing it somewhere? Now we have to switch themes in order to block someone, the new theme is very nice and we won't going back to old one if possible.

This functionality is not that mandatory, but sometimes very convenient when we notice different kind of attacks (not brute force).

Thanks
 
Feature has been added to latest version of the skin, thank you for the request:
Code:
cd /usr/local/directadmin/data/skins
mkdir -p evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution
 
Back
Top