5 lines
171 B
Text
5 lines
171 B
Text
# Allow DHCP
|
|
pass out inet proto udp from port 68 to 255.255.255.255 port 67 no state
|
|
|
|
# Allow DHCPv6
|
|
pass out inet6 proto udp from port 546 to ff00::/8 port 547 no state
|