added timezone and fixed default tcp proxy

This commit is contained in:
2025-05-31 16:12:44 +00:00
parent cb93a39cc6
commit f81b07f528
5 changed files with 11 additions and 4 deletions

View File

@ -2,6 +2,11 @@
set -e
if [ -n "$TZ" ]; then
cp /usr/share/zoneinfo/$TZ /etc/localtime
echo "$TZ" > /etc/timezone
fi
CRON_EXPR="${BLOCKLIST_CRON:-"0 6 * * *"}" # default: every hour
SCRIPT_PATH="/usr/local/bin/update-blocklist.sh"