Commit graph

5 commits

Author SHA1 Message Date
Matthew Wild
1426d52e39 mod_turn_external: Update status and friendlier handling of missing secret option (fixes #1727) 2022-03-28 10:47:21 +01:00
Kim Alvefur
84f93f2336 mod_turn_external: Fix type of config option (thanks mirux)
There was a separate boolean option to enable TLS before, but it was
merged with the port number option and it seems the typed API interface
got confused.
2022-02-15 21:51:52 +01:00
Kim Alvefur
5ed39f2a09 mod_turn_external: Add option to enable TURN over TLS
Usually on port 443 to avoid restrictive firewalls.

Thanks to Holger for discussion
2022-02-10 15:41:47 +01:00
Kim Alvefur
d92ceb3adb mod_turn_external: Simplify configuration
Much harder to get boolean options wrong than accidentally adding
something unrecognised to a Set.
2022-02-10 15:39:15 +01:00
Kim Alvefur
f36c48ffb0 mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_services 2021-01-21 23:13:37 +01:00