Author | SHA1 | Message | Date |
---|---|---|---|
millert | ac9258efed |
Move the proto field to be after the "on" argument which is consistent
with pf.conf. If no proto is specified tcp is assumed. dhartmei@ OK |
23 years ago |
dhartmei | 3d71e61bce |
Extend nat/rdr syntax. Add source/destination selection. Make
interface optional. Suggested by rdump@river.com. nat [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) -> <addr> [proto (tcp | udp | icmp)] rdr [on [!] <ifname>] from (any | [!] <addr>[/<mask>]) to (any | [!] <addr>[/<mask>]) port <a>[:<b>] -> <addr> port <c>[:*] [proto (tcp | udp | icmp)] |
23 years ago |
smart | dc2e0a7874 | Point to pf.conf(5) and nat.conf(5) for help | 23 years ago |
kjell | 6bb61fa0b5 | change default pf configuration files to pf.conf and nat.conf. ok theo | 23 years ago |
dhartmei | b479b8f912 | pf rule sets; ok deraadt@ | 23 years ago |