#tradewind:update ip check
This commit is contained in:
parent
8105eb79ca
commit
64b3f5599e
@ -29,7 +29,7 @@ try {
|
||||
}
|
||||
|
||||
|
||||
$realIp = shell_exec('curl -s ifconfig.me');
|
||||
$realIp = shell_exec('curl -s ip.sb');
|
||||
|
||||
if (!empty($realIp)) {
|
||||
if ($realIp !== $recordIp) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user