Create client.json

This commit is contained in:
xqzr 2022-01-30 23:29:56 +08:00 committed by GitHub
parent 97977bd169
commit cde55838a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
VMess-QUIC/client.json Normal file
View file

@ -0,0 +1,25 @@
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "",
"port": 443,
"users": [
{
"id": "",
"security": "zero"
}
]
}
]
},
"streamSettings": {
"network": "quic",
"quicSettings": {},
"security": "tls",
"tlsSettings": {
"servername": "*"
}
}
}