mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 04:22:10 +00:00
34 lines
No EOL
490 B
Text
34 lines
No EOL
490 B
Text
{
|
|
"tag": "proxy",
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"vnext": [
|
|
{
|
|
"address": "v2ray.cool",
|
|
"port": 10086,
|
|
"users": [
|
|
{
|
|
"id": "a3482e88-686a-4a58-8126-99c9df64b7bf",
|
|
"security": "auto"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"servers": [
|
|
{
|
|
"address": "v2ray.cool",
|
|
"method": "chacha20",
|
|
"ota": false,
|
|
"password": "123456",
|
|
"port": 10086,
|
|
"level": 1
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp"
|
|
},
|
|
"mux": {
|
|
"enabled": false
|
|
}
|
|
} |