diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-26 21:33:50 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-01-26 21:33:50 +0300 |
| commit | 46ef506aa66e0feda7ade495b48f8c06b020b8ac (patch) | |
| tree | 6fceb60a9f1f9a2765346742490171f2f6cbbe24 /web/html/xui/form/stream | |
| parent | 51220917c4ef60c5ff886925792c8323f46cf5f2 (diff) | |
TLS - serverNameToVerify
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_xhttp.html | 2 |
1 files changed, 1 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"> |
