Skip to content

Add traffic filtering by IP prefix

Pavel Doležal requested to merge ip_prefix_filtering into devel

Implements #7 (closed)

Allow IPv4 and IPv6 prefixes in allowlists and denylists in YAML configuration.

Example:

...
ipv4-allowlist:
  - '192.168.1.0/24'
ipv6-denylist:
  - '2001:db8:abcd:0012::0/96'
...

Merge request reports