|
|
@@ -36,8 +36,12 @@
|
|
|
"network": "ws",
|
|
|
"security": "tls",
|
|
|
"wsSettings": {
|
|
|
- "path": "?ed=2048" //?ed=2048 前面填写你的 path
|
|
|
- }
|
|
|
+ "path": "/Path2WS?ed=2048" //?ed=2048 前面填写你的 path
|
|
|
+ },
|
|
|
+ "tlsSettings": {
|
|
|
+ "allowInsecure": false,
|
|
|
+ "serverName": "xx.com", //Equal to "SNI"
|
|
|
+ "fingerprint": "chrome" //"chrome" or "firefox"
|
|
|
}
|
|
|
},
|
|
|
{
|