mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-06-28 21:26:06 +08:00
Delete VMess-QUIC directory
https://github.com/XTLS/Xray-examples/commits/main/?since=2024-10-17&until=2024-10-17
This commit is contained in:
parent
2db31b0820
commit
6d66706005
@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"protocol": "vmess",
|
|
||||||
"settings": {
|
|
||||||
"vnext": [
|
|
||||||
{
|
|
||||||
"address": "",
|
|
||||||
"port": 443,"//": "也可以用 8443 nginx 的默认 http3 端口 https://quic.nginx.org/readme.html",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
"id": "",
|
|
||||||
"security": "zero"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"streamSettings": {
|
|
||||||
"network": "quic",
|
|
||||||
"quicSettings": {},"//": "不使用伪装头和额外加密 原生 quic 流量特征",
|
|
||||||
"security": "tls",
|
|
||||||
"tlsSettings": {
|
|
||||||
"servername": "*","//": "servername 必填 因为 quic 会验证 sni 否则不发包"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
"port": 443,
|
|
||||||
"protocol": "vmess",
|
|
||||||
"settings": {
|
|
||||||
"clients": [
|
|
||||||
{
|
|
||||||
"id": ""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"streamSettings": {
|
|
||||||
"network": "quic",
|
|
||||||
"quicSettings": {},
|
|
||||||
"security": "tls",
|
|
||||||
"tlsSettings": {
|
|
||||||
"certificates": [
|
|
||||||
{
|
|
||||||
"certificateFile": "fullchain.crt","//": "使用真实证书",
|
|
||||||
"keyFile": "private.key"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user