Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Feb 25, 2022
1 parent 4261722 commit 772de9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PLUGIN_NAME= crowdsec
PLUGIN_VERSION= 0.0.6
PLUGIN_VERSION= 0.0.7
#PLUGIN_REVISION= 1
PLUGIN_DEPENDS= crowdsec crowdsec-firewall-bouncer
PLUGIN_COMMENT= Lightweight and collaborative security engine
Expand Down
11 changes: 7 additions & 4 deletions README.md
Expand Up @@ -43,11 +43,11 @@ For now, to install it you need OPNsense 21.7 or 22.1, then download:

* crowdsec-1.3.1.r1.txz
* crowdsec-firewall-bouncer-0.0.23.r2.txz
* os-crowdsec-0.0.6.txz
* os-crowdsec-0.0.7.txz

You find them in the
[Releases](https://github.com/crowdsecurity/opnsense-plugin-crowdsec/releases)
page, under "Assets". For example, `opnsense_22.1-freebsd_13-oscrowdsec_0.0.6.tar` contains
page, under "Assets". For example, `opnsense_22.1-freebsd_13-oscrowdsec_0.0.7.tar` contains
the three files listed above.

Copy them to your firewall instance with scp, then install the packages in the
Expand All @@ -59,7 +59,7 @@ These instruction are for using them without OPNsense.
...
# pkg add ./crowdsec-firewall-bouncer-0.0.23.r2.txz
...
# pkg add ./os-crowdsec-0.0.6.txz
# pkg add ./os-crowdsec-0.0.7.txz
...
```

Expand Down Expand Up @@ -108,14 +108,17 @@ Uninstalling
If you want to completely remove the plugin and all its configuration, uninstall
it from the admin interface, then:

- remove the two Alias objects `crowdsec_blacklists` and `crowdsec6_blacklists`
- `pkg remove crowdsec crowdsec-firewall-bouncer`
- `rm -rf /var/log/crowdsec /usr/local/etc/crowdsec`


Changelog
---------

v0.0.7

- automated removal of Alias objects when the plugin is uninstalled

v0.0.6

- crowdsec update 1.3.1.r1
Expand Down
2 changes: 1 addition & 1 deletion src/opnsense/mvc/app/models/OPNsense/CrowdSec/General.xml
@@ -1,7 +1,7 @@
<model>
<mount>//OPNsense/crowdsec/general</mount>
<description>CrowdSec general configuration</description>
<version>0.0.6</version>
<version>0.0.7</version>
<items>
<agent_enabled type="BooleanField">
<default>0</default>
Expand Down

0 comments on commit 772de9b

Please sign in to comment.