ansible: Disable TCP relaying for TURN

This is not used in XMPP today and disabling it reduces
the surface area for security issues.
This commit is contained in:
Matthew Wild 2020-05-20 16:06:06 +01:00
parent 73b709ff14
commit 4a0ca2b2d7
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ log-file=stdout
#
no-multicast-peers
# Disable relaying TCP traffic, this is not
# used for A/V calls in XMPP
#
no-tcp-relay
# Turn OFF the CLI support.
# By default it is always ON.
# See also options cli-ip and cli-port.