We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it soon. Read more about it: https://vestacp.com/docs/vesta-2-development
TUTORIAL: Adding IP Lookup link into Fail2ban section Topic is solved
TUTORIAL: Adding IP Lookup link into Fail2ban section
Hello,
I changed /usr/local/vesta/web/templates/admin/list_firewall_banlist.html file line 83 like this:
Now I can easily checked banned IP Whois information. Maybe in the future developer can add this feature. Simple change but useful. I would like to share with you.
I changed /usr/local/vesta/web/templates/admin/list_firewall_banlist.html file line 83 like this:
Code: Select all
<div class="clearfix l-unit__stat-col--left"><b><a href="https://dnslytics.com/ip/<?=$ip?>" target="_blank"><?=$ip?></a></b></div>
Re: TUTORIAL: Adding IP Lookup link into Fail2ban section
Thank you. It is a good change.