#tradewind: fix ddns

master
tradewind 2 years ago
parent e2755a8cf6
commit 330ed64ec2
  1. 2
      jobs/ddns.php

@ -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);
if (!empty($realIp)) {

Loading…
Cancel
Save