Page 1 of 1

TUTORIAL: Adding IP Lookup link into Fail2ban section

Posted: Mon Jan 27, 2020 6:38 am
by mkaand
Hello,

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>
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.

Re: TUTORIAL: Adding IP Lookup link into Fail2ban section

Posted: Mon Jan 27, 2020 9:52 am
by tlozano
Thank you. It is a good change.

Re: TUTORIAL: Adding IP Lookup link into Fail2ban section

Posted: Mon Jan 27, 2020 9:55 am
by mkaand
tlozano wrote:
Mon Jan 27, 2020 9:52 am
Thank you. It is a good change.
You're welcome.