feat: geoip2 continent code
This commit is contained in:
parent
a051c85237
commit
f7ec863b05
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ http {
|
||||||
geoip2 /usr/share/GeoIP/GeoLite2-Country.mmdb {
|
geoip2 /usr/share/GeoIP/GeoLite2-Country.mmdb {
|
||||||
$geoip2_data_country_name country names en;
|
$geoip2_data_country_name country names en;
|
||||||
$geoip2_data_country_iso_code country iso_code;
|
$geoip2_data_country_iso_code country iso_code;
|
||||||
|
$geoip2_data_continent_code country continent_code;
|
||||||
}
|
}
|
||||||
|
|
||||||
geoip2 /usr/share/GeoIP/GeoLite2-City.mmdb {
|
geoip2 /usr/share/GeoIP/GeoLite2-City.mmdb {
|
||||||
|
|
Loading…
Reference in a new issue