mirror of https://github.com/CrimsonTome/tldr.git
stun: add page (#9967)
parent
e7ca620ed9
commit
9d8fabbea8
|
@ -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…
Reference in New Issue