mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-23 11:26:52 +00:00
enable sockopt for all protocols
This commit is contained in:
parent
d5c532c64f
commit
48a1b051f3
2 changed files with 3 additions and 4 deletions
|
@ -108,6 +108,9 @@
|
||||||
{{template "form/streamSettings"}}
|
{{template "form/streamSettings"}}
|
||||||
{{template "form/externalProxy" }}
|
{{template "form/externalProxy" }}
|
||||||
</template>
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
{{template "form/streamSockopt"}}
|
||||||
|
</template>
|
||||||
|
|
||||||
<!-- tls settings -->
|
<!-- tls settings -->
|
||||||
<template v-if="inbound.canEnableTls()">
|
<template v-if="inbound.canEnableTls()">
|
||||||
|
|
|
@ -30,8 +30,4 @@
|
||||||
<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}}
|
||||||
|
|
Loading…
Reference in a new issue