Browse Source

add sockopt to dockodemo

Alireza Ahmadi 2 weeks ago
parent
commit
569550d5f6
1 changed files with 4 additions and 0 deletions
  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-switch v-model="inbound.settings.followRedirect"></a-switch>
     </a-form-item>
     </a-form-item>
 </a-form>
 </a-form>
+<!-- sockopt -->
+<template>
+    {{template "form/streamSockopt"}}
+</template>
 {{end}}
 {{end}}