mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-10-30 15:57:35 -04:00
40 lines
712 B
JSON
40 lines
712 B
JSON
{
|
|
"log": {
|
|
"loglevel": "debug"
|
|
},
|
|
"inbound": {
|
|
"port": 50050,
|
|
"listen": "127.0.0.1",
|
|
"protocol": "dokodemo-door",
|
|
"settings": {
|
|
"address": "127.0.0.1",
|
|
"port": 50052,
|
|
"network": "tcp,udp",
|
|
"timeout": 0
|
|
}
|
|
},
|
|
"outbound": {
|
|
"protocol": "shadowsocks",
|
|
"streamSettings": {
|
|
"network": "tcp",
|
|
"tcpSettings": {
|
|
"header": {
|
|
"type": "http",
|
|
"request": {},
|
|
"response": {}
|
|
}
|
|
}
|
|
},
|
|
"settings": {
|
|
"servers": [
|
|
{
|
|
"address": "127.0.0.1",
|
|
"port": 50051,
|
|
"method": "aes-256-cfb",
|
|
"password": "v2ray-password"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|