From 0d496abee4fd94015ded7a48403eaf3d7c5f54c9 Mon Sep 17 00:00:00 2001 From: tradewind Date: Sun, 7 Feb 2021 15:50:32 +0800 Subject: [PATCH] #tradewind:fix ip --- jobs/ddns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/ddns.php b/jobs/ddns.php index 0fc3d57..1197797 100644 --- a/jobs/ddns.php +++ b/jobs/ddns.php @@ -29,7 +29,7 @@ try { } -$realIp = shell_exec('curl -s ifocnfig.me'); +$realIp = shell_exec('curl -s ifconfig.me'); if (!empty($realIp)) { if ($realIp !== $recordIp) {