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": { "streamSettings": {
"network": "ws", "network": "ws",
"wsSettings": { "wsSettings": {
"path": "/ssws?ed=2048" "path": "/ssws?ed=2560"
}, },
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {

View file

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

View file

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

View file

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

View file

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