Create server.json

This commit is contained in:
xqzr 2022-01-30 23:27:54 +08:00 committed by GitHub
parent fd884f8798
commit a75477466c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
VMess-QUIC/server.json Normal file
View file

@ -0,0 +1,26 @@
```json
{
"port": 443,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": ""
}
]
},
"streamSettings": {
"network": "quic",
"quicSettings": {},
"security": "tls",
"tlsSettings": {
"certificates": [
{
"certificateFile": "fullchain.crt",
"keyFile": "private.key"
}
]
}
}
}
```