1
0
mirror of https://github.com/XTLS/Xray-examples.git synced 2025-02-26 00:49:29 +08:00
DongfeiSay f36928737f
应该使用加密 ()
* 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"}
]
}