Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.sbin/blacklistd/blacklistd.conf
105658 views
1
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2
# @ The file blacklistd.conf has been renamed to blocklistd.conf @
3
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
4
5
# Blacklist rule
6
# adr/mask:port type proto owner name nfail duration
7
[local]
8
ssh stream * * * 3 24h
9
ftp stream * * * 3 24h
10
smtp stream * * * 3 24h
11
submission stream * * * 3 24h
12
#6161 stream tcp6 christos * 2 10m
13
* * * * * 3 60
14
15
# adr/mask:port type proto owner name nfail duration
16
[remote]
17
#129.168.0.0/16 * * * = * *
18
#[2001:db8::]/32:ssh * * * = * *
19
#6161 = = = =/24 = =
20
#* stream tcp * = = =
21
22