mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-19 06:19:29 +08:00
38 lines
676 B
JSON
Executable File
38 lines
676 B
JSON
Executable File
{
|
|
"log": {
|
|
"access": "",
|
|
"error": "",
|
|
"loglevel": "debug"
|
|
},
|
|
"inbound": {
|
|
"port": 443,
|
|
"listen": "0.0.0.0",
|
|
"protocol": "shadowsocks",
|
|
"settings": {
|
|
"method": "aes-256-cfb",
|
|
"password": "password",
|
|
"udp": false,
|
|
"level": 0
|
|
},
|
|
"streamSettings": {
|
|
"network": "kcp",
|
|
"kcpSettings": {
|
|
"mtu": 1350,
|
|
"tti": 20,
|
|
"uplinkCapacity": 10,
|
|
"downlinkCapacity": 100,
|
|
"congestion": false,
|
|
"readBufferSize": 1,
|
|
"writeBufferSize": 1,
|
|
"header": {
|
|
"type": "none"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"outbound": {
|
|
"protocol": "freedom",
|
|
"settings": {}
|
|
}
|
|
}
|