From 83db864d6023e3428f349bf8f962a78c0bb0b10a Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 13 Apr 2018 18:12:57 +0200 Subject: [PATCH] [util-yaml] use geoip-tools - 120 requests per minute. Once reached subsequent requests will result in error 503 until your quota is cleared --- lib/util-yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 0700cc7..2e038a0 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -265,7 +265,7 @@ write_locale_conf(){ echo "---" > "$conf" echo "localeGenPath: /etc/locale.gen" >> "$conf" if ${geoip};then - echo "geoipUrl: ip-api.com" >> "$conf" + echo "geoipUrl: https://geoip.tools/v1" >> "$conf" echo "geoipStyle: legacy" >> "$conf" else echo "region: America" >> "$conf"