Skip to content
  • Andreas Thienemann's avatar
    Simplify fail2ban.ng.config · af8be8b3
    Andreas Thienemann authored
    Instead of doing the if defined/else/endif dance, just use .get()
    Similarly, use get with an empty dict as a default for the for
    loops. No need to break for users who do not use custom filters or
    actions.
    af8be8b3