-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
115 lines (115 loc) · 3.59 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"log": {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "warning"
},
"inbound": {
"port": 9999,
"listen": "0.0.0.0",
"protocol": "vmess",
"settings": {
"auth": null,
"udp": false,
"ip": null,
"clients": [
{
"id": "9c0d7cd7-e900-40e6-9203-858e3b3b6721",
"security": null,
"email": "[email protected]"
},
]
},
"streamSettings": {
"network": "tcp",
"security": "",
"tcpSettings": {
"connectionReuse": true,
"header": {
"type": "http",
"request": {
"version": "1.1",
"method": "GET",
"path": [
"\/"
],
"headers": {
"Host": [
"sabacore.ir"
],
"User-Agent": [
"Mozilla\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/55.0.2883.75 Safari\/537.36",
"Mozilla\/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit\/601.1 (KHTML, like Gecko) CriOS\/53.0.2785.109 Mobile\/14A456 Safari\/601.1.46"
],
"Accept-Encoding": [
"gzip, deflate"
],
"Connection": [
"keep-alive"
],
"Pragma": "no-cache"
}
},
"response": {
"version": "1.1",
"status": "200",
"reason": "OK",
"headers": {
"Content-Type": [
"application\/octet-stream",
"video\/mpeg"
],
"Transfer-Encoding": [
"chunked"
],
"Connection": [
"keep-alive"
],
"Pragma": "no-cache"
}
}
}
},
"kcpSettings": null,
"wsSettings": null
}
},
"outbound": {
"tag": null,
"protocol": "freedom",
"settings": null,
"streamSettings": null,
"mux": null
},
"inboundDetour": null,
"outboundDetour": [
{
"protocol": "blackhole",
"settings": null,
"tag": "blocked"
}
],
"dns": null,
"routing": {
"strategy": "rules",
"settings": {
"rules": [
{
"type": "field",
"domain": [
"regexp:.*\\.ir$"
],
"outboundTag": "direct"
},
{
"type": "field",
"ip": [
"geoip:private",
"geoip:ir"
],
"outboundTag": "direct"
}
]
}
}
}