| Syntax: | geoip_country |
|---|---|
| Default: | — |
| Context: | stream |
Specifies a database used to determine the country depending on the client IP address. The following variables are available when using this database:
$geoip_country_code- two-letter country code, for example, “
RU”, “US”. -
$geoip_country_code3 - three-letter country code, for example, “
RUS”, “USA”. $geoip_country_name- country name, for example, “
Russian Federation”, “United States”.
Please login to continue.