From 253e67c8b3a72b3a4757fdbc5845297628db0a4a Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 19:55:15 -0400 Subject: docs: Added All NetBSD Manuals --- static/netbsd/man9/example.9 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/netbsd/man9/example.9 (limited to 'static/netbsd/man9/example.9') diff --git a/static/netbsd/man9/example.9 b/static/netbsd/man9/example.9 new file mode 100644 index 00000000..02db18cb --- /dev/null +++ b/static/netbsd/man9/example.9 @@ -0,0 +1,13 @@ +# $NetBSD: example.9,v 1.1.1.1 2012/03/23 21:20:15 christos Exp $ +# +# drop all packets without IP security options +# +block in all +pass in all with opt sec +# +# only allow packets in and out on le1 which are top secret +# +block out on le1 all +pass out on le1 all with opt sec-class topsecret +block in on le1 all +pass in on le1 all with opt sec-class topsecret -- cgit v1.2.3