2020-11-24 16:10:49 +00:00
|
|
|
{
|
|
|
|
"log": {
|
|
|
|
"loglevel": "warning"
|
|
|
|
},
|
|
|
|
"inbounds": [
|
|
|
|
{
|
|
|
|
"protocol": "vless",
|
2022-12-18 20:28:52 +00:00
|
|
|
"port": , //import desired port number
|
2020-11-24 16:10:49 +00:00
|
|
|
"settings": {
|
|
|
|
"decryption":"none",
|
|
|
|
"clients": [
|
2022-12-18 20:28:52 +00:00
|
|
|
{"id": ""} //enter generated UUID
|
2020-11-24 16:10:49 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"streamSettings": {
|
|
|
|
"network": "kcp",
|
2022-12-18 20:28:52 +00:00
|
|
|
"mtu": 1360,
|
|
|
|
"uplinkCapacity":5,
|
|
|
|
"downlinkCapacity":12,
|
|
|
|
"congestion":false,
|
|
|
|
"header":{
|
|
|
|
"type":"dtls" //most secure protocol in kcp
|
|
|
|
},
|
2020-11-24 16:10:49 +00:00
|
|
|
"kcpSettings": {
|
2022-12-18 20:28:52 +00:00
|
|
|
"seed": "" //kcp seed or stream password, it is optional
|
2020-11-24 16:10:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"outbounds": [
|
|
|
|
{"protocol": "freedom"}
|
|
|
|
]
|
|
|
|
}
|