mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-09 18:43:13 +00:00
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"}
|
||
|
]
|
||
|
}
|