-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxray-kharej.conf
More file actions
37 lines (37 loc) · 950 Bytes
/
Copy pathxray-kharej.conf
File metadata and controls
37 lines (37 loc) · 950 Bytes
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
{
"log": {
"loglevel": "none"
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 8081,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "3b5390c5-52a2-472d-8dc2-103ef508be6c",
"flow": ""
}
],
"decryption": "none" // No encryption
},
"streamSettings": {
"network": "tcp",
"security": "none", // No security
"tcpSettings": {
"connectionReuse": true, // Keep connection alive
"keepalive": {
"interval": 0 // Disabled
}
}
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
}
]
}