This commit is contained in:
2026-04-27 08:47:19 +00:00
parent a74680c0f0
commit e2747c23bd
+1 -1
View File
@@ -2,7 +2,7 @@
GEODB_DIR="/config/geodb" GEODB_DIR="/config/geodb"
GEODB_FILE="$GEODB_DIR/GeoLite2-Country.mmdb" 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 INTERVAL_SECONDS=259200 # 3 * 24 * 60 * 60
mkdir -p "$GEODB_DIR" mkdir -p "$GEODB_DIR"