diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/stream/stream_xhttp.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/tls_settings.html | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_xhttp.html b/web/html/xui/form/stream/stream_xhttp.html index 2731511d..601d0cb4 100644 --- a/web/html/xui/form/stream/stream_xhttp.html +++ b/web/html/xui/form/stream/stream_xhttp.html @@ -33,7 +33,7 @@ <a-form-item label="Max Upload Size (Byte)" v-if="inbound.stream.xhttp.mode === 'packet-up'"> <a-input v-model.trim="inbound.stream.xhttp.scMaxEachPostBytes"></a-input> </a-form-item> - <a-form-item label="Stream-Up Server"> + <a-form-item label="Stream-Up Server" v-if="inbound.stream.xhttp.mode === 'stream-up'"> <a-input v-model.trim="inbound.stream.xhttp.scStreamUpServerSecs"></a-input> </a-form-item> <a-form-item label="Padding Bytes"> diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index 4eff7698..70ad7d05 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -57,6 +57,9 @@ <a-form-item label="Session Resumption"> <a-switch v-model="inbound.stream.tls.enableSessionResumption"></a-switch> </a-form-item> + <a-form-item label="Server Name To Verify"> + <a-input v-model.trim="inbound.stream.tls.serverNameToVerify"></a-input> + </a-form-item> <template v-for="cert,index in inbound.stream.tls.certs"> <a-form-item label='{{ i18n "certificate" }}'> <a-radio-group v-model="cert.useFile" button-style="solid"> |
