diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 15:33:33 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 15:33:33 +0300 |
| commit | 8908e8b16a3457c1353cec163a79cd82338be336 (patch) | |
| tree | c1b207f1e218361d7cdb6cf39acee9d46fe54731 /web/html | |
| parent | 4f7af1e57acfaab87ea83c82ed8cc9a97726da3f (diff) | |
[xray] add sockopt to all outbounds
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index e3d6a560..73568f26 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -401,7 +401,6 @@ </template> <!-- sockopt settings --> -<template v-if="outbound.canEnableStream()"> <a-form-item label="Sockopts"> <a-switch v-model="outbound.stream.sockoptSwitch"></a-switch> </a-form-item> @@ -420,7 +419,6 @@ <a-form-item label="TCP No-Delay"> <a-switch v-model="outbound.stream.sockopt.tcpNoDelay"></a-switch> </a-form-item> - </template> </template> </a-form> |
