mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 16:59:15 +02:00
Merge pull request #34 from bkram/Bkram/hotfix-3las-localhost
Hotfix: 3las server listen op both ipv6 and ipv4
This commit is contained in:
@@ -234,7 +234,7 @@ class StreamServer {
|
|||||||
}
|
}
|
||||||
Run() {
|
Run() {
|
||||||
this.Server = new ws.Server({
|
this.Server = new ws.Server({
|
||||||
"host": "127.0.0.1",
|
"host": ["127.0.0.1", "::1"],
|
||||||
"port": this.Port,
|
"port": this.Port,
|
||||||
"clientTracking": true,
|
"clientTracking": true,
|
||||||
"perMessageDeflate": false
|
"perMessageDeflate": false
|
||||||
|
|||||||
Reference in New Issue
Block a user