Skip to content

Commit

Permalink
[ICE] coturn: switch to lt-cred-mech authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
Geosearchef authored and Brutus5000 committed Apr 18, 2019
1 parent 6a4eae8 commit a9f4282
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions config.template/faf-coturn/faf-coturn.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
EXTERNAL_IP=127.0.0.1
SKIP_AUTO_IP=true
TURN_PORT=3478
TURN_PORT_START=10000
TURN_PORT_END=20000
TURN_SECRET=banana
TURN_SERVER_NAME=faf-coturn
TURN_REALM=faforever.com
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
#
faf-coturn:
container_name: faf-coturn
image: bprodoehl/turnserver
image: faforever/coturn-lt-cred
env_file: ./config/faf-coturn/faf-coturn.env
network_mode: "host"
ports:
Expand Down

0 comments on commit a9f4282

Please sign in to comment.