mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-11-02 19:05:33 +08:00
Fixed All-in-One-fallbacks-Nginx routing (#114)
* Fixed routing issue + Add API config * Fixed typo * Removed shadowsocks because of similar links * Fixed typo --------- Co-authored-by: wlfvpn <vpn.womanlifefreedom.vip>
This commit is contained in:
committed by
GitHub
parent
1ab20c3d42
commit
5d6676b34c
@@ -28,7 +28,7 @@
|
||||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"wsSettings": {
|
||||
"path": "/ssws"
|
||||
"path": "/ssws?ed=2048"
|
||||
},
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"wsSettings": {
|
||||
"path": "/trojanws"
|
||||
"path": "/trojanws?ed=2048"
|
||||
},
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"wsSettings": {
|
||||
"path": "/vmws"
|
||||
"path": "/vmws?ed=2048"
|
||||
},
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"streamSettings": {
|
||||
"network": "ws",
|
||||
"wsSettings": {
|
||||
"path": "/vlws"
|
||||
"path": "/vlws?ed=2048"
|
||||
},
|
||||
"security": "tls",
|
||||
"tlsSettings": {
|
||||
|
||||
Reference in New Issue
Block a user