Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update YAML to correct keys #38

Merged
merged 1 commit into from
Oct 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/crowdsec-custom-bouncer.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bin_path: ${BINARY_PATH}
feed_via_stdin: false # Invokes binary once and feeds incoming decisions to it's stdin.
total_retries: 0 # number of times to restart binary. relevant if feed_via_stdin=true . Set to -1 for infinite retries.
include_scenarios_containing: [] # ignore IPs banned for triggering scenarios not containing either of provided word, eg ["ssh", "http"]
exclude_scenarios_containing: [] # ignore IPs banned for triggering scenarios containing either of provided word
only_include_decisions_from: []
scenarios_containing: []
scenarios_not_containing: []
origins: []
piddir: /var/run/
update_frequency: 10s
cache_retention_duration: 10s
Expand All @@ -21,4 +21,4 @@ api_key: ${API_KEY}
prometheus:
enabled: true
listen_addr: 127.0.0.1
listen_port: 60602
listen_port: 60602