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