mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 21:04:33 +04:00
/net/crowdsec-firewall-bouncer/ crowdsec-firewall-bouncer will fetch new and old decisions from a CrowdSec API to add them in a blocklist used by supported firewalls. Signed-off-by: Kerma Gérald <gandalf@gk2.net>
5 lines
173 B
Bash
5 lines
173 B
Bash
#!/bin/sh
|
|
/etc/init.d/crowdsec enabled && /etc/init.d/crowdsec restart
|
|
/etc/init.d/crowdsec-firewall-bouncer enabled && /etc/init.d/crowdsec-firewall-bouncer restart
|
|
exit 0
|