Skip to content

Commit

Permalink
Update crowdsec-firewall-bouncer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceJJones committed Jun 24, 2024
1 parent 05aac93 commit c4f0d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/crowdsec-firewall-bouncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ log_max_age: 30
api_url: http://127.0.0.1:8080/
api_key: ${API_KEY}
## TLS Authentication
#cert_path: /path/to/file
#key_path: /path/to/file
#ca_cert_path: /path/to/file
# cert_path: /etc/crowdsec/tls/cert.pem
# key_path: /etc/crowdsec/tls/key.pem
# ca_cert_path: /etc/crowdsec/tls/ca.crt
insecure_skip_verify: false
disable_ipv6: false
deny_action: DROP
Expand Down

0 comments on commit c4f0d5c

Please sign in to comment.