Skip to content

cracker0dks/turn-server-docker-image

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Docker image for TURN server

A Docker container with the Coturn TURN server

docker run -d --net=host --restart=always rofl256/turnserver usernameAdmin passwordAdmin realm listingIps relayIp externalIp authSecret

Turn server is listening on :443 and 4433 (TLS).

You have to use the authSecret to generate a user and password for each connection! Example: HERE

Examples

realm=myturnserver

listingIps="IP1 IP2" //You can also use it with only one IP

relayIp="IP1"

externalIp="IP1"

authSecret="yourSecret"

About

A Docker container with the Coturn TURN server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.7%
  • Dockerfile 35.3%