forked from KANIKIG/steamsv.github.io
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.json
executable file
·66 lines (66 loc) · 1.46 KB
/
config.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
66
{
"inbound": {
"allocate": {
"strategy": "always"
},
"listen": "0.0.0.0",
"port": 8090,
"protocol": "vmess",
"settings": {
"clients": [
{
"id" : "179c0060-9c92-3dd4-013a-aba0dbc39054",
"alterId" : 0
}
],
"udp": true
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": true
},
"streamSettings": {
"network": "ws",
"security": "auto",
"wsSettings": {
"connectionReuse": true,
"path": "/v2ray/"
}
},
"tag": "proxy"
},
"log": {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "warning"
},
"outbound": {
"protocol": "freedom",
"settings": {}
},
"outboundDetour": [
{
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
},
"tag": "blocked"
}
],
"routing": {
"rules": [
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
}
]
}
}