Updated Coturn Settings fix typo
This commit is contained in:
parent
e19b7d6c91
commit
249bf6fc1f
@ -40,7 +40,7 @@ let
|
|||||||
pkey = "/var/lib/coturn/${personalization.matrix_url}.key.pem";
|
pkey = "/var/lib/coturn/${personalization.matrix_url}.key.pem";
|
||||||
min-port = 49152;
|
min-port = 49152;
|
||||||
max-port = 65535;
|
max-port = 65535;
|
||||||
listing-port = 5349;
|
listening-port = 5349;
|
||||||
no-cli = true;
|
no-cli = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
verbose
|
verbose
|
||||||
|
Loading…
Reference in New Issue
Block a user