mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-21 16:11:32 +00:00
Update websocket path ed from 2048 to 2560
This commit is contained in:
parent
9d40021c5b
commit
d9d8f77541
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue