You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
331 B
23 lines
331 B
{
|
|
"port": 2333, // v2ray port
|
|
"protocol": "vmess",
|
|
"settings": {
|
|
"clients": [
|
|
{
|
|
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid
|
|
"level": 1,
|
|
"alterId": 233 // alterid
|
|
}
|
|
]
|
|
},
|
|
"streamSettings": {
|
|
"network": "tcp"
|
|
},
|
|
"sniffing": {
|
|
"enabled": true,
|
|
"destOverride": [
|
|
"http",
|
|
"tls"
|
|
]
|
|
}
|
|
} |