sadg456 commited on
Commit
bb7a280
·
verified ·
1 Parent(s): ab1eaa5

Upload cf.json

Browse files
Files changed (1) hide show
  1. cf.json +40 -48
cf.json CHANGED
@@ -1,52 +1,44 @@
1
- {"log": {
2
- "level": "info"
3
- },
4
- "dns": {
5
- "servers": [
6
- {
7
- "address": "223.5.5.5"
8
- }
9
- ]
10
- },
11
- "inbounds": [
12
- {
13
- "type": "vless",
14
- "listen": "0.0.0.0",
15
- "listen_port": 7860,
16
- "sniff": true,
17
- "users": [
18
  {
19
- "uuid": "b4196503-9e02-44a5-92ea-0b11b058b53d",
20
- "flow": "xtls-rprx-vision"
 
 
 
 
 
 
 
 
 
 
 
 
21
  }
22
- ],
23
- "tls": {
24
- "enabled": true,
25
- "reality": {
26
- "enabled": true,
27
- "handshake": {
28
- "server": "www.cloudflare.com",
29
- "server_port": 443
30
- },
31
- "private_key": "iBQWvQITpDAOqigCdgVZoxGESy9FVpVSXQ3miD-aUGA",
32
- "short_id": ["deadbeef"]
33
- },
34
- "server_name": "www.cloudflare.com"
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
  }