Update includes/main.php

This commit is contained in:
deepend 2024-01-11 08:51:37 +00:00
parent a70d65a560
commit 6f5cc58c21
1 changed files with 142 additions and 142 deletions

View File

@ -64,7 +64,7 @@ $dnsServers = getDnsServersInfo();
//}
function checkServerStatus($server) {
$port = 53; // DNS port, change if necessary
$timeout = 5; // Timeout in seconds
$timeout = 10; // Timeout in seconds
$fp = @fsockopen($server, $port, $errno, $errstr, $timeout);