File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
crowdsec-docs/unversioned/integrations Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Then you need to add the following script:
6666:local url " https://admin.api.crowdsec.net/v1/integrations/<integration_id>/content"
6767:local fileName " blocklist.rsc"
6868:log info " $name fetch blocklist from $url "
69- /tool fetch url=" $url " mode=https dst-path=$fileName http-auth-scheme=basic user=" <username>" password=" <password>" idle-timeout=" 30s"
69+ /tool fetch url=" $url " mode=https dst-path=$fileName http-auth-scheme=basic user=" <username>" password=" <password>" idle-timeout=" 30s" http-header-field= " Accept-Encoding:gzip "
7070:if ([:len [/file find name= $fileName ]] > 0) do= {
7171 :log info " removing old ipv4 blocklist"
7272 /ip/firewall/address-list/remove [ find where list= " crowdsec-integration" ];
You can’t perform that action at this time.
0 commit comments