Skip to content

Commit

Permalink
chore: disable local mode for geolite2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Oct 30, 2024
1 parent 126b8cf commit 3c2eba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/bl-geolite2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c2eba3

Please sign in to comment.