-
v1.1 Stable
released this
2025-06-01 13:35:14 +02:00 | 8 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
-
v1.0 Stable
released this
2025-06-01 00:11:43 +02:00 | 13 commits to main since this release- First true release, rewrote in python.
- Docker image
git.djeex.fr/djeex/adguard-cidre:1
andgit.djeex.fr/djeex/adguard-cidre:latest
added to repo.
Downloads