Skip to content

Commit 1b5d1e0

Browse files
enhance: Add new configuration options for 1.6.4
1 parent 0cff89f commit 1b5d1e0

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

crowdsec-docs/docs/configuration/crowdsec_configuration.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ api:
175175
use_forwarded_for_headers: "<true|false>"
176176
console_path: <path_to_console_file>
177177
online_client:
178+
sharing: "(true|false)"
179+
pull:
180+
community: "(true|false)"
181+
blocklists: "(true|false)"
178182
credentials_path: "<path_to_crowdsec_api_client_credential_file>"
179183
disable_remote_lapi_registration: (true|false)
180184
capi_whitelists_path: "<path_to_capi_whitelists_file>"
@@ -697,6 +701,10 @@ api:
697701
use_forwarded_for_headers: "(true|false)"
698702
console_path: <path_to_console_file>
699703
online_client:
704+
sharing: "(true|false)"
705+
pull:
706+
community: "(true|false)"
707+
blocklists: "(true|false)"
700708
credentials_path: "<path_to_crowdsec_api_client_credential_file>"
701709
disable_remote_lapi_registration: (true|false)
702710
capi_whitelists_path: "<path_to_capi_whitelists_file>"
@@ -803,6 +811,10 @@ server:
803811
#- 10.0.0.0/24
804812
console_path: <path_to_console_file>
805813
online_client:
814+
sharing: "(true|false)"
815+
pull:
816+
community: "(true|false)"
817+
blocklists: "(true|false)"
806818
credentials_path: <path_to_crowdsec_api_client_credential_file>
807819
disable_remote_lapi_registration: (true|false)
808820
capi_whitelists_path: "<path_to_capi_whitelists_file>"
@@ -876,9 +888,36 @@ Configuration to push signals and receive bad IPs from Crowdsec API.
876888

877889
```yaml
878890
online_client:
891+
sharing: "(true|false)"
892+
pull:
893+
community: "(true|false)"
894+
blocklists: "(true|false)"
879895
credentials_path: "<path_to_crowdsec_api_client_credential_file>"
880896
```
881897

898+
###### `sharing`
899+
> bool
900+
901+
Whether you want to share signals with Central API, please note as outlined in the [Community blocklists](#TODO!!) section, enabling or disabling based on your plan type will affect how many IP's are downloaded from the community blocklists.
902+
903+
###### `pull`
904+
905+
```yaml
906+
pull:
907+
community: "(true|false)"
908+
blocklists: "(true|false)"
909+
```
910+
911+
###### `community`
912+
> bool
913+
914+
Whether to pull signals from the community blocklists. Useful when you want to share your signals with the community but don't want to receive signals from the community.
915+
916+
###### `blocklists`
917+
> bool
918+
919+
Whether to pull signals from the CrowdSec blocklists. Useful when you want to share your signals with the community but don't want to receive signals from 3rd party or first party blocklists.
920+
882921
###### `credentials_path`
883922
> string
884923

0 commit comments

Comments
 (0)