mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 07:54:36 +00:00
FreeBSD/pf example: fix small inconsistency
harmless, but better to be consistent
This commit is contained in:
committed by
holger krekel
parent
9e6e3af534
commit
8f68672e31
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user