Skip to content

Commit

Permalink
set default insecure curl to F
Browse files Browse the repository at this point in the history
  • Loading branch information
tylabs committed Jan 15, 2021
1 parent 2e6fd70 commit ad9b48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.zeek
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export {
global SLACK_URL = ""; #optional web hook for Slack
global SIG_PREFIX = "MISP:"; #prefix for our signatures to hook alerts
global MISP_ATTRIBUTE_URL = "attributes/bro/download/all"; #misp url for zeek export
global CURL_INSECURE: bool = T; #set to T to ignore curl certificate errors
global CURL_INSECURE: bool = F; #set to T to ignore curl certificate errors


# Maximum number of hits per indicator item before suppressing remote alerts
Expand Down

0 comments on commit ad9b48c

Please sign in to comment.