mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-08 18:13:13 +00:00
f36928737f
* Fix decryption * Fix decryption
26 lines
520 B
JSON
26 lines
520 B
JSON
{
|
|
"log": {
|
|
"loglevel": "warning"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"protocol": "vmess",
|
|
"port": "{{ port }}",
|
|
"settings": {
|
|
"clients": [
|
|
{"id": "{{ }}"}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "kcp",
|
|
"kcpSettings": {
|
|
"seed": "{{ seed }}"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{"protocol": "freedom"}
|
|
]
|
|
}
|