feat: 允许客户端在HTTPS下使用非安全ws协议的服务端

This commit is contained in:
王立帮
2025-05-12 13:32:51 +08:00
parent 5e44e77814
commit 5bd5865892
4 changed files with 49 additions and 29 deletions

View File

@@ -21,8 +21,16 @@
"cli": "python3"
}
},
"tempPath": "./temp",
"clientPath": "./mixly",
"mode": "web-socket",
"port": 4000
"client": {
"path": "./mixly",
"port": 4000
},
"server": {
"path": {
"temp": "./temp"
},
"mode": "all",
"protocol": "wss",
"port": 4000
}
}