v3 boom
This commit is contained in:
23
templates/ws.json
Normal file
23
templates/ws.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"port": 2333, // v2ray port
|
||||
"protocol": "vmess",
|
||||
"settings": {
|
||||
"clients": [
|
||||
{
|
||||
"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid
|
||||
"level": 1,
|
||||
"alterId": 233 // alterid
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "ws"
|
||||
},
|
||||
"sniffing": {
|
||||
"enabled": true,
|
||||
"destOverride": [
|
||||
"http",
|
||||
"tls"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user