mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 09:55:46 +02:00
stun: add page (#9967)
This commit is contained in:
parent
e7ca620ed9
commit
9d8fabbea8
1 changed files with 12 additions and 0 deletions
12
pages/common/stun.md
Normal file
12
pages/common/stun.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue