Projects
home:rottame:mail
crowdsec_helper
sysconfig.crowdsec_helper
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sysconfig.crowdsec_helper of Package crowdsec_helper
## Path: Network/CrowdSec ## Description: CrowdSec helper - whitelist of known good IPs ## Type: string ## Default: "127.0.0.1" ## ServiceRestart: crowdsec_helper # # Address the daemon listens on. Keep 127.0.0.1 unless the API must be # reachable from other hosts (no authentication is implemented). CROWDSEC_HELPER_LISTEN="127.0.0.1" ## Type: integer ## Default: 8080 ## ServiceRestart: crowdsec_helper # # TCP port the daemon listens on. CROWDSEC_HELPER_PORT="8080" ## Type: string ## Default: "/var/lib/crowdsec_helper/cache.db" ## ServiceRestart: crowdsec_helper # # Path of the SQLite database holding the known IPs. CROWDSEC_HELPER_DB="/var/lib/crowdsec_helper/cache.db" ## Type: string ## Default: "/var/lib/crowdsec_helper/out" ## ServiceRestart: crowdsec_helper # # Directory where the CrowdSec whitelist NDJSON files are written # (one <scope>.json file per scope). CROWDSEC_HELPER_OUTPUT="/var/lib/crowdsec_helper/out" ## Type: string ## Default: "7d" ## ServiceRestart: crowdsec_helper # # How long a known IP stays valid without refresh. Units: s, m, h, d, w, # mo, y (e.g. 30m, 12h, 7d). CROWDSEC_HELPER_TTL="7d" ## Type: string ## Default: "info" ## ServiceRestart: crowdsec_helper # # Log level: debug, info, warn, error. CROWDSEC_HELPER_LOG_LEVEL="info"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.