Follow up question of https://discord.com/channels/921520481163673640/1484584592483553401.
The test framework works successfully except for this part:
crowdsec-full # [ 10.433371] crowdsec-setup[960]: level=warning msg="Failed to check last modified: failed to make HEAD request for https://hub-data.crowdsec.net/mmdb_update/GeoLite2-City.mmdb: Head \"https://hub-data.crowdsec.net/mmdb_update/GeoLite2-City.mmdb\": dial tcp: lookup hub-data.crowdsec.net: no such host" url="https://hub-data.crowdsec.net/mmdb_update/GeoLite2-City.mmdb"
crowdsec-full # [ 10.435231] crowdsec-setup[960]: downloading https://hub-data.crowdsec.net/mmdb_update/GeoLite2-City.mmdb
crowdsec-full # [ 10.435823] crowdsec-setup[960]: Error: cscli collections install: while downloading data for geoip-enrich.yaml: while getting data: failed http request for https://hub-data.crowdsec.net/mmdb_update/GeoLite2-City.mmdb: Get "https://hub-data.crowdsec.net/mmdb_update/GeoLite2-City.mmdb": dial tcp: lookup hub-data.crowdsec.net: no such host
crowdsec-full # [ 10.439044] systemd[1]: crowdsec-setup.service: Main process exited, code=exited, status=1/FAILURE
crowdsec-full # [ 10.439766] systemd[1]: crowdsec-setup.service: Failed with result 'exit-code'.
I couldn't find any GeoLite2-City.mmdb in the hub and I couldn't find any option for the cscli to set the URL for this geolite file (https://github.com/crowdsecurity/crowdsec/blob/master/pkg/csconfig/cscli.go#L8-L19).
Any suggestions on how I can fix that?