forked from crossutility/Quantumult-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathv2ray-ss-ws-tls.json
More file actions
35 lines (35 loc) · 832 Bytes
/
v2ray-ss-ws-tls.json
File metadata and controls
35 lines (35 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"log": {
"loglevel": "debug"
},
"inbound": {
"port": 80,
"listen": "192.168.1.1",
"protocol": "shadowsocks",
"settings": {
"method": "aes-128-gcm",
"ota": false,
"password": "pwd"
},
"streamSettings": {
"network": "ws",
"security": "tls",
"wsSettings": {
"path": "/ws-tls"
},
"tlsSettings": {
"certificates": [
{
"certificateFile": "/path/to/certificateFile",
"keyFile": "/path/to/keyFile"
}
]
}
}
},
"outbound": {
"protocol": "freedom",
"settings": {},
"tag": "direct"
}
}