Xray-examples/VMess-mKCPSeed/config_server.json
DongfeiSay f36928737f
应该使用加密 (#60)
* Fix decryption

* Fix decryption
2022-06-22 21:01:10 -04:00

26 lines
520 B
JSON

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