diff --git a/docs/blockers/netfilter/configuration.md b/docs/blockers/netfilter/configuration.md deleted file mode 100644 index d40b51c62..000000000 --- a/docs/blockers/netfilter/configuration.md +++ /dev/null @@ -1,18 +0,0 @@ - - -
Netfilter {{plugins.name}}
- - -The configuration file is located in `/etc/crowdsec/netfilter-blocker/netfilter-blocker.yaml` : - -``` -mode: ipset # The mode you want : ipset or TC -dbpath: /var/lib/crowdsec/data/crowdsec.db # Path to the crowdsec database -piddir: /var/run/ # PID file, don't touch -update_frequency: 10s # -daemonize: true # Run as a service if true -log_mode: file # Output log to file or stdout -log_dir: /var/log/ # Folder to write log -``` - -The log file created by `netfilter-blocker` is called `netfilter-blocker.log`. \ No newline at end of file diff --git a/docs/blockers/netfilter/installation.md b/docs/blockers/netfilter/installation.md deleted file mode 100644 index eedbbad38..000000000 --- a/docs/blockers/netfilter/installation.md +++ /dev/null @@ -1,25 +0,0 @@ - - - -
Netfilter {{plugins.name}}
- - -First, please [download the latest release](https://github.com/crowdsecurity/cs-netfilter-blocker/releases/latest) of our netfilter {{plugins.name}}. - -Then run the following commands: - -```bash -tar xzvf cs-netfilter-blocker.tgz -``` -```bash -cd cs-netfilter-blocker/ -``` -```bash -sudo ./install.sh -``` - - -When an IP is referenced in the database, it will be put in an ipset blacklist to ban that IP. - - -ⓘ IPv4 and IPv6 are supported. \ No newline at end of file diff --git a/docs/blockers/nginx/configuration.md b/docs/blockers/nginx/configuration.md deleted file mode 100644 index ca4cdb332..000000000 --- a/docs/blockers/nginx/configuration.md +++ /dev/null @@ -1,10 +0,0 @@ -The blocker configuration is in `/usr/local/lua/crowdsec/crowdsec.conf` : - -``` -DB_PATH=/var/lib/crowdsec/data/crowdsec.db # The path of the crowdsec SQlite3 database. -LOG_FILE=/tmp/lua_mod.log # Path to file to log -CACHE_EXPIRATION=1 # Cache expiration in seconds -CACHE_SIZE=1000 # Max cache size -``` - -The nginx configuration file used by nginx to run the module is `/etc/nginx/conf.d/crowdsec_nginx.conf`. \ No newline at end of file diff --git a/docs/blockers/nginx/installation.md b/docs/blockers/nginx/installation.md deleted file mode 100644 index bcfcc7150..000000000 --- a/docs/blockers/nginx/installation.md +++ /dev/null @@ -1,22 +0,0 @@ - -
[nginx {{plugins.name}} github](https://github.com/crowdsecurity/cs-nginx-plugin/)
- -First, please [download the latest version](https://github.com/crowdsecurity/cs-nginx-plugin/releases/latest) of our nginx blocker. - -And run the following commands: - -```bash -tar xzvf cs-nginx-plugin-release.tgz -``` -```bash -cd cs-nginx-plugin-vX.Y.Z/ -``` -```bash -sudo ./install.sh -``` -```bash -sudo systemctl restart nginx -``` - -When an IP is referenced in the database, any request from this IP will lead to a `403` reply. - diff --git a/docs/blockers/wordpress/configuration.md b/docs/blockers/wordpress/configuration.md deleted file mode 100644 index fc106025c..000000000 --- a/docs/blockers/wordpress/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ -The {{crowdsec.name}} wordress plugins configuration is located under "Crowdsec" => "Settings". - -### {{crowdsec.name}} configuration - - - `Activate Crowdsec PULL` : Ban IP addresses from crowdsec API - - `Crowdsec API Token` : Crowdsec API Token from crowdsec backoffice subscription - -### {{crowdsec.name}} configuration - - - `Activate {{crowdsec.name}} decision pull` : Ban IP addresses from {{crowdsec.name}} decision - - `{{crowdsec.name}} db file` : Path to {{crowdsec.name}} database file - -## General configuration - - - `Activate on backend` : Activate the plugin on the wordpress backend or not \ No newline at end of file diff --git a/docs/blockers/wordpress/installation.md b/docs/blockers/wordpress/installation.md deleted file mode 100644 index 647049f0b..000000000 --- a/docs/blockers/wordpress/installation.md +++ /dev/null @@ -1,6 +0,0 @@ -First, please [download the latest release](https://github.com/crowdsecurity/cs-wordpress-plugin/releases/latest) of our wordpress blocker. - -Then upload the zip file into your Wordpress backoffice in "Plugins" => "Add new" => "Upload Plugin" - -When the plugin is installed, activate it. -