mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-08 02:16:28 -05:00
30 lines
512 B
JSON
30 lines
512 B
JSON
|
{
|
||
|
"port": 1080,
|
||
|
"log": {
|
||
|
"access": ""
|
||
|
},
|
||
|
"inbound": {
|
||
|
"protocol": "socks",
|
||
|
"settings": {
|
||
|
"auth": "noauth",
|
||
|
"udp": false,
|
||
|
"ip": "127.0.0.1"
|
||
|
}
|
||
|
},
|
||
|
"outbound": {
|
||
|
"protocol": "vmess",
|
||
|
"settings": {
|
||
|
"vnext": [
|
||
|
{
|
||
|
"address": "127.0.0.1",
|
||
|
"port": 27183,
|
||
|
"users": [
|
||
|
{"id": "ad937d9d-6e23-4a5a-ba23-bce5092a7c51"}
|
||
|
],
|
||
|
"network": "tcp"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|