FreeBSD/pf example: fix small inconsistency

harmless, but better to be consistent
This commit is contained in:
Mark Felder
2025-11-20 10:16:01 -08:00
committed by holger krekel
parent 9e6e3af534
commit 8f68672e31

View File

@@ -137,7 +137,7 @@ Put the following configuration in
# Define the redirect rules
rdr on $ext_if inet proto tcp from any to ($ext_if:0) port $forward_ports -> $chatmail_ipv4
rdr pass on $ext_if inet6 proto tcp from any to ($ext_if) port $forward_ports -> $chatmail_ipv6
rdr on $ext_if inet6 proto tcp from any to ($ext_if:0) port $forward_ports -> $chatmail_ipv6
# Accept the incoming traffic to the specified ports we will NAT redirect
pass in quick on $ext_if inet proto tcp from any to any port $forward_ports flags S/SA modulate state