- Edited
I was trying to validate my usage of externally managed fail2ban and figured out, the URL displayed at https://<myserver>/admin happens to be https://<myserver>/api/v1/get/fail2ban/banlist/<guid>, whereas posts
suggest it should be https://<myserver>/f2b-banlist?id=<guid>. However that URL reports 404 Not Found (of course with the External flag turned on).
Also documentation at is still showing the old variant.
Can someone please clarify?