Port details on branch 2023Q1 |
- crowdsec-firewall-bouncer CrowdSec bouncer written in golang for firewalls
- 0.0.23.r2_8 security =0 0.0.23.r2_8Version of this port present on the latest quarterly branch.
- Maintainer: marco@crowdsec.net
- Port Added: 2023-02-17 10:51:08
- Last Update: 2023-03-09 19:50:37
- Commit Hash: 636f0a9
- License: MIT
- WWW:
- https://github.com/crowdsecurity/cs-firewall-bouncer
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- crowdsec-firewall-bouncer>0:security/crowdsec-firewall-bouncer
- To install the port:
- cd /usr/ports/security/crowdsec-firewall-bouncer/ && make install clean
- To add the package, run one of these commands:
- pkg install security/crowdsec-firewall-bouncer
- pkg install crowdsec-firewall-bouncer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: crowdsec-firewall-bouncer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1645218461
SHA256 (crowdsecurity-cs-firewall-bouncer-v0.0.23.r2-v0.0.23.r2-freebsd_GH0.tar.gz) = efb34044e8a648c1ec505fef64de3e4901ac760e732b647650f8e46547c7fe87
SIZE (crowdsecurity-cs-firewall-bouncer-v0.0.23.r2-v0.0.23.r2-freebsd_GH0.tar.gz) = 3053462
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- git : devel/git@lite
- gmake>=4.3 : devel/gmake
- go119 : lang/go119
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_crowdsec-firewall-bouncer
- USES:
- gmake go:no_targets
- pkg-message:
- For install:
-
crowdsec-firewall-bouncer is installed.
The bouncer should register itself with the Local API but you may want to check the
configuration file, which has been moved to /usr/local/etc/crowdsec/bouncers/crowdsec-firewall-bouncer.yaml
(for consistency with the other platforms).
In previous versions, the configuration was in /usr/local/etc/crowdsec-firewall-bouncer, you may need
to check if you made any changes there.
This package depends on the Packet Filter service.
To make sure it's active:
----------
# sysrc pf_enable=YES
pf_enable: NO -> YES
# service pf start
Enabling pf.
----------
Add the following in /etc/pf.conf to create the firewall tables and rules:
----------
table <crowdsec-blacklists> persist
table <crowdsec6-blacklists> persist
block drop in quick from <crowdsec-blacklists> to any
block drop in quick from <crowdsec6-blacklists> to any
----------
To apply the file:
# pfctl -f /etc/pf.conf
Then activate the bouncer via sysrc and run it:
----------
# sysrc crowdsec_firewall_enable="YES"
crowdsec_firewall_enable: NO -> YES
# service crowdsec_firewall start
----------
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.23.r2_8 09 Mar 2023 19:50:37 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go119 update
Direct commit to quarterly to bump Go ports revisions after 61a665d2d8d2
Approved by: ports-secteam (blanket) |
0.0.23.r2_7 17 Feb 2023 10:49:10 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go119 update
Direct commit to quarterly to bump Go ports revisions after f30271912e48
Approved by: riggs (ports-secteam) |
Number of commits found: 2
|