mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
220 B
Markdown
13 lines
220 B
Markdown
![]() |
# stun
|
||
|
|
||
|
> Classic STUN client.
|
||
|
> More information: <https://manned.org/stun.1>.
|
||
|
|
||
|
- Make a STUN request:
|
||
|
|
||
|
`stun {{stun.1und1.de}}`
|
||
|
|
||
|
- Make a STUN request and specify the source port:
|
||
|
|
||
|
`stun {{stun.1und1.de}} -p {{4302}}`
|