diff options
| author | shahin-io <115543613+shahin-io@users.noreply.github.com> | 2024-01-09 12:10:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 12:10:40 +0300 |
| commit | 984b469c6feffa6d3523ab5e2caf44fe847c5af7 (patch) | |
| tree | f5f5b714bcb596194cfe85350edd659864b9812f /web/html/xui/form/stream | |
| parent | 96c4cfeb235339bedd8665f0226f0f7f7e8b83ed (diff) | |
Overall Enhancement (#1524)
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_kcp.html | 12 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_quic.html | 18 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_settings.html | 4 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_sockopt.html | 12 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_tcp.html | 4 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_ws.html | 2 |
6 files changed, 26 insertions, 26 deletions
diff --git a/web/html/xui/form/stream/stream_kcp.html b/web/html/xui/form/stream/stream_kcp.html index b792e1cd..8a45669d 100644 --- a/web/html/xui/form/stream/stream_kcp.html +++ b/web/html/xui/form/stream/stream_kcp.html @@ -2,12 +2,12 @@ <a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label='{{ i18n "camouflage" }}'> <a-select v-model="inbound.stream.kcp.type" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option value="none">none (No Obfuscation)</a-select-option> - <a-select-option value="srtp">SRTP (Video Call)</a-select-option> - <a-select-option value="utp">uTP (Bittorrent)</a-select-option> - <a-select-option value="wechat-video">WeChat Video</a-select-option> - <a-select-option value="dtls">DTLS (DTLS 1.2 packages)</a-select-option> - <a-select-option value="wireguard">WireGuard (WireGuard packages)</a-select-option> + <a-select-option value="none">None</a-select-option> + <a-select-option value="srtp">SRTP</a-select-option> + <a-select-option value="utp">uTP</a-select-option> + <a-select-option value="wechat-video">WeChat</a-select-option> + <a-select-option value="dtls">DTLS 1.2</a-select-option> + <a-select-option value="wireguard">WireGuard</a-select-option> </a-select> </a-form-item> <a-form-item label='{{ i18n "password" }}'> diff --git a/web/html/xui/form/stream/stream_quic.html b/web/html/xui/form/stream/stream_quic.html index 8a2167c4..d9175061 100644 --- a/web/html/xui/form/stream/stream_quic.html +++ b/web/html/xui/form/stream/stream_quic.html @@ -2,9 +2,9 @@ <a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label='{{ i18n "pages.inbounds.stream.quic.encryption" }}'> <a-select v-model="inbound.stream.quic.security" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option value="none">none</a-select-option> - <a-select-option value="aes-128-gcm">aes-128-gcm</a-select-option> - <a-select-option value="chacha20-poly1305">chacha20-poly1305</a-select-option> + <a-select-option value="none">None</a-select-option> + <a-select-option value="aes-128-gcm">AES-128-GCM</a-select-option> + <a-select-option value="chacha20-poly1305">CHACHA20-POLY1305</a-select-option> </a-select> </a-form-item> <a-form-item label='{{ i18n "password" }}'> @@ -12,12 +12,12 @@ </a-form-item> <a-form-item label='{{ i18n "camouflage" }}'> <a-select v-model="inbound.stream.quic.type" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option value="none">none (No Obfuscation)</a-select-option> - <a-select-option value="srtp">SRTP (Video Call)</a-select-option> - <a-select-option value="utp">uTP (Bittorrent)</a-select-option> - <a-select-option value="wechat-video">WeChat Video</a-select-option> - <a-select-option value="dtls">DTLS (DTLS 1.2 packages)</a-select-option> - <a-select-option value="wireguard">WireGuard (WireGuard Packages)</a-select-option> + <a-select-option value="none">None</a-select-option> + <a-select-option value="srtp">SRTP</a-select-option> + <a-select-option value="utp">uTP</a-select-option> + <a-select-option value="wechat-video">WeChat</a-select-option> + <a-select-option value="dtls">DTLS 1.2</a-select-option> + <a-select-option value="wireguard">WireGuard</a-select-option> </a-select> </a-form-item> </a-form> diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html index 85935af0..57a4f850 100644 --- a/web/html/xui/form/stream/stream_settings.html +++ b/web/html/xui/form/stream/stream_settings.html @@ -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}}
\ No newline at end of file +{{end}} diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html index 7291b740..92dcd7b5 100644 --- a/web/html/xui/form/stream/stream_sockopt.html +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -1,24 +1,24 @@ {{define "form/streamSockopt"}} <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-form-item label="TPROXY"> <a-switch v-model="inbound.stream.sockoptSwitch"></a-switch> </a-form-item> <template v-if="inbound.stream.sockoptSwitch"> - <a-form-item label="Accept Proxy Protocol"> + <a-form-item label=PROXY Protocol"> <a-switch v-model="inbound.stream.sockopt.acceptProxyProtocol"></a-switch> </a-form-item> - <a-form-item label="TCP FastOpen"> + <a-form-item label="TCP Fast Open"> <a-switch v-model.trim="inbound.stream.sockopt.tcpFastOpen"></a-switch> </a-form-item> <a-form-item label="Route Mark"> <a-input-number v-model="inbound.stream.sockopt.mark" :min="0"></a-input-number> </a-form-item> - <a-form-item label="T-Proxy"> + <a-form-item label="TPROXY"> <a-select v-model="inbound.stream.sockopt.tproxy" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option value="off">OFF</a-select-option> + <a-select-option value="off">Off</a-select-option> <a-select-option value="redirect">Redirect</a-select-option> - <a-select-option value="tproxy">T-Proxy</a-select-option> + <a-select-option value="tproxy">TPROXY</a-select-option> </a-select> </a-form-item> </template> diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index 941a3d79..1c6edf3f 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -1,7 +1,7 @@ {{define "form/streamTCP"}} <!-- tcp type --> <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> - <a-form-item label="Accept Proxy Protocol" v-if="inbound.canEnableTls()"> + <a-form-item label="PROXY Protocol" v-if="inbound.canEnableTls()"> <a-switch v-model="inbound.stream.tcp.acceptProxyProtocol"></a-switch> </a-form-item> <a-form-item label='HTTP {{ i18n "camouflage" }}'> @@ -73,4 +73,4 @@ </a-input-group> </a-form-item> </a-form> -{{end}}
\ No newline at end of file +{{end}} diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html index 14d09999..43f4a951 100644 --- a/web/html/xui/form/stream/stream_ws.html +++ b/web/html/xui/form/stream/stream_ws.html @@ -1,6 +1,6 @@ {{define "form/streamWS"}} <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> - <a-form-item label="Accept Proxy Protocol"> + <a-form-item label=PROXY Protocol"> <a-switch v-model="inbound.stream.ws.acceptProxyProtocol"></a-switch> </a-form-item> <a-form-item label='{{ i18n "path" }}'> |
