mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 11:41:54 +00:00
18 lines
313 B
Plaintext
18 lines
313 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|