Crowdsec Installation und Handling: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Curl installieren= *apt install curl =Installation per Script= *curl -s https://install.crowdsec.net | sudo sh“) |
|||
| Zeile 1: | Zeile 1: | ||
=Curl installieren= | =Curl installieren= | ||
*apt install curl | *apt install curl | ||
| − | = | + | =Eintragen der Repositories und Update= |
*curl -s https://install.crowdsec.net | sudo sh | *curl -s https://install.crowdsec.net | sudo sh | ||
| + | =Installation von Crowdsec= | ||
| + | *apt install crowdsec -y | ||
| + | =Installation einiger Bouncers= | ||
| + | *apt install crowdsec-firewall-bouncer-iptables crowdsec-nginx-bouncer -y | ||
Version vom 7. April 2025, 09:14 Uhr
Curl installieren
- apt install curl
Eintragen der Repositories und Update
- curl -s https://install.crowdsec.net | sudo sh
Installation von Crowdsec
- apt install crowdsec -y
Installation einiger Bouncers
- apt install crowdsec-firewall-bouncer-iptables crowdsec-nginx-bouncer -y