-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathv2fly-websocket-tls-vmess.server.json
65 lines (65 loc) · 1.15 KB
/
v2fly-websocket-tls-vmess.server.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"log": {
"loglevel": "debug"
},
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"domainMatcher": "mph",
"domains": [
"ext:antizapret.dat:ZAPRETINFO"
],
"outboundTag": "allow"
},
{
"type": "field",
"port": "0-65535",
"network": "tcp,udp",
"protocol": [
"http",
"tls",
"bittorrent"
],
"outboundTag": "deny"
}
]
},
"inbounds": [
{
"port": 10000,
"listen": "127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "9d0a470f-aaac-46df-96f4-3e2b16963d39",
"alterId": 0,
"security": "auto",
"level": 0
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/ray"
}
},
"tag": "default"
}
],
"outbounds": [
{
"protocol": "blackhole",
"settings": {},
"tag": "deny"
},
{
"protocol": "freedom",
"settings": {},
"tag": "allow"
}
]
}