diff --git a/.github/scripts/bl-geolite2.sh b/.github/scripts/bl-geolite2.sh index 920a6fccf..6e76784a3 100644 --- a/.github/scripts/bl-geolite2.sh +++ b/.github/scripts/bl-geolite2.sh @@ -31,7 +31,7 @@ APP_CFG_FILE="aetherx.conf" # Optional c APP_TARGET_DIR="blocklists/country/geolite" # path to save ipsets APP_TARGET_EXT_TMP="tmp" # temp extension for ipsets before work is done APP_TARGET_EXT_PROD="ipset" # extension for ipsets -APP_SOURCE_LOCAL_ENABLED=true # True = loads from ./local, False = download from MaxMind +APP_SOURCE_LOCAL_ENABLED=false # True = loads from ./local, False = download from MaxMind APP_SOURCE_LOCAL="local" # where to fetch local csv from if local mode enabled APP_DIR_IPV4="./${APP_TARGET_DIR}/ipv4" # folder to store ipv4 APP_DIR_IPV6="./${APP_TARGET_DIR}/ipv6" # folder to store ipv6