mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
b2064df69f
with IPv6 and DTLS extensions. WWW: http://code.google.com/p/rfc5766-turn-server/ Submitted by: Oleg Moskalenko <mom040267@gmail.com> (via private mail)
70 lines
3.7 KiB
Plaintext
70 lines
3.7 KiB
Plaintext
bin/turnserver
|
|
bin/turnadmin
|
|
bin/turnutils_peer
|
|
bin/turnutils_rfc5769check
|
|
bin/turnutils_stunclient
|
|
bin/turnutils_uclient
|
|
lib/libturnclient.a
|
|
etc/turnserver.conf.default
|
|
etc/turnuserdb.conf.default
|
|
%%DATADIR%%/schema.sql
|
|
%%DATADIR%%/schema.userdb.redis
|
|
%%DATADIR%%/schema.stats.redis
|
|
@dirrmtry %%DATADIR%%
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turnserver.conf
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turnuserdb.conf
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turn_client_cert.pem
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turn_client_pkey.pem
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turn_server_cert.pem
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/etc/turn_server_pkey.pem
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/etc
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/readme.txt
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/peer.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/rfc5769.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/relay.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/tcp_client_c2c_tcp_relay.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/udp_c2c_client.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/udp_client.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/basic/tcp_client.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/master_relay.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/slave_relay_1.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/slave_relay_2.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/udp_c2c.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/loadbalance/tcp_c2c_tcp_relay.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_dtls_client.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_relay.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_tcp_client_c2c_tcp_relay.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_tcp_client.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_tls_client_c2c_tcp_relay.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_tls_client.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_udp_c2c.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecure/secure_udp_client.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecuredb/secure_relay_with_db_psql.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecuredb/secure_relay_with_db_mysql.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/longtermsecuredb/secure_relay_with_db_redis.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_relay_secret.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_relay_secret_with_db_mysql.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_relay_secret_with_db_redis.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/secure_udp_client_with_secret.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/restapi/shared_secret_maintainer.pl
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shorttermsecure/secure_tcp_client_c2c_tcp_relay_short_term.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shorttermsecure/secure_udp_client_short_term.sh
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shorttermsecure/secure_relay_short_term_mech.sh
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/scripts/basic
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/scripts/loadbalance
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/scripts/longtermsecure
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/scripts/longtermsecuredb
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/scripts/restapi
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/scripts/shorttermsecure
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/scripts
|
|
%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
|
|
include/turn/ns_turn_defs.h
|
|
include/turn/client/TurnMsgLib.h
|
|
include/turn/client/ns_turn_ioaddr.h
|
|
include/turn/client/ns_turn_msg.h
|
|
include/turn/client/ns_turn_msg_addr.h
|
|
include/turn/client/ns_turn_msg_defs.h
|
|
@dirrmtry include/turn/client/
|
|
@dirrmtry include/turn
|
|
@stopdaemon turnserver
|