improve port-forwarding comment

tftpboot-append-dtb
Daniel Barlow 2024-02-12 21:05:01 +00:00
parent c50423f689
commit a654577ac2
1 changed files with 4 additions and 2 deletions

View File

@ -234,8 +234,10 @@ in {
family = "ip"; family = "ip";
rules = [ rules = [
# This is where you put permitted incoming connections. If # This is where you put permitted incoming connections. If
# you're using NAT, the rules in this chain will see the # you're using NAT and want to forward a port from outside to
# internal (RFC1918) addresses. # devices on the LAN, then you need a DNAT rule in nat-rx chain
# *and* to accept the packet in this chain (specifying the
# internal (RFC1918) address).
]; ];
}; };