From 8fe8d20c7d5c5a63115a1de3b27b81caed54abcc Mon Sep 17 00:00:00 2001 From: wswan Date: Sat, 18 Jul 2020 17:27:46 +0800 Subject: [PATCH] fix ip info --- jobs/ddns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/ddns.php b/jobs/ddns.php index 5181b0c..19ab8b2 100644 --- a/jobs/ddns.php +++ b/jobs/ddns.php @@ -29,7 +29,7 @@ try { } -$res = shell_exec('curl -s https://ip.cn'); +$res = shell_exec('curl -s https://ifconfig.me'); $res = @json_decode($res, true);