On 9/6/2020 3:24 AM, Yassine Chaouche wrote: > The question is : what file should I be patching to see if this solves > my issue ? I have found what seems to be fail2ban python source code > in /usr/share/fail2ban/ but there is no __init__.py at the top level > directory (which would work for file2ban-server/client and regex). >
On my system, Ubuntu 20.04 LTS with fail2ban installed via apt, the file is: /usr/lib/python3/dist-packages/fail2ban/client/__init__.py If you're not sure, try this command: find / -name __init__.py -print | grep fail2ban That is how I found that one. --- Dan _______________________________________________ Fail2ban-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fail2ban-users
