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

@@ -7,7 +7,7 @@ TMP_YAML="/tmp/AdGuardHome.yaml"
MANUAL_IPS_FILE="/adguard/manually_blocked_ips.conf"
CIDR_BASE_URL="https://raw.githubusercontent.com/vulnebify/cidre/main/output/cidr/ipv4"
COUNTRIES=${BLOCK_COUNTRIES:-""}
DOCKER_API_URL=${DOCKER_API_URL:-"http://docker-socket-proxy:2375"}
DOCKER_API_URL=${DOCKER_API_URL:-"tcp://socket-proxy-adguard:2375"}
if [ -z "$COUNTRIES" ]; then
echo "No countries specified in BLOCK_COUNTRIES."