v0.0.23
What’s Changed
- fix #164 : Ensure service is enabled for rpm-based packages (#165) @buixor
- debian/.gitignore (#162) @mmetc
- fix the startup failure dance (#163) @buixor
- fix typo in configuration (#161) @AlteredCoder
- Set api url to 127.0.0.1 instead of localhost (#158) @AlteredCoder
- restrict crowdsec-firewall-bouncer.yaml permissions (#157) @mmetc
- Add func tests for iptables (#146) @sbs2001
- dep on ipset-libs (#152) @sabban
- improve port management as well for rpm (#148) @sabban
- take care of port detection at install/configuration time when cscli is present (#144) @sabban
- doesn't do what you thought it does (#145) @mmetc
- fix the scenario of upgrade : backward compat (#138) @buixor
- pf: default to no anchor (#142) @mmetc
- git tag detection (#143) @mmetc
- pf: flush IP state in Add() (#140) @mmetc
- restore legacy default blacklist name for ipv4 (#139) @mmetc
- use anchor with pfctl (optional, enabled by default) (#132) @mmetc
- cleanup nftables and prep for pf (#134) @buixor
- reduce pass-through method verbosity (#137) @mmetc
- Fix functests (#136) @mmetc
- fix build for missing github dependency (#135) @sabban
- Minor fixes (#131) @buixor
- fix non linux build (#133) @buixor
- Speed up nftables via batching (#115) @sbs2001
- Add functional tests (#123) @sbs2001
- Configurable logging (#129) @buixor
- Ensure service is enabled (#128) @buixor
- Fix "make static" missing most of ldflags (#126) @mmetc
- Nftables: configurable table/chain/blacklist names & hierarchical YAML config. fixes #74 (#111) @jarppiko
- Codeql CI (#122) @mmetc
- Fix #119 (configuration test) (#121) @mmetc
- Reduce else/branch count (#117) @mmetc
- Add golangci-lint (#116) @mmetc
- Write decision/decisions according to # of items, without quotes (#110) @mmetc
- Add InsecureSkipVerify option (#149) @woopstar