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