Overall Enhancement (#1524)

This commit is contained in:
shahin-io
2024-01-09 09:10:40 +00:00
committed by GitHub
parent 96c4cfeb23
commit 984b469c6f
14 changed files with 135 additions and 135 deletions

View File

@@ -5,7 +5,7 @@
<a-select v-model="inbound.stream.network" @change="streamNetworkChange"
:dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option value="tcp">TCP</a-select-option>
<a-select-option value="kcp">KCP</a-select-option>
<a-select-option value="kcp">mKCP</a-select-option>
<a-select-option value="ws">WS</a-select-option>
<a-select-option value="http">H2</a-select-option>
<a-select-option value="quic">QUIC</a-select-option>
@@ -47,4 +47,4 @@
<template>
{{template "form/streamSockopt"}}
</template>
{{end}}
{{end}}