Update websocket path ed from 2048 to 2560

This commit is contained in:
chshouyu 2024-06-23 03:20:08 +08:00 committed by 风扇滑翔翼
parent 9d40021c5b
commit d9d8f77541
5 changed files with 9 additions and 10 deletions

View file

@ -28,7 +28,7 @@
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/ssws?ed=2048"
"path": "/ssws?ed=2560"
},
"security": "tls",
"tlsSettings": {

View file

@ -27,7 +27,7 @@
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/trojanws?ed=2048"
"path": "/trojanws?ed=2560"
},
"security": "tls",
"tlsSettings": {

View file

@ -33,7 +33,7 @@
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/vmws?ed=2048"
"path": "/vmws?ed=2560"
},
"security": "tls",
"tlsSettings": {

View file

@ -32,7 +32,7 @@
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "/vlws?ed=2048"
"path": "/vlws?ed=2560"
},
"security": "tls",
"tlsSettings": {

View file

@ -36,14 +36,15 @@
"network": "ws",
"security": "tls",
"wsSettings": {
"path": "/Path2WS?ed=2048" //?ed=2048 path
"path": "/Path2WS?ed=2560" //?ed=2560 path
},
"tlsSettings": {
"allowInsecure": false,
"serverName": "xx.com", //Equal to "SNI"
"serverName": "xx.com", //Equal to "SNI"
"fingerprint": "chrome" //"chrome" or "firefox"
}
}
}},
},
{
"tag": "direct",
"protocol": "freedom",
@ -60,9 +61,7 @@
"rules": [
{
"type": "field",
"ip": [
"geoip:private"
],
"ip": ["geoip:private"],
"outboundTag": "direct"
}
]