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
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.
0 commit comments