1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

3LAS, only start server on loopback (127.0.0.1) interface.

This commit is contained in:
Mark de Bruijn
2024-02-26 21:41:47 +01:00
parent 5c4e669efd
commit cefa7cb68a

View File

@@ -234,6 +234,7 @@ class StreamServer {
}
Run() {
this.Server = new ws.Server({
"host": "127.0.0.1",
"port": this.Port,
"clientTracking": true,
"perMessageDeflate": false