This commit is contained in:
NoobishSVK
2024-03-01 14:15:24 +01:00
+1 -1
View File
@@ -234,7 +234,7 @@ class StreamServer {
}
Run() {
this.Server = new ws.Server({
"host": "127.0.0.1",
"host": ["127.0.0.1", "::1"],
"port": this.Port,
"clientTracking": true,
"perMessageDeflate": false