Browse Source

v5 VMess-Websocket-TLS server

master
Shelikhoo 3 years ago
parent
commit
5aca1925c7
No known key found for this signature in database
GPG Key ID: 4C9764E9FE80A3DC
  1. 45
      v5/VMess-Websocket-TLS/config_server.json

45
v5/VMess-Websocket-TLS/config_server.json

@ -0,0 +1,45 @@
{
"log": {
"error": {
"level": "Warning",
"type": "Console"
},
"access": {
"type": "None"
}
},
"inbounds": [
{
"protocol": "vmess",
"settings": {
"users": [
"00000000-0000-0000-0000-000000000000"
]
},
"port": 0,
"streamSettings": {
"transport": "ws",
"transportSettings": {
"path": ""
},
"security": "tls",
"securitySettings": {
"serverName": "",
"certificate": [
{
"usage": "ENCIPHERMENT",
"certificateFile":"",
"keyFile": ""
}
]
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}
Loading…
Cancel
Save