#tradewind: fix ddns

This commit is contained in:
tradewind 2023-03-11 16:36:59 +08:00
parent e2755a8cf6
commit 330ed64ec2

View File

@ -29,7 +29,7 @@ try {
} }
$realIp = shell_exec('curl -s -4 ip.sb'); $realIp = shell_exec('curl -s -4 ifconfig.me');
$realIp = str_replace("\n", "", $realIp); $realIp = str_replace("\n", "", $realIp);
if (!empty($realIp)) { if (!empty($realIp)) {