mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-18 17:27:20 +01:00
appropriate". Compiler for PF now uses keyword 'self' in rules where firewall object is used in Source or Destination.
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
|
|
|
|
|
|
#
|
|
# Rule backup ssh access rule
|
|
# backup ssh access rule
|
|
pass in quick inet proto tcp from 10.3.14.30 to self port 22 flags S/SA keep state label "RULE -1 -- ACCEPT "
|
|
#
|
|
# Rule 0 (global)
|
|
block log quick inet from any to any label "RULE 0 -- DROP "
|
|
#
|
|
# Rule fallback rule
|
|
# fallback rule
|
|
block quick inet from any to any label "RULE 10000 -- DROP "
|
|
|