Files
src/sbin/pfctl/tests/files/pf1076.in
T
Kristof Provost 2e0e45a516 pfctl(8): change default limiter action from no-match to block
pf(4) users who use limiters in current should update the rules
accordingly to reflect the change in default behavior. The existing
rule which reads as follows:

    pass in from any to any state limiter test

needs to be changed to:

    pass in from any to any state limiter test (no-match)

OK dlg@

Obtained from:	OpenBSD, sashan <sashan@openbsd.org>, c600931321
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2026-01-19 23:04:55 +01:00

3 lines
124 B
Plaintext

state limiter "dns-server" id 1 limit 1000 rate 1/10
pass in proto tcp to port domain state limiter "dns-server" (no-match)