mirror of
https://github.com/v2fly/v2ray-examples.git
synced 2025-04-03 09:39:29 +08:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"access": {
|
|
"type": "Console",
|
|
"level": "Warning"
|
|
},
|
|
"error": {
|
|
"type": "Console",
|
|
"level": "Warning"
|
|
},
|
|
"inbounds": [
|
|
{
|
|
"listen": "127.0.0.1",
|
|
"port": "10808",
|
|
"protocol": "socks",
|
|
"settings": {
|
|
"udpEnabled": true,
|
|
"address ": "127.0.0.1"
|
|
}
|
|
},
|
|
{
|
|
"listen": "127.0.0.1",
|
|
"port": "10809",
|
|
"protocol": "http"
|
|
}
|
|
],
|
|
"outbounds": [
|
|
{
|
|
"protocol": "shadowsocks",
|
|
"settings": {
|
|
"address": "{{ host }}",
|
|
"port": 443,
|
|
"method": "chacha20-ietf-poly1305",
|
|
"password": "{{ password }}"
|
|
},
|
|
"streamSettings": {
|
|
"transport": "grpc",
|
|
"security": "tls",
|
|
"transportSettings": {
|
|
"serviceName": "michi"
|
|
}
|
|
},
|
|
"tag": "proxy"
|
|
},
|
|
{
|
|
"protocol": "freedom",
|
|
"tag": "direct"
|
|
}
|
|
]
|
|
} |