Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 15:33:33 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 15:33:33 +0300
commit8908e8b16a3457c1353cec163a79cd82338be336 (patch)
treec1b207f1e218361d7cdb6cf39acee9d46fe54731 /web/html
parent4f7af1e57acfaab87ea83c82ed8cc9a97726da3f (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.html2
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>