Update stream_sockopt.html

This commit is contained in:
Tara Rostami 2023-12-18 15:51:09 +03:30 committed by GitHub
parent 01ebd5d712
commit 6633492eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{{define "form/streamSockopt"}}
<a-divider style="margin:0;"></a-divider>
<a-divider style="margin:5px 0 0;"></a-divider>
<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
<a-form-item label="Transparent Proxy">
<a-switch v-model="inbound.stream.sockoptSwitch"></a-switch>
@ -23,4 +23,4 @@
</a-form-item>
</template>
</a-form>
{{end}}
{{end}}