diff options
author | badlop <badlop@ono.com> | 2015-01-04 12:06:17 +0100 |
---|---|---|
committer | badlop <badlop@ono.com> | 2015-01-04 12:06:17 +0100 |
commit | afaf68159d82faacd2ccece4a18cb3e42ab5c1e9 (patch) | |
tree | a40fafa936d250192ef34972f2370095f4e3f0f6 | |
parent | Merge pull request #387 from weiss/fix-captcha-without-proto (diff) | |
parent | Fix example: turn_ip must be specified as string (diff) |
Merge pull request #395 from weiss/fix-turn-example
Fix example: turn_ip must be specified as string
Diffstat (limited to '')
-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} |