mirror of https://github.com/v2ray/v2ray-core
new v2ray.cool config
parent
bae5639dfd
commit
476d67f494
|
@ -18,7 +18,7 @@
|
||||||
"vnext": [
|
"vnext": [
|
||||||
{
|
{
|
||||||
"address": "v2ray.cool",
|
"address": "v2ray.cool",
|
||||||
"port": 10086,
|
"port": 443,
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "a3482e88-686a-4a58-8126-99c9df64b7bf",
|
"id": "a3482e88-686a-4a58-8126-99c9df64b7bf",
|
||||||
|
@ -31,6 +31,16 @@
|
||||||
},
|
},
|
||||||
"mux": {
|
"mux": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
},
|
||||||
|
"streamSettings": {
|
||||||
|
"network": "ws",
|
||||||
|
"security": "tls",
|
||||||
|
"tlsSettings": {
|
||||||
|
"allowInsecure": true
|
||||||
|
},
|
||||||
|
"wsSettings": {
|
||||||
|
"path": "/v2ray.cool/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"outboundDetour": [
|
"outboundDetour": [
|
||||||
|
|
Loading…
Reference in New Issue