diff options
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/rdomain.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/rdomain.4 b/share/man/man4/rdomain.4 index eff14173d91..87b5a9abdd4 100644 --- a/share/man/man4/rdomain.4 +++ b/share/man/man4/rdomain.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdomain.4,v 1.4 2015/02/05 20:31:55 schwarze Exp $ +.\" $OpenBSD: rdomain.4,v 1.5 2015/02/05 20:46:30 sthen Exp $ .\" .\" Copyright (c) 2015 Peter Hessler <phessler@openbsd.org> .\" @@ -76,7 +76,7 @@ Start an sshd in rdomain 4: .Pp .Dl # route -T4 exec /usr/sbin/sshd .Pp -pf.conf snippit to block incoming port 80, and nat-to and move to rtable 0 +pf.conf snippet to block incoming port 80, and nat-to and move to rtable 0 on interface em1: .Bd -literal -offset indent block in on rdomain 4 proto tcp to any port 80 |