mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-03 09:39:29 +08:00
34 lines
671 B
JSON
34 lines
671 B
JSON
{
|
|
"access": {
|
|
"type": "Console",
|
|
"level": "Warning"
|
|
},
|
|
"error": {
|
|
"type": "Console",
|
|
"level": "Warning"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"protocol": "vless",
|
|
"port": "{{ port }}",
|
|
"settings": {
|
|
"users": [
|
|
"UUID1",
|
|
"UUID2"
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"transport": "kcp",
|
|
"transportSettings": {
|
|
"seed": "{{ seed }}"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "freedom"
|
|
}
|
|
]
|
|
}
|