summaryrefslogtreecommitdiff
path: root/src/mod_stun_disco.erl
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-05-03 17:20:15 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-05-03 17:20:15 +0200
commit151fa2ec500ab0980361ccc13f425650cb872216 (patch)
treec68a30a59491814f5b34a9d7aa88cccbf912812a /src/mod_stun_disco.erl
parentmod_stun_disco: Try to resolve listener address (diff)
mod_stun_disco: Apply minor documentation cleanups
Diffstat (limited to 'src/mod_stun_disco.erl')
-rw-r--r--src/mod_stun_disco.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mod_stun_disco.erl b/src/mod_stun_disco.erl
index 25b6a820..27b83ef4 100644
--- a/src/mod_stun_disco.erl
+++ b/src/mod_stun_disco.erl
@@ -258,12 +258,12 @@ mod_doc() ->
[{host,
#{value => ?T("Host"),
desc =>
- ?T("The host name or IPv4 address the STUN/TURN service is "
+ ?T("The hostname or IP address the STUN/TURN service is "
"listening on. For non-TLS services, it's recommended "
- "to specify an IPv4 address (to avoid additional DNS "
+ "to specify an IP address (to avoid additional DNS "
"lookup latency on the client side). For TLS services, "
- "the host name (or possible IPv4 address) should match "
- "the certificate. Specifying the 'host' option is "
+ "the hostname (or IP address) should match the "
+ "certificate. Specifying the 'host' option is "
"mandatory.")}},
{port,
#{value => "1..65535",