diff options
Diffstat (limited to 'web/html/xui/form/outbound.html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index 2f2a5215..e3d6a560 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -219,11 +219,11 @@ :dropdown-class-name="themeSwitcher.currentTheme"> <a-select-option value="tcp">TCP</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="ws">WebSocket</a-select-option> <a-select-option value="http">H2</a-select-option> <a-select-option value="quic">QUIC</a-select-option> <a-select-option value="grpc">gRPC</a-select-option> - <a-select-option value="httpupgrade">HttpUpgrade</a-select-option> + <a-select-option value="httpupgrade">HTTPUpgrade</a-select-option> </a-select> </a-form-item> <template v-if="outbound.stream.network === 'tcp'"> |
