mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-02 17:27:50 -04:00
40 lines
685 B
JSON
40 lines
685 B
JSON
{
|
|
"port": 50030,
|
|
"log": {
|
|
"loglevel": "debug"
|
|
},
|
|
"inbound": {
|
|
"listen": "127.0.0.1",
|
|
"protocol": "dokodemo-door",
|
|
"settings": {
|
|
"address": "127.0.0.1",
|
|
"port": 50032,
|
|
"network": "tcp",
|
|
"timeout": 0
|
|
}
|
|
},
|
|
"outbound": {
|
|
"protocol": "vmess",
|
|
"streamSettings": {
|
|
"network": "kcp"
|
|
},
|
|
"settings": {
|
|
"vnext": [
|
|
{
|
|
"address": "127.0.0.1",
|
|
"port": 50031,
|
|
"users": [
|
|
{
|
|
"id": "d17a1af7-efa5-42ca-b7e9-6a35282d737f",
|
|
"alterId": 10
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"transport": {
|
|
"connectionReuse": true
|
|
}
|
|
}
|