Switch to Canonical's GeoIP service.

This commit is contained in:
Simon Quigley 2020-10-14 18:23:36 -05:00
parent d6982b94e5
commit 01c0bcafc8
5 changed files with 17 additions and 11 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
calamares-settings-ubuntu (1:20.10.11) UNRELEASED; urgency=medium
* Switch to Canonical's GeoIP service.
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 14 Oct 2020 18:22:54 -0500
calamares-settings-ubuntu (1:20.10.10) groovy; urgency=medium
* Lowered Ubuntu Studio RAM requirements due to popular demand/confusion

View File

@ -3,6 +3,6 @@ region: "America"
zone: "New_York"
localeGenPath: "/etc/locale.gen"
geoip:
style: "json"
url: "https://ipapi.co/json"
selector: "timezone"
style: "xml"
url: "http://geoip.ubuntu.com/lookup"
selector: "TimeZone"

View File

@ -21,5 +21,5 @@ requirements:
- ram
geoip:
style: "json"
url: "https://ipapi.co/json"
selector: "country"
url: "http://geoip.ubuntu.com/lookup"
selector: "CountryCode"

View File

@ -3,6 +3,6 @@ region: "America"
zone: "New_York"
localeGenPath: "/etc/locale.gen"
geoip:
style: "json"
url: "https://ipapi.co/json"
selector: "timezone"
style: "xml"
url: "http://geoip.ubuntu.com/lookup"
selector: "TimeZone"

View File

@ -20,6 +20,6 @@ requirements:
- storage
- ram
geoip:
style: "json"
url: "https://ipapi.co/json"
selector: "country"
style: "xml"
url: "http://geoip.ubuntu.com/lookup"
selector: "CountryCode"