소스 검색

[xray] add sockopt to all outbounds

Co-Authored-By: Alireza Ahmadi <[email protected]>
MHSanaei 1 년 전
부모
커밋
8908e8b16a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      web/html/xui/form/outbound.html

+ 0 - 2
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>