mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-01 22:57:33 +02:00
22 lines
424 B
Plaintext
22 lines
424 B
Plaintext
|
|
|
|
|
|
#
|
|
# Rule 0 (global)
|
|
block log quick inet from any to any tos 0x20
|
|
#
|
|
# Rule 1 (global)
|
|
block log quick inet from any to any tos 0x10
|
|
#
|
|
# Rule 2 (global)
|
|
block log quick inet from any to any tos 0x10
|
|
block log quick inet from any to any tos 0x20
|
|
#
|
|
# Rule 4 (global)
|
|
block log quick inet from any to any
|
|
#
|
|
# Rule fallback rule
|
|
# fallback rule
|
|
block quick inet from any to any
|
|
|