aboutsummaryrefslogtreecommitdiff
path: root/security/crowdsec/files/pkg-message.in
blob: b9812a0ed1546dcaf0866f1839973b37c7587eec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[
{ type: install
  message: <<EOM

crowdsec is installed.

Note: If you are using OPNsense or pfSense, ignore the following instructions and use the settings page of the
CrowdSec plugin.

-----

You need to check/edit the following files in %%ETCDIR%% as described in https://doc.crowdsec.net/docs/configuration/crowdsec_configuration

 - config.yaml: main configuration
 - acquis.yaml, acquis.d: datasource configuration (this port does not include automatic discovery of the running services)
 - profiles.yaml: remediation policies (ban, duration, etc)

Then you can enable the daemon via sysrc and run it.

----------
# sysrc crowdsec_enable="YES"
crowdsec_enable: NO -> YES
# service crowdsec start
----------

EOM
}
]