mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-01-18 13:59:29 +08:00
41 lines
788 B
JSON
41 lines
788 B
JSON
{
|
|
"log": {
|
|
"access": {
|
|
"type": "None"
|
|
},
|
|
"error": {
|
|
"level": "Debug",
|
|
"type": "Console"
|
|
}
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "127.0.0.1",
|
|
"port": 7830,
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"address": "127.0.0.1",
|
|
"packetEncoding": "Packet",
|
|
"udpEnabled": true
|
|
}
|
|
},
|
|
{
|
|
"listen": "127.0.0.1",
|
|
"port": 7831,
|
|
"protocol": "http",
|
|
"settings": {}
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"tag": "proxy",
|
|
"protocol": "shadowsocks",
|
|
"settings": {
|
|
"address": "192.168.0.2",
|
|
"method": "aes-256-gcm",
|
|
"port": "10000",
|
|
"password": "c8/NLeEOIfV7tVudQ8xh5eRAeKZD4EyB01TGm93fTMM="
|
|
}
|
|
}
|
|
]
|
|
} |