Merge pull request #822 from pierreozoux/patch-1
Change private http server to listen on 0.0.0.0
This commit is contained in:
@@ -45,6 +45,10 @@ videobridge {
|
|||||||
private {
|
private {
|
||||||
host = 0.0.0.0
|
host = 0.0.0.0
|
||||||
}
|
}
|
||||||
|
public {
|
||||||
|
host = 0.0.0.0
|
||||||
|
port = 9090
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user