From 8f68672e3112682055b8fdb6e0e8d6c473730f8c Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 20 Nov 2025 10:16:01 -0800 Subject: [PATCH] FreeBSD/pf example: fix small inconsistency harmless, but better to be consistent --- doc/source/proxy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/proxy.rst b/doc/source/proxy.rst index 7d4e2bd6..52b4e14f 100644 --- a/doc/source/proxy.rst +++ b/doc/source/proxy.rst @@ -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