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.
This commit is contained in:
Holger Weiss 2020-05-19 23:23:24 +02:00
parent f19b975e8d
commit 7bb4da2fee
1 changed files with 0 additions and 30 deletions

View File

@ -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",