1
0
mirror of https://github.com/v2fly/v2ray-examples.git synced 2025-04-07 03:19:29 +08:00
2021-01-14 01:50:28 +08:00

31 lines
627 B
JSON

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