enable sockopt for all protocols

This commit is contained in:
Alireza Ahmadi 2025-08-09 16:51:15 +02:00
parent d5c532c64f
commit 48a1b051f3
2 changed files with 3 additions and 4 deletions

View file

@ -108,6 +108,9 @@
{{template "form/streamSettings"}}
{{template "form/externalProxy" }}
</template>
<template v-else>
{{template "form/streamSockopt"}}
</template>
<!-- tls settings -->
<template v-if="inbound.canEnableTls()">

View file

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