Date: Fri, 7 Feb 2025 15:57:48 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 02cd05b637b2 - stable/13 - blocklistd: Remove obsolete network class reference Message-ID: <202502071557.517Fvmoh035415@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=02cd05b637b273f32a8d7f2cd7ad78cf4b9794f5 commit 02cd05b637b273f32a8d7f2cd7ad78cf4b9794f5 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-02-03 12:51:18 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-02-07 15:57:35 +0000 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 513c4e20790a24526cb1c2f5a4725971a09d928a) (cherry picked from commit 5a7daf019918ba14ee665798b266efb0f6b2bbb4) --- contrib/blacklist/bin/blacklistd.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/blacklist/bin/blacklistd.conf.5 b/contrib/blacklist/bin/blacklistd.conf.5 index c0e1a2b87380..84ed9b661298 100644 --- a/contrib/blacklist/bin/blacklistd.conf.5 +++ b/contrib/blacklist/bin/blacklistd.conf.5 @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502071557.517Fvmoh035415>