Port details |
- crowdsec-blocklist-mirror CrowdSec Blocklist Mirror
- 0.0.2_2 security
=0 0.0.2_2Version of this port present on the latest quarterly branch. - Maintainer: marco@crowdsec.net
 - Port Added: 2022-12-16 06:39:11
- Last Update: 2023-09-08 14:34:56
- Commit Hash: 8e4bc57
- License: MIT
- Description:
- CrowdSec Blocklist Mirror
Publish CrowdSec decisions via HTTP, to be consumed by network appliances.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- crowdsec-blocklist-mirror>0:security/crowdsec-blocklist-mirror
- To install the port:
- cd /usr/ports/security/crowdsec-blocklist-mirror/ && make install clean
- To add the package, run one of these commands:
- pkg install security/crowdsec-blocklist-mirror
- pkg install crowdsec-blocklist-mirror
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: crowdsec-blocklist-mirror
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1683209648
SHA256 (crowdsecurity-cs-blocklist-mirror-v0.0.2-freebsd_GH0.tar.gz) = 6d7a820407484500c79a224af623b8fa7b3868a9c294ddd2cf6ba207fb68ded5
SIZE (crowdsecurity-cs-blocklist-mirror-v0.0.2-freebsd_GH0.tar.gz) = 2602290
Packages (timestamps in pop-ups are UTC):
- 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
- go120 : lang/go120
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_crowdsec-blocklist-mirror
- USES:
- gmake go:no_targets
- pkg-message:
- For install:
-
crowdsec-blocklist-mirror is installed.
If you are running crowdsec on this machine, the bouncer will register itself with
the Local API when it's started the first time.
If the LAPI is on another machine, you need to manually register the bouncer
and fill lapi_key and lapi_url in /usr/local/etc/crowdsec/bouncers/crowdsec-blocklist-mirror.yaml before
starting the service.
Please refer to the documentation at
https://docs.crowdsec.net/docs/bouncers/blocklist-mirror/
Then activate the bouncer via sysrc and run it:
----------
# sysrc crowdsec_mirror_enable="YES"
crowdsec_mirror_enable: NO -> YES
# service crowdsec_mirror start
----------
The blocklist is available by default at
'http://127.0.0.1:41412/security/blocklist', check the configuration file to
change address, endpoint or add some authentication.
- WWW: https://github.com/crowdsecurity/cs-blocklist-mirror
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.2_2 08 Sep 2023 14:34:56
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go* update |
0.0.2_1 04 Aug 2023 14:24:50
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
0.0.2 24 May 2023 16:34:10
    |
Mathieu Arnold (mat)  |
*: regular cleanup for GH_TAGNAME bad usage |
0.0.2 11 May 2023 23:23:23
    |
Robert Clausecker (fuz)  Author: Marco Mariani |
security/crowdsec-blocklist-mirror: update to 0.0.2
Changelog:
https://github.com/crowdsecurity/cs-blocklist-mirror/releases/tag/v0.0.2
PR: 271241 |
0.0.1_5 08 Apr 2023 15:13:25
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
0.0.1_4 09 Mar 2023 19:18:07
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go ports update |
0.0.1_3 15 Feb 2023 19:06:01
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
0.0.1_2 09 Feb 2023 21:55:23
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after GO_DEFAULT update. |
0.0.1_1 14 Jan 2023 11:31:17
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTVERSION after lang/go{118,119} update |
0.0.1 16 Dec 2022 06:33:50
    |
Fernando ApesteguĂa (fernape)  Author: Marco |
security/crowdsec-blocklist-mirror: New port: CrowdSec Blocklist Mirror
ChangeLog: https://github.com/crowdsecurity/cs-blocklist-mirror
This bouncer exposes CrowdSec's active decisions via provided HTTP endpoints in
pre-defined formats. It can be used by network appliances which support
consumption of blocklists via HTTP.
PR: 268105
Reported by: marco@crowdsec.net |