mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-18 17:27:20 +01:00
15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
|
|
|
|
|
|
#
|
|
# Rule 0 (eth0)
|
|
block in log quick on eth0 inet from any to 192.168.1.255
|
|
#
|
|
# Rule 1 (global)
|
|
pass quick inet proto udp from any to 192.168.1.255 port 68 keep state
|
|
#
|
|
# Rule fallback rule
|
|
# fallback rule
|
|
block quick inet from any to any
|
|
|