mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
Update Clash config
Add "skip-cert-verify: true" for self-signed certifcate
This commit is contained in:
parent
6b43597eaf
commit
00fcff5f0d
@ -104,6 +104,7 @@ class ClientController extends Controller
|
||||
$array['cipher'] = 'auto';
|
||||
if ($item->tls) {
|
||||
$array['tls'] = true;
|
||||
$array['skip-cert-verify'] = true;
|
||||
}
|
||||
if ($item->network == 'ws') {
|
||||
$array['network'] = $item->network;
|
||||
|
Loading…
Reference in New Issue
Block a user