mirror of
https://github.com/netbirdio/OPNsensePlugins.git
synced 2026-05-22 18:42:59 -07:00
* Update crowdsec rule reference ($ -> <>); bump release * php cleanup * javascript: reformat * backport js changes from pfsense: var -> const, let, function order * backport name change * backport changes: const -> var; id = * prettier * tabs * backport callback style * cron: avoid spamming stdout when the hub index is updated * icon * add outgoing rules * blacklists -> blocklists * some python typing * enroll to console from the settings * v1.0.10 with option to disable rule generation
9 lines
241 B
Makefile
9 lines
241 B
Makefile
PLUGIN_NAME= crowdsec
|
|
PLUGIN_VERSION= 1.0.10
|
|
PLUGIN_DEPENDS= crowdsec
|
|
PLUGIN_COMMENT= Lightweight and collaborative security engine
|
|
PLUGIN_MAINTAINER= marco@crowdsec.net
|
|
PLUGIN_WWW= https://crowdsec.net/
|
|
|
|
.include "../../Mk/plugins.mk"
|