blob: d69149944c875d5d4f11a2dc9e59e48808960eab (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
cat << EOF
Please edit /etc/default/crowdsec-traefik-bouncer with the following before starting crowdsec-traefik-bouncer.service:
- CROWDSEC_BOUNCER_API_KEY
- CROWDSEC_AGENT_HOST
EOF
}
|