1
0
mirror of https://github.com/v2fly/v2ray-examples.git synced 2025-04-09 20:39:29 +08:00
2020-09-13 12:24:34 +00:00

27 lines
557 B
JSON

{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"protocol": "vless",
"port": "{{ port }}",
"settings": {
"decryption":"none",
"clients": [
{"id": "{{ }}"}
]
},
"streamSettings": {
"network": "kcp",
"kcpSettings": {
"seed": "{{ seed }}"
}
}
}
],
"outbounds": [
{"protocol": "freedom"}
]
}