mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-12 11:53:17 +00:00
26 lines
520 B
Plaintext
26 lines
520 B
Plaintext
{
|
|
"log": {
|
|
"loglevel": "warning"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"protocol": "vmess",
|
|
"port": "{{ port }}",
|
|
"settings": {
|
|
"clients": [
|
|
{"id": "{{ }}"}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "kcp",
|
|
"kcpSettings": {
|
|
"seed": "{{ seed }}"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{"protocol": "freedom"}
|
|
]
|
|
}
|