浏览代码

Merge pull request #3317 from MHSanaei/dekodemo_sockopt

add sockopt to dockodemo
Sanaei 2 月之前
父节点
当前提交
58898e5758
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      web/html/form/protocol/dokodemo.html

+ 4 - 0
web/html/form/protocol/dokodemo.html

@@ -30,4 +30,8 @@
         <a-switch v-model="inbound.settings.followRedirect"></a-switch>
     </a-form-item>
 </a-form>
+<!-- sockopt -->
+<template>
+    {{template "form/streamSockopt"}}
+</template>
 {{end}}