给你的节点加上暗网功能

tor网络

简介

tor网络的工作原理,你可以把它看做是一个免费的三层链式代理,

当我将访问谷歌的请求发送给tor的时候,他会从tor网络中随机选择三个中继节点并建立链接,然后通过握手协商获取每个节点的共享密钥,首先使用节点3的密钥对数据进行加密,然后在这个基础上再使用节点2的密钥对数据进行加密,最后使用节点1的密钥对数据进行加密,加密后的数据将会发给tor网络里的中继节点1,这个节点也称为守卫节点,由于数据你是直接发给他的,所以他是唯一知道你ip地址的节点,守卫节点拿到数据后,会使用他的密钥对数据进行解密,获取到了经过节点2密钥加密的数据,由于节点1并没有节点2的密钥,所以无法解密,节点1无法看到里面的内容,解密之后的数据会发给节点2,节点2会使用他的密钥进行解密,获取到了节点3加密的内容,同样的,节点2无法看到被节点3加密的内容,同时数据是节点1发给他的,所以他不知道你的真实ip,解密后的数据将会发给节点3,节点3使用密钥进行解密,得到了你的意图是访问谷歌,于是帮你访问谷歌,谷歌会认为是节点3在访问他,节点3是出口节点,他知道你要访问谷歌,但不知道你的真实ip,因为数据是从节点2发给他的,在这种情况下如果想追踪你是谁,在访问哪?就必须同时控制这三台中继节点,并且tor每隔十分钟就会更换节点,也可以随时手动切换节点,在这个由志愿者组成的去中心化网络想要追踪你几乎是不可能的

安装x-ui

bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)

安装tor

(apt update && apt install -y tor) || (yum update -y && yum install -y tor) || (dnf update -y && dnf install -y tor)

或者使用官方源:https://support.torproject.org/zh-CN/apt/ https://support.torproject.org/zh-CN/rpm/

检测是否连上tor网络

https://check.torproject.org/?lang=zh_CN

tor官方推荐网址

https://community.torproject.org/onion-services/

手搓配置

