diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 13:04:15 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-11 13:22:06 +0300 |
| commit | 3af55cc5b499994924be25fa54a851de2ed05d90 (patch) | |
| tree | e53dfea00190445c0fd27fce5c9bf072114d20ba /web/html | |
| parent | ac5d8af4f92529de1f048ecef1424b28686ecb39 (diff) | |
[sub] random reality params
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/outbound.html | 4 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_httpupgrade.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_settings.html | 6 |
3 files changed, 6 insertions, 6 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'"> diff --git a/web/html/xui/form/stream/stream_httpupgrade.html b/web/html/xui/form/stream/stream_httpupgrade.html index 73f10b07..15c02aeb 100644 --- a/web/html/xui/form/stream/stream_httpupgrade.html +++ b/web/html/xui/form/stream/stream_httpupgrade.html @@ -1,4 +1,4 @@ -{{define "form/streamHTTPUPGRADE"}} +{{define "form/streamHTTPUpgrade"}} <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label="PROXY Protocol"> <a-switch v-model="inbound.stream.httpupgrade.acceptProxyProtocol"></a-switch> diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html index a3cb0362..0d1eaa23 100644 --- a/web/html/xui/form/stream/stream_settings.html +++ b/web/html/xui/form/stream/stream_settings.html @@ -6,11 +6,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> </a-form> @@ -47,7 +47,7 @@ <!-- httpupgrade --> <template v-if="inbound.stream.network === 'httpupgrade'"> - {{template "form/streamHTTPUPGRADE"}} + {{template "form/streamHTTPUpgrade"}} </template> <!-- sockopt --> |
