[60777:0] info: dnsbl_module: blocklist loaded. length is 96 [60777:0] info: dnsbl_module: updating blocklist.
may be it means that at the time unbound and dnsbl module started there was only 96 records in DNSBL file for some reason (hard to tell more without logs).dnsbl module (if requests are coming) checks every minute if DNSBL file updated and loads fresh info into the memory.maybe it was enough to wait a bit (again, it's hard to guess without information)
blocklist download : unable to download file from https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts (error : HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /StevenBlack/hosts/master/hosts (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x8027e3130>: Failed to establish a new connection: [Errno 65] No route to host')))
so it doesn't seem like it would have resolved on it's own. At least not until the cron job forced a reload of the blocklists
Quoteso it doesn't seem like it would have resolved on it's own. At least not until the cron job forced a reload of the blocklistsyep, with '[Errno 65] No route to host' i can assume that the DNSBL update process started when the connection was not yet fully ready. in this case, the module simply has nowhere to take fresh data until the next cycle of DNSBL download.does this happen on every reboot?