You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Blocker Integration:** Executes immediate IP blocking via the configured backend (e.g., HAProxy Runtime API, TCP or Unix Socket).
20
21
***High Resilience:** Handles backend instance unavailability by logging the failure and continuing operation.
@@ -125,7 +126,7 @@ See [Cluster Configuration](docs/ClusterConfiguration.md) and [Cluster and Docke
125
126
|**`--exit-on-eof`**|| Exits after processing the log file to EOF instead of tailing. |
126
127
|**`--help`**|| Display command-line help. |
127
128
|**`--listen`**| string | Starts a web server on this address (e.g., `:8080` or `:8080,role=api`). Can be specified multiple times for multiple listeners. |
128
-
|**`--log-path`**| filepath | Path to the access log file to tail (or to read in dry-run mode). |
129
+
|**`--log-path`**| filepath | Path to the access log file to tail (or to read in dry-run mode). Ignored in multi-website mode where log paths are defined in `config.yaml`. |
0 commit comments