前置代理+tor网络

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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"burstObservatory": null,
"dns": null,
"fakedns": null,
"inbounds": [
{
"allocate": null,
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"sniffing": null,
"streamSettings": null,
"tag": "api"
},
{
"allocate": {
"concurrency": 3,
"refresh": 5,
"strategy": "always"
},
"listen": null,
"port": 54701,
"protocol": "shadowsocks",
"settings": {
"clients": [
{
"email": "pziqletm",
"method": "",
"password": "KMW2djHGMlEooAHNiB4FSnxG78oUFC2I6rNBF7MVeFU="
},
{
"email": "toruser",
"method": "",
"password": "ExLav0MGff+rF4UgWsk56Q1bg3+RM0+2nRyQWUNsp+8="
}
],
"ivCheck": false,
"method": "2022-blake3-aes-256-gcm",
"network": "tcp,udp",
"password": "Ur88nrUnNSkOBYFaec/wB+3dY5Kx65nQVEiw3q5VyOw="
},
"sniffing": {
"destOverride": [
"http",
"tls",
"quic",
"fakedns"
],
"enabled": false,
"metadataOnly": false,
"routeOnly": false
},
"streamSettings": {
"network": "tcp",
"security": "none",
"tcpSettings": {
"acceptProxyProtocol": false,
"header": {
"type": "none"
}
}
},
"tag": "inbound-54701"
}
],
"log": {
"access": "none",
"dnsLog": false,
"error": "",
"loglevel": "warning",
"maskAddress": ""
},
"observatory": null,
"outbounds": [
{
"protocol": "freedom",
"settings": {
"domainStrategy": "AsIs",
"noises": [],
"redirect": ""
},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "socks",
"settings": {
"servers": [
{
"address": "localhost",
"port": 9050,
"users": []
}
]
},
"tag": "tor"
}
],
"policy": {
"levels": {
"0": {
"statsUserDownlink": true,
"statsUserUplink": true
}
},
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true,
"statsOutboundDownlink": false,
"statsOutboundUplink": false
}
},
"reverse": null,
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
},
{
"domain": [
"domain:onion"
],
"outboundTag": "tor",
"type": "field"
},
{
"outboundTag": "tor",
"type": "field",
"user": [
"toruser"
]
}
]
},
"stats": {},
"transport": null
}
```JSON


### 前置代理+tor网络+后置代理

```json
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"burstObservatory": null,
"dns": null,
"fakedns": null,
"inbounds": [
{
"allocate": null,
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"sniffing": null,
"streamSettings": null,
"tag": "api"
},
{
"allocate": {
"concurrency": 3,
"refresh": 5,
"strategy": "always"
},
"listen": null,
"port": 54701,
"protocol": "shadowsocks",
"settings": {
"clients": [
{
"email": "pziqletm",
"method": "",
"password": "KMW2djHGMlEooAHNiB4FSnxG78oUFC2I6rNBF7MVeFU="
},
{
"email": "toruser",
"method": "",
"password": "ExLav0MGff+rF4UgWsk56Q1bg3+RM0+2nRyQWUNsp+8="
}
],
"ivCheck": false,
"method": "2022-blake3-aes-256-gcm",
"network": "tcp,udp",
"password": "Ur88nrUnNSkOBYFaec/wB+3dY5Kx65nQVEiw3q5VyOw="
},
"sniffing": {
"destOverride": [
"http",
"tls",
"quic",
"fakedns"
],
"enabled": false,
"metadataOnly": false,
"routeOnly": false
},
"streamSettings": {
"network": "tcp",
"security": "none",
"tcpSettings": {
"acceptProxyProtocol": false,
"header": {
"type": "none"
}
}
},
"tag": "inbound-54701"
},
{
"allocate": {
"concurrency": 3,
"refresh": 5,
"strategy": "always"
},
"listen": null,
"port": 19276,
"protocol": "vmess",
"settings": {
"clients": [
{
"email": "jq8fcm9a",
"id": "58cb22ea-bf6e-424c-83f8-1b6c24c27f23"
}
]
},
"sniffing": {
"destOverride": [
"http",
"tls",
"quic",
"fakedns"
],
"enabled": false,
"metadataOnly": false,
"routeOnly": false
},
"streamSettings": {
"network": "tcp",
"security": "none",
"tcpSettings": {
"acceptProxyProtocol": false,
"header": {
"type": "none"
}
}
},
"tag": "inbound-19276"
}
],
"log": {
"access": "none",
"dnsLog": false,
"error": "",
"loglevel": "warning",
"maskAddress": ""
},
"observatory": null,
"outbounds": [
{
"protocol": "freedom",
"settings": {
"domainStrategy": "AsIs",
"noises": [],
"redirect": ""
},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
},
{
"protocol": "socks",
"settings": {
"servers": [
{
"address": "localhost",
"port": 9050,
"users": []
}
]
},
"tag": "tor"
},
{
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "45.77.242.212",
"port": 19276,
"users": [
{
"id": "58cb22ea-bf6e-424c-83f8-1b6c24c27f23",
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "none",
"sockopt": {
"addressPortStrategy": "none",
"dialerProxy": "tor",
"penetrate": false,
"tcpFastOpen": false,
"tcpKeepAliveInterval": 0,
"tcpMptcp": false
},
"tcpSettings": {
"header": {
"type": "none"
}
}
},
"tag": "vmess-jq8fcm9a"
}
],
"policy": {
"levels": {
"0": {
"statsUserDownlink": true,
"statsUserUplink": true
}
},
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true,
"statsOutboundDownlink": false,
"statsOutboundUplink": false
}
},
"reverse": null,
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
},
{
"domain": [
"domain:onion"
],
"outboundTag": "tor",
"type": "field"
},
{
"outboundTag": "vmess-jq8fcm9a",
"type": "field",
"user": [
"toruser"
]
}
]
},
"stats": {},
"transport": null
}
```json