mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
Follow up upstream rename from blacklist to blocklist. - Old names and rc scripts are still valid, but emitting an ugly warning - Old firewall rules and anchor names should work, but emitting an ugly warning - Old MK_BLACKLIST* knobs are wired to the new ones Although care has been taken not to break current configurations, this is a large patch containing mostly duplicated code. If issues arise, it will be swiftly reverted. Reviewed by: ivy (pkgbase) Approved by: emaste (mentor) MFC after: 2 days Relnotes: yes
20 lines
615 B
Text
20 lines
615 B
Text
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
# @ The file blacklistd.conf has been renamed to blocklistd.conf @
|
|
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
|
|
# Blacklist rule
|
|
# adr/mask:port type proto owner name nfail duration
|
|
[local]
|
|
ssh stream * * * 3 24h
|
|
ftp stream * * * 3 24h
|
|
smtp stream * * * 3 24h
|
|
submission stream * * * 3 24h
|
|
#6161 stream tcp6 christos * 2 10m
|
|
* * * * * 3 60
|
|
|
|
# adr/mask:port type proto owner name nfail duration
|
|
[remote]
|
|
#129.168.0.0/16 * * * = * *
|
|
#[2001:db8::]/32:ssh * * * = * *
|
|
#6161 = = = =/24 = =
|
|
#* stream tcp * = = =
|