#tradewind:ipv4

This commit is contained in:
tradewind 2022-01-19 23:02:11 +08:00
parent c0b0562ccd
commit 57348b5072

View File

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