#tradewind:fix ip

This commit is contained in:
tradewind 2020-12-20 14:54:39 +08:00
parent 81c1b9d3e5
commit fceb2c5019

View File

@ -29,7 +29,7 @@ try {
} }
$realIp = shell_exec('curl -s https://ifconfig.me'); $realIp = shell_exec('curl -s ip.sb');
if (!empty($realIp)) { if (!empty($realIp)) {
if ($realIp !== $recordIp) { if ($realIp !== $recordIp) {