From e9046338cd2015cfb5bce49a51a2c0bbc09525a3 Mon Sep 17 00:00:00 2001 From: OranJuiceJohnes Date: Mon, 12 Jan 2015 14:02:45 +0100 Subject: [PATCH] WAN IP provider WAN IP provider changed from hhtp to https. --- nsupdate.d/sample.config.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nsupdate.d/sample.config.dist b/nsupdate.d/sample.config.dist index 6861db9..52d6507 100755 --- a/nsupdate.d/sample.config.dist +++ b/nsupdate.d/sample.config.dist @@ -1,7 +1,7 @@ # nsupdate.config # from which site should we get your wan ip? -IP_CHECK_SITE="http://ip.dblx.io" +IP_CHECK_SITE="https://ip.dblx.io" # use drill instead of nslookup for hostname lookup USE_DRILL="YES" @@ -14,4 +14,4 @@ INWX_PASS="PASSWORD" # The hostname that you want to update and it's ID from the inwx interface # You get the ID when you edit the given nameserver entry and hover the save button. DOMAIN="DOMAIN" -INWX_DOMAIN_ID="123456789" \ No newline at end of file +INWX_DOMAIN_ID="123456789"