|
|
|
@ -37,7 +37,9 @@ zone: "New_York"
|
|
|
|
|
# the URL may be modified before use. The request should return
|
|
|
|
|
# valid data in a suitable format, depending on geoipStyle;
|
|
|
|
|
# generally this includes a string value with the timezone
|
|
|
|
|
# in <region>/<zone> format.
|
|
|
|
|
# in <region>/<zone> format. For services that return data which
|
|
|
|
|
# does not follow the conventions of "suitable data" described
|
|
|
|
|
# below, *geoIPSelector* may be used to pick different data.
|
|
|
|
|
#
|
|
|
|
|
# Note that this example URL works, but the service is shutting
|
|
|
|
|
# down in June 2018.
|
|
|
|
@ -68,3 +70,12 @@ zone: "New_York"
|
|
|
|
|
# shutting down in June 2018. There are other providers with the same
|
|
|
|
|
# format. XML format is provided for Ubiquity.
|
|
|
|
|
#geoipStyle: "legacy"
|
|
|
|
|
|
|
|
|
|
# GeoIP selector. Leave commented out for the default selector
|
|
|
|
|
# (which depends on the style: JSON uses "time_zone" and XML
|
|
|
|
|
# uses TimeZone, for the FreeGeoIP-alike and the Ubiquity-alike
|
|
|
|
|
# respectively). If the service configured via *geoipUrl* uses
|
|
|
|
|
# a different attribute name (e.g. "timezone") in JSON or a
|
|
|
|
|
# different element tag (e.g. "<Time_Zone>") in XML, set this
|
|
|
|
|
# string to the name or tag to be used.
|
|
|
|
|
#geoipSelector: ""
|
|
|
|
|