fix(CheckProxy): enhance port conflict detection by adjusting ss command for better output
This commit is contained in:
@@ -142,7 +142,7 @@ class CheckProxy
|
|||||||
'available' => 'command -v ss >/dev/null 2>&1',
|
'available' => 'command -v ss >/dev/null 2>&1',
|
||||||
'check' => [
|
'check' => [
|
||||||
// Get listening process details
|
// Get listening process details
|
||||||
"ss_output=\$(ss -tuln state listening sport = :$port 2>/dev/null) && echo \"\$ss_output\"",
|
"ss_output=\$(ss -Htuln state listening sport = :$port 2>/dev/null) && echo \"\$ss_output\"",
|
||||||
// Count IPv4 listeners
|
// Count IPv4 listeners
|
||||||
"echo \"\$ss_output\" | grep -c ':$port '",
|
"echo \"\$ss_output\" | grep -c ':$port '",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user