Jan Engelhardt
f0c86398b7
Coturn is a STUN/TURN server which works nicely e.g. nextcloud. I'd like to offer that project in factory and Leap. Please review. If you like the package I'll request the coturn user/group for factory. OBS-URL: https://build.opensuse.org/request/show/793075 OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=1
10 lines
295 B
XML
10 lines
295 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<service>
|
|
<short>TURN</short>
|
|
<description>TURN and STUN server ports for VoIP</description>
|
|
<port protocol="tcp" port="3478"/>
|
|
<port protocol="udp" port="3478"/>
|
|
<port protocol="tcp" port="5349"/>
|
|
<port protocol="udp" port="5349"/>
|
|
</service>
|