-
v1.1 Stable
released this
2025-06-01 13:35:14 +02:00 | 7 commits to main since this releaseBreaking 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
orweekly
daily
daily
,weekly
BLOCKLIST_CRON_TIME
Time to run update in HH:MM
24-hour format06: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