@ -19,8 +19,8 @@ zone: "New_York"
# GeoIP settings. Leave commented out to disable GeoIP.
# GeoIP settings. Leave commented out to disable GeoIP.
#
#
# An HTTP request is made to *geoipUrl* -- prior to Calamares 3.1.13 ,
# An HTTP request is made to *geoipUrl* -- depending on the geoipStyle ,
# an implicit "/json" was added at the end. . The request must return
# the URL may be modified before use . The request must return
# valid JSON data in the FreeGeoIP format; there should
# valid JSON data in the FreeGeoIP format; there should
# be an attribute *time_zone*, with a string value set to the
# be an attribute *time_zone*, with a string value set to the
# timezone, in <region>/<zone> format.
# timezone, in <region>/<zone> format.
@ -34,3 +34,19 @@ zone: "New_York"
# ```
# ```
#
#
#geoipUrl: "freegeoip.net/json"
#geoipUrl: "freegeoip.net/json"
# GeoIP style. Leave commented out for the "legacy" interpretation.
# This setting only makes sense if geoipUrl is set, enabliing geoIP.
#
# Possible values are:
# unset same as "legacy"
# blank same as "legacy"
# "legacy" appends "/json" to geoipUrl, above, and uses JSON format
# (which is what freegeoip.net provides there).
# "json" URL is not modified, uses JSON format.
# "xml" URL is not modified, uses XML format.
#
# The JSON format is provided by freegeoip.net, but that service is
# shutting down in June 2018. There are other providers with the same
# format. XML format is provided for Ubiquity.
#geoipStyle: "legacy"