diff --git a/caddy/update_geodb.sh b/caddy/update_geodb.sh index bb03440..ba1d5ee 100644 --- a/caddy/update_geodb.sh +++ b/caddy/update_geodb.sh @@ -2,7 +2,7 @@ GEODB_DIR="/config/geodb" GEODB_FILE="$GEODB_DIR/GeoLite2-Country.mmdb" -GEODB_URL="https://git.io/GeoLite2-Country.mmdb" +GEODB_URL="https://github.com/P3TERX/GeoLite.mmdb/releases/latest/download/GeoLite2-Country.mmdb" INTERVAL_SECONDS=259200 # 3 * 24 * 60 * 60 mkdir -p "$GEODB_DIR"