From f7ff90bdd638d5ac11ec51cf8236592d6ec4e5cc Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 21 Mar 2020 10:05:58 -0400 Subject: [PATCH] Use an IP lookup that exists --- redshift-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redshift-wrapper b/redshift-wrapper index afc5d19..cd19ff5 100755 --- a/redshift-wrapper +++ b/redshift-wrapper @@ -6,7 +6,7 @@ main() { } __get_lat_lon() { - : "${IP_LOOKUP_URL:=https://eeloo.humans.rip/ip}" + : "${IP_LOOKUP_URL:=https://ifconfig.co/ip}" : "${GEOIP_LOOKUP_HOST:=http://api.geoiplookup.net}" local ipaddr