• v1.1 Stable

    Djeex released this 2025-06-01 13:35:14 +02:00 | 7 commits to main since this release

    Breaking changes:

    • Replaced cron with a Python scheduler
    • The BLOCKLIST_CRON variable is deprecated. Please use the following variables instead:
    Variable Description Example Possible Values
    BLOCKLIST_CRON_TYPE Scheduling type: daily or weekly daily daily, weekly
    BLOCKLIST_CRON_TIME Time to run update in HH:MM 24-hour format 06:00 24-hour time format
    BLOCKLIST_CRON_DAY Day of the week for weekly schedule (e.g., mon, tue, etc.) mon mon, tue, wed, thu, fri, sat, sun
    Downloads