mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-01 20:42:07 +00:00
bug fix - TLS
disableSystemRoot & enableSessionResumption
This commit is contained in:
parent
a40058bb0b
commit
cb3da25bc8
1 changed files with 2 additions and 2 deletions
|
@ -60,10 +60,10 @@
|
||||||
<a-switch v-model="inbound.stream.tls.rejectUnknownSni"></a-switch>
|
<a-switch v-model="inbound.stream.tls.rejectUnknownSni"></a-switch>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item label="Disable System Root">
|
<a-form-item label="Disable System Root">
|
||||||
<a-switch v-model="inbound.stream.tls.settings.disableSystemRoot"></a-switch>
|
<a-switch v-model="inbound.stream.tls.disableSystemRoot"></a-switch>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item label="Session Resumption">
|
<a-form-item label="Session Resumption">
|
||||||
<a-switch v-model="inbound.stream.tls.settings.enableSessionResumption"></a-switch>
|
<a-switch v-model="inbound.stream.tls.enableSessionResumption"></a-switch>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<template v-for="cert,index in inbound.stream.tls.certs">
|
<template v-for="cert,index in inbound.stream.tls.certs">
|
||||||
<a-form-item label='{{ i18n "certificate" }}'>
|
<a-form-item label='{{ i18n "certificate" }}'>
|
||||||
|
|
Loading…
Reference in a new issue