#tradewind:fix ip

This commit is contained in:
tradewind 2021-02-07 15:50:32 +08:00 committed by tradewind
parent 3d69b1b91e
commit 0d496abee4

View File

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