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);