Skip to content

Commit

Permalink
Add instructions to uninstall the crowdsec binary bouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Mar 29, 2024
1 parent a130c32 commit e4779e2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,22 @@ To uninstall the instance:

remove-module --no-preserve crowdsec1

## Uninstall the crowdsec binary bouncer

Previous to the version 1.0.6 the bouncer was installed on the host following a repository method, after this version the bouncer is shipped in a full container.
With the upgrade the service `crowdsec-firewall-bouncer` has been stopped but not removed from the host. For a full cleaning you can

- remove firewalld permanent sets:
`firewall-cmd --permanent --delete-ipset=crowdsec-blacklists`
`firewall-cmd --permanent --delete-ipset=crowdsec6-blacklists`

- remove the bouncer on rocky linux
`dnf remove -y crowdsec-firewall-bouncer-iptables`

- remove the bouncer on debian
`apt-get -y remove crowdsec-firewall-bouncer-iptables`


## Testing

Test the module using the `test-module.sh` script:
Expand Down

0 comments on commit e4779e2

Please sign in to comment.