Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_turn_external: Fix type of config option (thanks mirux) | Kim Alvefur | 2022-02-15 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | mod_turn_external: Add option to enable TURN over TLS | Kim Alvefur | 2022-02-10 | 1 | -2/+6 |
| | | | | | | Usually on port 443 to avoid restrictive firewalls. Thanks to Holger for discussion | ||||
* | mod_turn_external: Simplify configuration | Kim Alvefur | 2022-02-10 | 1 | -2/+9 |
| | | | | | Much harder to get boolean options wrong than accidentally adding something unrecognised to a Set. | ||||
* | mod_turn_external: Simple module to offer TURN(+STUN) via mod_external_services | Kim Alvefur | 2021-01-21 | 1 | -0/+28 |