mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
# 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
|