0
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-08-22 14:38:36 +00:00

Add QUIC flood detected Tip

This commit is contained in:
xqzr 2025-03-18 19:27:25 +08:00 committed by GitHub
commit c070b9aec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"alpn": [ "alpn": [
"h3" "h3" //如遇到性能远不及预期并且 log 伴随“QUIC flood detected”可参考https://github.com/XTLS/Xray-core/discussions/4197
] ]
} }
} }