Skip to content

Commit a4244c9

Browse files
committed
ip: More tweaks to the manual page.
1 parent 6b433f3 commit a4244c9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

filters/ip/nbdkit-ip-filter.pod

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,16 @@ Unix domain sockets and C<AF_VSOCK> sockets were always unfiltered in
179179
S<nbdkit E<le> 1.22>. In S<nbdkit E<ge> 1.24> the ability to filter
180180
them was added.
181181

182+
=head2 Common patterns of usage
183+
184+
Permit known good connections and deny everything else:
185+
186+
nbdkit --filter=ip ... allow=good1,good2,... deny=all
187+
188+
Block troublemakers but allow everything else:
189+
190+
nbdkit --filter=ip ... deny=bad1,bad2,...
191+
182192
=head1 PARAMETERS
183193

184194
=over 4

0 commit comments

Comments
 (0)