diff options
author | lidl <lidl@FreeBSD.org> | 2016-06-02 19:06:04 +0000 |
---|---|---|
committer | lidl <lidl@FreeBSD.org> | 2016-06-02 19:06:04 +0000 |
commit | 6f31a383cc6d2459585d754d3d30f980487df06f (patch) | |
tree | 45c1a8bc32e7b9d60122086211c8fa6df289de16 /etc/blacklistd.conf | |
parent | 44920da28cde32f352e76a4220b068c8f623c60d (diff) | |
download | FreeBSD-src-6f31a383cc6d2459585d754d3d30f980487df06f.zip FreeBSD-src-6f31a383cc6d2459585d754d3d30f980487df06f.tar.gz |
Add basic blacklist build support
Reviewed by: rpaulo
Approved by: rpaulo
Relnotes: YES
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D5913
Diffstat (limited to 'etc/blacklistd.conf')
-rw-r--r-- | etc/blacklistd.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/blacklistd.conf b/etc/blacklistd.conf new file mode 100644 index 0000000..2b1cf87 --- /dev/null +++ b/etc/blacklistd.conf @@ -0,0 +1,17 @@ +# $FreeBSD$ +# +# Blacklist rule +# adr/mask:port type proto owner name nfail disable +[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 disable +[remote] +#129.168.0.0/16 * * * = * * +#6161 = = = =/24 = = +#* stream tcp * = = = |