Software /
code /
prosody-modules
Changeset
4003:b6fdd7e24bcc
mod_turncredentials/README: Link to some stun/turn implementations (thanks Holger)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 30 Apr 2020 13:18:08 +0200 |
parents | 4002:9e84a9cc3415 |
children | 4004:56a13ba59b28 |
files | mod_turncredentials/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_turncredentials/README.markdown Thu Apr 30 13:16:27 2020 +0200 +++ b/mod_turncredentials/README.markdown Thu Apr 30 13:18:08 2020 +0200 @@ -12,4 +12,8 @@ turncredentials\_port number `3478` turncredentials\_ttl number `86400` +# Compatible TURN / STUN servers. +- [coturn](https://github.com/coturn/coturn) - [setup guide][doc:coturn] +- [restund](http://www.creytiv.com/restund.html) +- [reTURNManager](https://github.com/thisisdingo/reTURNManager)