mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-18 13:14:39 +03:00
[xray] add sockopt to all outbounds
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
@@ -401,7 +401,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- sockopt settings -->
|
<!-- sockopt settings -->
|
||||||
<template v-if="outbound.canEnableStream()">
|
|
||||||
<a-form-item label="Sockopts">
|
<a-form-item label="Sockopts">
|
||||||
<a-switch v-model="outbound.stream.sockoptSwitch"></a-switch>
|
<a-switch v-model="outbound.stream.sockoptSwitch"></a-switch>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
@@ -420,7 +419,6 @@
|
|||||||
<a-form-item label="TCP No-Delay">
|
<a-form-item label="TCP No-Delay">
|
||||||
<a-switch v-model="outbound.stream.sockopt.tcpNoDelay"></a-switch>
|
<a-switch v-model="outbound.stream.sockopt.tcpNoDelay"></a-switch>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</template>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
</a-form>
|
</a-form>
|
||||||
|
|||||||
Reference in New Issue
Block a user