~ubuntu-branches/debian/sid/coturn/sid

« back to all changes in this revision

Viewing changes to examples/scripts/longtermsecure/secure_relay.sh

  • Committer: Package Import Robot
  • Author(s): Oleg Moskalenko
  • Date: 2015-02-01 20:43:30 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20150201204330-xqda9awj9efhtxzn
Tags: 4.4.1.2-1
Sync to 4.4.1.2 upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib/:/usr/local/mysql/lib/
33
33
export DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}:/usr/local/lib/:/usr/local/mysql/lib/
34
34
 
35
 
PATH="./bin/:../bin/:../../bin/:${PATH}" turnserver --syslog -a -L 127.0.0.1 -L ::1 -E 127.0.0.1 -E ::1 --max-bps=3000000 -f -m 10 --min-port=32355 --max-port=65535 --user=ninefingers:youhavetoberealistic --user=gorst:hero -r north.gov --cert=turn_server_cert.pem --pkey=turn_server_pkey.pem --log-file=stdout -v --cipher-list=ALL $@
 
35
PATH="./bin/:../bin/:../../bin/:${PATH}" turnserver --syslog -a -L 127.0.0.1 -L ::1 -E 127.0.0.1 -E ::1 --max-bps=3000000 -f -m 10 --min-port=32355 --max-port=65535 --user=ninefingers:youhavetoberealistic --user=gorst:hero -r north.gov --cert=turn_server_cert.pem --pkey=turn_server_pkey.pem --log-file=stdout -v --cipher-list=ALL --db="var/db/turndb" $@