Adds private server.

This commit is contained in:
Pierre Ozoux 2020-11-19 15:45:13 +01:00 committed by GitHub
parent ff6d9bc6aa
commit aea4411d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,9 @@ videobridge {
server-id = "{{ $WS_SERVER_ID }}"
}
http-servers {
private {
host = 0.0.0.0
}
public {
host = 0.0.0.0
port = 9090