server to 0.0.0.0

This commit is contained in:
Shihaam Abdul Rahman 2022-09-30 18:57:45 +05:00
parent 91784f1fe3
commit d9861b58b2
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -7,7 +7,7 @@ class Settings {
constructor(electron = false) { constructor(electron = false) {
//Defaults //Defaults
this.port = 10069; this.port = 10069;
this.serverIp = '127.0.0.1'; this.serverIp = '0.0.0.0';
this.arl; this.arl;
this.streamQuality = 3; this.streamQuality = 3;
this.volume = 0.69; this.volume = 0.69;