xtunnel 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/config/default.json +138 -0
- package/core/config.json +1 -0
- package/core/geoip.dat +0 -0
- package/core/geosite.dat +11440 -0
- package/core/xray-linux-x64 +0 -0
- package/index.js +76 -0
- package/package.json +17 -0
@@ -0,0 +1,138 @@
|
|
1
|
+
{
|
2
|
+
"setting": {
|
3
|
+
"localHttpPort": "1087",
|
4
|
+
"localSockPort": "1080",
|
5
|
+
"subscribeLink": "https://d.cloudso.club/link/lOvg7ZP1J7iGHAvl?sub=3&extend=1",
|
6
|
+
"selectedServer": "ðŸ‡ðŸ‡° 香港 | 07 | T1",
|
7
|
+
"selectedMode": "PAC"
|
8
|
+
},
|
9
|
+
"routingPac": {
|
10
|
+
"domainStrategy": "IPOnDemand",
|
11
|
+
"rules": [
|
12
|
+
{
|
13
|
+
"type": "field",
|
14
|
+
"outboundTag": "direct",
|
15
|
+
"domain": [
|
16
|
+
"geosite:cn"
|
17
|
+
]
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"type": "field",
|
21
|
+
"outboundTag": "direct",
|
22
|
+
"ip": [
|
23
|
+
"geoip:cn",
|
24
|
+
"geoip:private"
|
25
|
+
]
|
26
|
+
}
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"routingGlobal": {
|
30
|
+
"domainStrategy": "AsIs",
|
31
|
+
"rules": []
|
32
|
+
},
|
33
|
+
"tpl": {
|
34
|
+
"log": {
|
35
|
+
"error": "",
|
36
|
+
"loglevel": "warning",
|
37
|
+
"access": ""
|
38
|
+
},
|
39
|
+
"inbounds": [
|
40
|
+
{
|
41
|
+
"listen": "127.0.0.1",
|
42
|
+
"protocol": "socks",
|
43
|
+
"settings": {
|
44
|
+
"udp": false,
|
45
|
+
"auth": "noauth"
|
46
|
+
},
|
47
|
+
"port": "1080"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"listen": "127.0.0.1",
|
51
|
+
"protocol": "http",
|
52
|
+
"settings": {
|
53
|
+
"timeout": 360
|
54
|
+
},
|
55
|
+
"port": "1087"
|
56
|
+
}
|
57
|
+
],
|
58
|
+
"outbounds": [
|
59
|
+
{
|
60
|
+
"mux": {
|
61
|
+
"enabled": false,
|
62
|
+
"concurrency": 8
|
63
|
+
},
|
64
|
+
"protocol": "vmess",
|
65
|
+
"streamSettings": {
|
66
|
+
"wsSettings": {
|
67
|
+
"path": "/v2ray",
|
68
|
+
"headers": {
|
69
|
+
"host": ""
|
70
|
+
}
|
71
|
+
},
|
72
|
+
"tlsSettings": {
|
73
|
+
"allowInsecure": true
|
74
|
+
},
|
75
|
+
"security": "none",
|
76
|
+
"network": "ws"
|
77
|
+
},
|
78
|
+
"tag": "proxy",
|
79
|
+
"settings": {
|
80
|
+
"vnext": [
|
81
|
+
{
|
82
|
+
"address": "u4.amazonfeed.net",
|
83
|
+
"users": [
|
84
|
+
{
|
85
|
+
"id": "d289df49-72eb-3b11-b83f-928b0a0f0dfc",
|
86
|
+
"alterId": 2,
|
87
|
+
"level": 0,
|
88
|
+
"security": "aes-128-gcm"
|
89
|
+
}
|
90
|
+
],
|
91
|
+
"port": 3106
|
92
|
+
}
|
93
|
+
]
|
94
|
+
}
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"tag": "direct",
|
98
|
+
"protocol": "freedom",
|
99
|
+
"settings": {
|
100
|
+
"domainStrategy": "UseIP",
|
101
|
+
"redirect": "",
|
102
|
+
"userLevel": 0
|
103
|
+
}
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"tag": "block",
|
107
|
+
"protocol": "blackhole",
|
108
|
+
"settings": {
|
109
|
+
"response": {
|
110
|
+
"type": "none"
|
111
|
+
}
|
112
|
+
}
|
113
|
+
}
|
114
|
+
],
|
115
|
+
"dns": {},
|
116
|
+
"routing": {
|
117
|
+
"domainStrategy": "IPOnDemand",
|
118
|
+
"rules": [
|
119
|
+
{
|
120
|
+
"type": "field",
|
121
|
+
"outboundTag": "direct",
|
122
|
+
"domain": [
|
123
|
+
"geosite:cn"
|
124
|
+
]
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"type": "field",
|
128
|
+
"outboundTag": "direct",
|
129
|
+
"ip": [
|
130
|
+
"geoip:cn",
|
131
|
+
"geoip:private"
|
132
|
+
]
|
133
|
+
}
|
134
|
+
]
|
135
|
+
},
|
136
|
+
"transport": {}
|
137
|
+
}
|
138
|
+
}
|
package/core/config.json
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"log":{"error":"","loglevel":"warning","access":""},"inbounds":[{"listen":"127.0.0.1","protocol":"socks","settings":{"udp":false,"auth":"noauth"},"port":"1080"},{"listen":"127.0.0.1","protocol":"http","settings":{"timeout":360,"port":"1087"},"port":"1087"}],"outbounds":[{"mux":{"enabled":false,"concurrency":8},"protocol":"vmess","streamSettings":{"wsSettings":{"path":"/v2ray","headers":{"host":""}},"tlsSettings":{"allowInsecure":true},"security":"none","network":"ws"},"tag":"proxy","settings":{"vnext":[{"address":"u3.amazonfeed.net","users":[{"id":"d289df49-72eb-3b11-b83f-928b0a0f0dfc","alterId":2,"level":0,"security":"aes-128-gcm"}],"port":11101}]}},{"tag":"direct","protocol":"freedom","settings":{"domainStrategy":"UseIP","redirect":"","userLevel":0}},{"tag":"block","protocol":"blackhole","settings":{"response":{"type":"none"}}}],"dns":{},"routing":{"domainStrategy":"IPOnDemand","rules":[{"type":"field","outboundTag":"direct","domain":["geosite:cn"]},{"type":"field","outboundTag":"direct","ip":["geoip:cn","geoip:private"]}]},"transport":{}}
|
package/core/geoip.dat
ADDED
Binary file
|