mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
blocklistd: Remove obsolete network class reference
This was a comment in a configuration example.
Reported by: bapt
Reviewed by: bapt, jlduran
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D48810
(cherry picked from commit 513c4e2079)
This commit is contained in:
parent
707adc335e
commit
5a7daf0199
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ bnx0:ssh * * * * 3 6h
|
|||
[remote]
|
||||
# Never block 1.2.3.4
|
||||
1.2.3.4:ssh * * * * * *
|
||||
# For addresses coming from 8.8.0.0/16 block class C networks instead
|
||||
# For addresses coming from 8.8.0.0/16 block whole /24 networks instead of
|
||||
# individual hosts, but keep the rest of the blocking parameters the same.
|
||||
8.8.0.0/16:ssh * * * /24 = =
|
||||
.Ed
|
||||
|
|
|
|||
Loading…
Reference in a new issue