fix(proxy): remove hardcoded port 80/443 checks (#6275)
This commit is contained in:
@@ -66,7 +66,7 @@ class CheckProxy
|
|||||||
if ($server->id === 0) {
|
if ($server->id === 0) {
|
||||||
$ip = 'host.docker.internal';
|
$ip = 'host.docker.internal';
|
||||||
}
|
}
|
||||||
$portsToCheck = ['80', '443'];
|
$portsToCheck = [];
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if ($server->proxyType() !== ProxyTypes::NONE->value) {
|
if ($server->proxyType() !== ProxyTypes::NONE->value) {
|
||||||
|
Reference in New Issue
Block a user