diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-01-04 00:55:00 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-01-04 00:55:00 +0100 |
commit | a7f578089ae1a0cd9e60ba89f9cebfd558f90531 (patch) | |
tree | a40fafa936d250192ef34972f2370095f4e3f0f6 /doc | |
parent | Merge pull request #387 from weiss/fix-captcha-without-proto (diff) |
Fix example: turn_ip must be specified as string
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index d77a2525..b2034f2b 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2083,7 +2083,7 @@ listen: port: 3478 transport: udp use_turn: true - turn_ip: 10.20.30.1 + turn_ip: "10.20.30.1" module: ejabberd_stun ... \end{verbatim} |