diff options
author | 1999-10-14 10:44:41 +0000 | |
---|---|---|
committer | 1999-10-14 10:44:41 +0000 | |
commit | 436cde8a7dd9d977679df0fe5b312d8b22c3402d (patch) | |
tree | d6cc134c0ff24e69947c346b9fff891324e6dfd5 | |
parent | Fix for PR 871. (diff) | |
download | wireguard-openbsd-436cde8a7dd9d977679df0fe5b312d8b22c3402d.tar.xz wireguard-openbsd-436cde8a7dd9d977679df0fe5b312d8b22c3402d.zip |
Fix example; jeremy@external.org
-rw-r--r-- | share/ipf/example.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ipf/example.2 b/share/ipf/example.2 index 59d9ec8648b..8d8fe577143 100644 --- a/share/ipf/example.2 +++ b/share/ipf/example.2 @@ -1,4 +1,4 @@ # # block all outgoing TCP packets on le0 from any host to port 23 of host bar. # -block out on le0 proto tcp from any to bar/32 port != 23 +block out on le0 proto tcp from any to bar/32 port = 23 |