mirror of
https://github.com/v2board/v2board.git
synced 2025-07-04 11:03:26 +08:00
fix: 修正Loon WS+TLS时over-tls始终为false问题
This commit is contained in:
@ -89,7 +89,6 @@ class Loon
|
||||
}
|
||||
}
|
||||
if ($server['tls']) {
|
||||
if ($server['network'] === 'tcp')
|
||||
array_push($config, 'over-tls=true');
|
||||
if ($server['tlsSettings']) {
|
||||
$tlsSettings = $server['tlsSettings'];
|
||||
|
Reference in New Issue
Block a user