mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 18:17:52 -05:00
d9181ad84a
* Add instance management based testing * Add testing for meek transport * Add testing for grpc, httpupgrade transport
47 lines
953 B
JSON
47 lines
953 B
JSON
{
|
|
"log": {
|
|
"error": {
|
|
"level": "Debug",
|
|
"type": "Console"
|
|
},
|
|
"access": {
|
|
"type": "None"
|
|
}
|
|
},
|
|
"outbounds": [
|
|
{
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"address": "127.0.0.1",
|
|
"port": 17793,
|
|
"uuid": "bcc71618-e552-42c2-a2a3-d4c17a9df764"
|
|
},
|
|
"streamSettings": {
|
|
"transport": "httpupgrade",
|
|
"transportSettings": {
|
|
"path": "b66efc0c7752"
|
|
},
|
|
"security": "tls",
|
|
"securitySettings": {
|
|
"pinnedPeerCertificateChainSha256": [
|
|
"kqHyvea27Pn+JiSqA72lhu9IKAKeGR+3yCyA8JR1mug="
|
|
],
|
|
"allowInsecureIfPinnedPeerCertificate": true
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"inbounds": [
|
|
{
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"udpEnabled": false,
|
|
"address": "127.0.0.1",
|
|
"packetEncoding": "Packet"
|
|
},
|
|
"port": 17794,
|
|
"listen": "127.0.0.1"
|
|
}
|
|
]
|
|
}
|