From 6ddabf456628974393649f786e4daf23321937b9 Mon Sep 17 00:00:00 2001 From: Elouin <19814165+elouin@users.noreply.github.com> Date: Tue, 24 Sep 2019 07:49:17 +0200 Subject: [PATCH] Change IP_CHECK_SITE to https://api.ipify.org/ Old one seems down --- nsupdate.d/sample.config.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsupdate.d/sample.config.dist b/nsupdate.d/sample.config.dist index 1529ab2..4d1cc21 100755 --- a/nsupdate.d/sample.config.dist +++ b/nsupdate.d/sample.config.dist @@ -4,7 +4,7 @@ LOG="$0.log" # From which site should we get your WAN IP? -IP_CHECK_SITE="https://ip.dblx.io" +IP_CHECK_SITE="https://api.ipify.org/" # Use drill instead of nslookup for hostname lookup. USE_DRILL="NO"