diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2021-05-24 23:14:29 +0800 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2021-05-24 23:38:06 +0800 |
commit | 9ecdfbcdb55b424ca0df02b4a7fd72fc298cf9bf (patch) | |
tree | 363b64961e869c0c81e4d8dcfd34680b52033890 /security/Makefile | |
parent | 31c1a83b5c002170ca78ef9e6e0e51864dc1ce89 (diff) | |
download | freebsd-ports-gnome-9ecdfbcdb55b424ca0df02b4a7fd72fc298cf9bf.tar.gz freebsd-ports-gnome-9ecdfbcdb55b424ca0df02b4a7fd72fc298cf9bf.tar.zst freebsd-ports-gnome-9ecdfbcdb55b424ca0df02b4a7fd72fc298cf9bf.zip |
security/crowdsec-firewall-bouncer: new port
Crowdsec bouncer written in golang for firewalls.
cs-firewall-bouncer will fetch new and old decisions from a CrowdSec API
to add them in a blocklist used by supported firewalls.
WWW: https://github.com/crowdsecurity/cs-firewall-bouncer
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index b6060eb1d6e4..ce92287f6e4d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -102,6 +102,7 @@ SUBDIR += crackpkcs12 SUBDIR += create-cert SUBDIR += crowdsec + SUBDIR += crowdsec-firewall-bouncer SUBDIR += cryptlib SUBDIR += cryptopp SUBDIR += ct-submit |