[util-yaml] use geoip-tools

- 120 requests per minute. Once reached subsequent requests will result in error 503 until your quota is cleared
This commit is contained in:
Philip 2018-04-13 18:12:57 +02:00
parent aa74a8262e
commit 83db864d60

View file

@ -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"