New nbdkit-ip-filter allows you to filter clients by IP address.
commit427e271e8392ecb696855f5a7d8ff3b2dce2637b
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 30 Nov 2019 09:11:01 +0000 (30 09:11 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 30 Nov 2019 18:04:24 +0000 (30 18:04 +0000)
tree3d988f846b11ee643aa1df1ec5c3fce9c7dcb979
parent33e1ed2ed9d5cbf84d7f03462c67131acacf808a
New nbdkit-ip-filter allows you to filter clients by IP address.

Using the new preconnect method we can filter clients early on against
IP address allow and deny lists.  As currently implemented this works
like tcp_wrappers.
TODO
configure.ac
docs/nbdkit-plugin.pod
docs/nbdkit-service.pod
filters/ip/Makefile.am [new file with mode: 0644]
filters/ip/ip.c [new file with mode: 0644]
filters/ip/nbdkit-ip-filter.pod [new file with mode: 0644]
tests/Makefile.am
tests/test-ip-filter.sh [new file with mode: 0755]