v2ray-examples/V5-VMess-mKCPSeed/config_server.json
2023-02-15 01:07:06 +08:00

33 lines
637 B
JSON

{
"access": {
"type": "Console",
"level": "Warning"
},
"error": {
"type": "Console",
"level": "Warning"
},
"inbounds": [
{
"protocol": "vmess",
"settings": {
"users": [
"UUID1",
"UUID2"
]
},
"streamSettings": {
"transport": "kcp",
"transportSettings": {
"seed": "{{ seed }}"
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}