finalmask

Co-authored-by: MHSanaei <ho3ein.sanaei@gmail.com>
This commit is contained in:
Alireza Ahmadi
2026-02-01 10:32:35 +01:00
parent 6bab6ce6c4
commit 8f5bead445
6 changed files with 276 additions and 110 deletions

View File

@@ -44,6 +44,12 @@
{{template "form/streamXHTTP"}}
</template>
<!-- finalmask - only for TCP, WS, HTTPUpgrade, XHTTP, mKCP -->
<template
v-if="['tcp', 'ws', 'httpupgrade', 'xhttp', 'kcp'].includes(inbound.stream.network)">
{{template "form/streamFinalMask"}}
</template>
<!-- sockopt -->
<template>
{{template "form/streamSockopt"}}