From 2b9aa0ecd3e7a6ff087a50f959a14060123bf17e Mon Sep 17 00:00:00 2001 From: Lars E <1733402+bsdlme@users.noreply.github.com> Date: Tue, 13 Oct 2020 15:43:08 +0200 Subject: [PATCH] Fix pass in rule comment for dynamic rdr --- docs/chapters/networking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/networking.rst b/docs/chapters/networking.rst index 31ce426a..6a4cc3e9 100644 --- a/docs/chapters/networking.rst +++ b/docs/chapters/networking.rst @@ -161,7 +161,7 @@ Create the firewall rules: # If you are using dynamic rdr also need to ensure that the external port # range you are using is open - # pass in inet proto tcp any to any port : + # pass in inet proto tcp from any to any port : - Make sure to change the `ext_if` variable to match your host system interface. - Make sure to include the last line (`port ssh`) or you'll end up locked out.