File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ GEOIP_ACCOUNT_ID="${GEOIP_ACCOUNT_ID:-123456}"
1414GEOIP_LICENSE_KEY=" ${GEOIP_LICENSE_KEY:- xxxxxx} "
1515GEOIP_CITY_URL=" https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=${GEOIP_LICENSE_KEY} &suffix=tar.gz"
1616GEOIP_COUNTRY_URL=" https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country&license_key=${GEOIP_LICENSE_KEY} &suffix=tar.gz"
17- GEOIP_MOD_URL=' https://github.com/leev/ngx_http_geoip2_module/archive/3.3 .tar.gz'
18- GEOIP_UPDATE_CLI=' https://github.com/maxmind/geoipupdate/releases/download/v7.1.0 /geoipupdate_7.1.0_linux_amd64 .tar.gz'
19- GEOIP_URL=' https://github.com/maxmind/libmaxminddb/releases/download/1.6.0 /libmaxminddb-1.6.0 .tar.gz'
17+ GEOIP_MOD_URL=' https://github.com/leev/ngx_http_geoip2_module/archive/3.4 .tar.gz'
18+ GEOIP_UPDATE_CLI=' https://github.com/maxmind/geoipupdate/releases/download/v7.1.1 /geoipupdate_7.1.1_linux_amd64 .tar.gz'
19+ GEOIP_URL=' https://github.com/maxmind/libmaxminddb/releases/download/1.12.2 /libmaxminddb-1.12.2 .tar.gz'
2020LUAROCKS_URL=' https://luarocks.github.io/luarocks/releases/luarocks-3.12.0.tar.gz'
2121NAXSI_URL=' https://github.com/wargio/naxsi/releases/download/1.7/naxsi-1.7-src-with-deps.tar.gz'
2222OPEN_RESTY_URL=' http://openresty.org/download/openresty-1.27.1.2.tar.gz'
You can’t perform that action at this time.
0 commit comments