.gitattributes | ||
.gitignore | ||
coturn-4.6.2.tar.gz | ||
coturn-apparmor-usr.bin.turnserver | ||
coturn-user.conf | ||
coturn.changes | ||
coturn.firewalld | ||
coturn.logrotate | ||
coturn.service | ||
coturn.spec | ||
coturn.sysconfig | ||
coturn.tmpfilesd | ||
coturn@.service | ||
README.SUSE |
Configuration files: * /etc/coturn/turnserver.conf is the main configuration file * /etc/sysconfig/coturn can be used to set additional command line parameters Allow traffic through the firewall: ``` firewall-cmd --zone=<zone> --add-service=coturn [--permanent] ``` Notes: * /etc/syconfig/coturn has the option '--no-software-attribute' enabled to hide the software version for production issue.