diff --git a/sshuttle/methods/pf.py b/sshuttle/methods/pf.py index a28f2e8..bb82a2d 100644 --- a/sshuttle/methods/pf.py +++ b/sshuttle/methods/pf.py @@ -249,7 +249,7 @@ class OpenBsd(Generic): ] translating_rules = [ b'pass in on lo0 inet proto tcp ' - b'divert-to 127.0.0.1 port %r' % port + b'to divert-to 127.0.0.1 port %r' % port ] filtering_rules = [ b'pass out inet proto tcp '