https://github.com/readytalk/turnutils-docker
Basic turnutils container for testing turn server
https://github.com/readytalk/turnutils-docker
Last synced: 3 months ago
JSON representation
Basic turnutils container for testing turn server
- Host: GitHub
- URL: https://github.com/readytalk/turnutils-docker
- Owner: ReadyTalk
- License: mit
- Created: 2018-02-22T04:51:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T22:16:55.000Z (almost 8 years ago)
- Last Synced: 2025-03-05T10:47:51.133Z (10 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/ReadyTalk/turnutils-docker)
# Docker turn tester
## Requirements
Docker
## Usage
This is intended to verify the functionality of a turn server. Just run it like this:
```
./test.sh
```
Alternatively you can specify a `.config` file with a list of turn servers. The script will run through them.
```
./test.sh
```
## Customization
You can run different arguments for turnutils_uclient. Just set ARGS in the test script.
You can also specify the timeout for the commands in test.sh. Set TIMEOUT variable.