Xray-examples/VLESS-mKCPSeed/config_server.json
2024-01-20 16:39:14 -05:00

31 lines
628 B
JSON

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