Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subnet implementation (filter, parsing tags) #2560

Merged
merged 3 commits into from
Nov 15, 2019

Commits on Nov 1, 2019

  1. part of fail2ban#927 - filter enhancement to parse IP sub-nets (IP/CI…

    …DR with correct recognition of IP-family),
    
    provides new replacement tags for failregex to match subnets in form of IP-addresses with CIDR mask (fail2bangh-2559):
      - `<CIDR>` - helper regex to match CIDR (simple integer form of net-mask);
      - `<SUBNET>` - regex to match sub-net adresses (in form of IP/CIDR, also single IP is matched, so part /CIDR is optional);
    sebres committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    d44607a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. grouped tags (<ADDR>, <HOST>, <SUBNET>) recognize IP addresses …

    …enclosed in square brackets, closes fail2bangh-2494
    sebres committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    e5d02bc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    e86e9b2 View commit details
    Browse the repository at this point in the history