mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-05 14:23:34 +03:00
fix: fix some wrong of leval-0
This commit is contained in:
parent
ac82cef655
commit
48e6b8c8fa
2 changed files with 2 additions and 2 deletions
|
@ -279,7 +279,7 @@
|
|||
"network": "tcp",
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
"alpn": "http/1.1",
|
||||
"alpn": ["h2", "http/1.1"],
|
||||
"certificates": [
|
||||
{
|
||||
"certificateFile": "/home/vpsadmin/xray_cert/xray.crt",
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
- 服务器【地址】: `a-name.yourdomain.com`
|
||||
- 服务器【端口】: `443`
|
||||
- 连接的【协议】: `vless`
|
||||
- 连接的【流控】: `xtls-rprx-direct` (direct 模式适合全平台,若是 Linux/安卓用户,可改成 `xtls-rprx-splice` 性能全开)
|
||||
- 连接的【流控】: `xtls-rprx-vision`
|
||||
- 连接的【验证】: `uuiduuid-uuid-uuid-uuiduuiduuid`
|
||||
- 连接的【安全】: `"allowInsecure": false`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue