Fix incorrect formatting. (#192)

This commit is contained in:
IRN-Kawakaze
2024-07-23 05:28:03 +08:00
committed by GitHub
parent 4c64126604
commit 2988294bdc

View File

@@ -1,8 +1,12 @@
# 原理图:
# VLESS-TLS-SplitHTTP-H3
## 原理图:
直连Xray client <--- HTTP3 ---> Xray server
配合 CDN 使用Xray client <--- HTTP3 ---> CDN <--- HTTP2 or HTTP/1.1 ---> Xray server
注意:
## 注意:
默认配置仅支持客户端通过 HTTP3 直连服务端,如需和 CDN 一同使用,请参照注释修改服务端的 alpn。