Add traffic filtering by IP prefix
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'
...
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
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'
...