From 3a0b9d7b3b00aefc5118aec86df327a7e05fb0ed Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 25 Nov 2020 10:19:01 -0800 Subject: [PATCH] turn: add note --- src/addons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addons.js b/src/addons.js index 5660cf1a9..318896ec2 100644 --- a/src/addons.js +++ b/src/addons.js @@ -1589,7 +1589,7 @@ function startTurn(existingInfra, callback) { const memoryLimit = 256; const realm = settings.adminFqdn(); - // this exports 3478/tcp, 5349/tls and 50000-51000/udp + // this exports 3478/tcp, 5349/tls and 50000-51000/udp. note that this runs on the host network! const cmd = `docker run --restart=always -d --name="turn" \ --hostname turn \ --net host \