mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-19 06:19:29 +08:00
v5 VMess-Websocket-TLS Client
This commit is contained in:
parent
4cc09a4977
commit
d2b1c8a4c1
46
v5/VMess-Websocket-TLS/config_client.json
Normal file
46
v5/VMess-Websocket-TLS/config_client.json
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"log": {
|
||||||
|
"error": {
|
||||||
|
"level": "Warning",
|
||||||
|
"type": "Console"
|
||||||
|
},
|
||||||
|
"access": {
|
||||||
|
"type": "None"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"outbounds": [
|
||||||
|
{
|
||||||
|
"protocol": "vmess",
|
||||||
|
"settings": {
|
||||||
|
"address": "",
|
||||||
|
"port": 0,
|
||||||
|
"uuid": "00000000-0000-0000-0000-000000000000"
|
||||||
|
},
|
||||||
|
"streamSettings": {
|
||||||
|
"transport": "ws",
|
||||||
|
"transportSettings": {
|
||||||
|
"path": ""
|
||||||
|
},
|
||||||
|
"security": "tls",
|
||||||
|
"securitySettings": {
|
||||||
|
"serverName": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"inbounds": [
|
||||||
|
{
|
||||||
|
"protocol": "socks",
|
||||||
|
"settings": {
|
||||||
|
"udpEnabled": true,
|
||||||
|
"address": "127.0.0.1"
|
||||||
|
},
|
||||||
|
"port": 1080
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"protocol": "http",
|
||||||
|
"settings": {},
|
||||||
|
"port": 8080
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user