diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2020-06-03 09:41:24 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2020-06-03 09:41:24 +0200 |
commit | 77308e6aff700c6252543b401ea8fa0a76f7f46b (patch) | |
tree | 0ce51a2e76d05c15e1e3a2bd2c28faa5c0503853 | |
parent | Update 'turn_ip' option name in test configuration (diff) | |
parent | Update example config (diff) |
Merge remote-tracking branch 'processone/pr/3294'
* processone/pr/3294:
Update example config
-rw-r--r-- | ejabberd.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 141b8f470..6bd3c7079 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -64,9 +64,9 @@ listen: module: ejabberd_stun use_turn: true ## The server's public IPv4 address: - # turn_v4_ip: "203.0.113.3" + # turn_ipv4_address: "203.0.113.3" ## The server's public IPv6 address: - # turn_v6_ip: "2001:db8::3" + # turn_ipv6_address: "2001:db8::3" - port: 1883 ip: "::" |