From 3d69b1b91ea8fadce94049e1fa5a981156973774 Mon Sep 17 00:00:00 2001 From: tradewind Date: Sun, 10 Jan 2021 15:00:38 +0000 Subject: [PATCH] update ip --- jobs/ddns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/ddns.php b/jobs/ddns.php index 72c54c1..0fc3d57 100644 --- a/jobs/ddns.php +++ b/jobs/ddns.php @@ -29,7 +29,7 @@ try { } -$realIp = shell_exec('curl -s ip.sb'); +$realIp = shell_exec('curl -s ifocnfig.me'); if (!empty($realIp)) { if ($realIp !== $recordIp) {