Description
turnserver - STUN/TURN Server; IPv6, DTLS support; RFCs 5389, 5766, 6062, 6156
Property |
Value |
Distribution |
FreeBSD 11 |
Repository |
FreeBSD Ports Latest i386 |
Package filename |
turnserver-4.5.1.1_2.txz |
Package name |
turnserver |
Package version |
4.5.1.1 |
Package release |
2 |
Package architecture |
i386 |
Package type |
txz |
Category |
net |
Homepage |
http://code.google.com/p/coturn/ |
License |
BSD3CLAUSE |
Maintainer |
bhughes@FreeBSD.org |
Download size |
501.39 KB |
Installed size |
3.42 MB |
This a BSD-licensed version of the Coturn TURN Server implementation,
with IPv6 and DTLS extensions.
WWW: http://code.google.com/p/coturn/
Options:
- DOCS: on
- EXAMPLES: on
- MYSQL: on
- PGSQL: on
- REDIS: on
- SQLITE: on
==================================================================
1) You can start and stop the turnserver manually. But, if you want
to enable turnserver as an automatically started system service,
you have to:
a) Create and edit /usr/local/etc/turnserver.conf file.
Use /usr/local/etc/turnserver.conf.default as an example.
b) For user accounts settings: set up SQLite or PostgreSQL or
MySQL or Redis database for user accounts.
Use /usr/local/share/turnserver/schema.sql as an SQL database schema,
or use /usr/local/share/turnserver/schema*redis as Redis database description.
If SQLite is used, then /usr/local/var/db/turndb is the default database
location.
d) add line turnserver_enable="YES" to /etc/rc.conf.
e) If you are using a non-default PREFIX (other than /usr/local),
then edit /usr/local/etc/rc.d/turnserver file, according to
your system settings.
f) Restart the system or run the command:
$ /usr/local/etc/rc.d/turnserver start
2) If you do not want the turnserver to be a system service,
then you can start/stop it "manually", using the "turnserver"
executable with appropriate options (see the documentation).
3) To create database schema, use schema in file /usr/local/share/turnserver/schema.sql.
The TURN Server supports (optionally) SQLite, MySQL, PostgreSQL, Redis.
4) For additional information, run:
$ man turnserver
$ man turnadmin
$ man turnutils
==================================================================
Alternatives
Requires
Download
Install Howto
Install turnserver txz package:
# pkg install turnserver
See Also