Sean-Der / fail2rest

REST server for fail2ban
107 stars 24 forks source link

Added controller ip filtering possibility. #27

Closed ghost closed 8 years ago

ghost commented 8 years ago

Added possibility to filter controller IP address. With this feature fail2rest could be pointed to non loopback interface and used as endpoint for different controller applications.

Sean-Der commented 8 years ago

Hey @codecat- !

This is a great feature. What do you think of making it something like allowedIPs and an array? Then by default it would be an empty array, these are my concerns.

If you like this idea, but don't have time to change things I can merge your commit, and then make the additional changes myself. Thanks for contributing!

ghost commented 8 years ago

Hi @Sean-Der ! I will add more advanced filtering possibility at the next week. Need to practice more :) Thank you for your project.

Sean-Der commented 8 years ago

Hi @codecat-

Still interested in implementing this? I always love contributors :) but have the time to do it myself.

thanks