diff options
author | Maxim Devaev <[email protected]> | 2022-11-19 23:28:09 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-11-19 23:28:09 +0300 |
commit | eb05fd4d3b46ec567fe21063a736469d51a2daf4 (patch) | |
tree | a5a285f1c5b7e1ebd9176f647fcbd5959003f30e /kvmd/apps/__init__.py | |
parent | 040e0d6fdf62076942723d55095f8c6f554b2640 (diff) |
janus: allow work without ext_ip
Diffstat (limited to 'kvmd/apps/__init__.py')
-rw-r--r-- | kvmd/apps/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/apps/__init__.py b/kvmd/apps/__init__.py index 323b8334..7d786bc4 100644 --- a/kvmd/apps/__init__.py +++ b/kvmd/apps/__init__.py @@ -723,7 +723,7 @@ def _get_config_scheme() -> dict: "--plugins-folder=/usr/lib/ustreamer/janus", "--configs-folder=/etc/kvmd/janus", "--interface={src_ip}", - "--stun-server={stun_host}:{stun_port}", + "{o_stun_server}", ], type=valid_command), "cmd_remove": Option([], type=valid_options), "cmd_append": Option([], type=valid_options), |