mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
[xray] add sockopt to all outbounds
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
parent
4f7af1e57a
commit
8908e8b16a
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
@ -421,7 +420,6 @@
|
|||
<a-switch v-model="outbound.stream.sockopt.tcpNoDelay"></a-switch>
|
||||
</a-form-item>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
</a-form>
|
||||
</a-tab-pane>
|
||||
|
|
Loading…
Reference in a new issue