Upload cf.json
Browse files
cf.json
CHANGED
@@ -1,52 +1,44 @@
|
|
1 |
-
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
"
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
"type": "vless",
|
14 |
-
"listen": "0.0.0.0",
|
15 |
-
"listen_port": 7860,
|
16 |
-
"sniff": true,
|
17 |
-
"users": [
|
18 |
{
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
}
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
}
|
37 |
-
],
|
38 |
-
"outbounds": [
|
39 |
-
{
|
40 |
-
"type": "direct",
|
41 |
-
"tag": "direct"
|
42 |
}
|
43 |
-
],
|
44 |
-
"route": {
|
45 |
-
"rules": [
|
46 |
-
{
|
47 |
-
"protocol": "dns",
|
48 |
-
"action": "direct"
|
49 |
-
}
|
50 |
-
]
|
51 |
-
}
|
52 |
}
|
|
|
1 |
+
{
|
2 |
+
"log": {
|
3 |
+
"level": "info"
|
4 |
+
},
|
5 |
+
"dns": {
|
6 |
+
"servers": [
|
7 |
+
{
|
8 |
+
"address": "223.5.5.5"
|
9 |
+
}
|
10 |
+
]
|
11 |
+
},
|
12 |
+
"inbounds": [
|
|
|
|
|
|
|
|
|
|
|
13 |
{
|
14 |
+
"type": "vless",
|
15 |
+
"listen": "0.0.0.0",
|
16 |
+
"listen_port": 7860,
|
17 |
+
"sniff": true,
|
18 |
+
"users": [
|
19 |
+
{
|
20 |
+
"uuid": "b4196503-9e02-44a5-92ea-0b11b058b53d",
|
21 |
+
"flow": "xtls-rprx-vision"
|
22 |
+
}
|
23 |
+
],
|
24 |
+
"tls": {
|
25 |
+
"enabled": true,
|
26 |
+
"server_name": "www.cloudflare.com"
|
27 |
+
}
|
28 |
}
|
29 |
+
],
|
30 |
+
"outbounds": [
|
31 |
+
{
|
32 |
+
"type": "direct",
|
33 |
+
"tag": "direct"
|
34 |
+
}
|
35 |
+
],
|
36 |
+
"route": {
|
37 |
+
"rules": [
|
38 |
+
{
|
39 |
+
"protocol": "dns",
|
40 |
+
"action": "direct"
|
41 |
+
}
|
42 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
}
|