aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-05-19 23:23:24 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-05-19 23:23:24 +0200
commit7bb4da2fee76e0c3d0c3ed937c55ca2f9deaf4bf (patch)
treedce3d610669522f19edda6538e085521b37d01d6 /src
parentmod_stun_disco: Offer local IPv6 services (diff)
mod_stun_disco: Make 'services' example shorter
Omit the 'tcp' and 'stuns' services from the list of example 'services' in the documentation. For typical use cases, those are less interesting than 'udp' and 'turns' services.
Diffstat (limited to 'src')
-rw-r--r--src/mod_stun_disco.erl30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/mod_stun_disco.erl b/src/mod_stun_disco.erl
index ed6526aa8..255b2ee23 100644
--- a/src/mod_stun_disco.erl
+++ b/src/mod_stun_disco.erl
@@ -221,18 +221,6 @@ mod_doc() ->
" transport: udp",
" restricted: true",
" -",
- " host: 203.0.113.3",
- " port: 3478",
- " type: stun",
- " transport: tcp",
- " restricted: false",
- " -",
- " host: 203.0.113.3",
- " port: 3478",
- " type: turn",
- " transport: tcp",
- " restricted: true",
- " -",
" host: 2001:db8::3",
" port: 3478",
" type: stun",
@@ -245,24 +233,6 @@ mod_doc() ->
" transport: udp",
" restricted: true",
" -",
- " host: 2001:db8::3",
- " port: 3478",
- " type: stun",
- " transport: tcp",
- " restricted: false",
- " -",
- " host: 2001:db8::3",
- " port: 3478",
- " type: turn",
- " transport: tcp",
- " restricted: true",
- " -",
- " host: server.example.com",
- " port: 5349",
- " type: stuns",
- " transport: tcp",
- " restricted: false",
- " -",
" host: server.example.com",
" port: 5349",
" type: turns",