projects
/
ansible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4e2fef5
)
restrict coturn port range
author
Ralf Jung
<post@ralfj.de>
Sun, 25 Oct 2020 12:33:47 +0000
(13:33 +0100)
committer
Ralf Jung
<post@ralfj.de>
Sun, 25 Oct 2020 12:33:47 +0000
(13:33 +0100)
roles/prosody/templates/turnserver.conf
patch
|
blob
|
history
diff --git
a/roles/prosody/templates/turnserver.conf
b/roles/prosody/templates/turnserver.conf
index 0e76c232c9bbb221475d1f6d82905161395d88e8..dfd17da8e4ba05ee2047b526e87634ad402e903d 100644
(file)
--- a/
roles/prosody/templates/turnserver.conf
+++ b/
roles/prosody/templates/turnserver.conf
@@
-146,8
+146,8
@@
# Lower and upper bounds of the UDP relay endpoints:
# (default values are 49152 and 65535)
#
-#min-port=49152
-#max-port=65535
+min-port=50000
+max-port=51000
# Uncomment to run TURN server in 'normal' 'moderate' verbose mode.
# By default the verbose mode is off.