1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

Merge pull request #33 from bkram/Bkram/3las-listen-on-loopback-only

3LAS, only start server on loopback (127.0.0.1) interface.
This commit is contained in:
Marek Farkaš
2024-02-27 23:27:38 +01:00
committed by GitHub

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