HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

stun — Classic STUN client. More information: <https://manned.org/stun>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandclientclassiccliinformationstunmore

Problem

How to use the stun command: Classic STUN client. More information: <https://manned.org/stun>.

Solution

stun — Classic STUN client. More information: <https://manned.org/stun>.

Make a STUN request:
stun {{stun.1und1.de}}


Make a STUN request and specify the source port:
stun {{stun.1und1.de}} -p {{4302}}

Code Snippets

Make a STUN request

stun {{stun.1und1.de}}

Make a STUN request and specify the source port

stun {{stun.1und1.de}} -p {{4302}}

Context

tldr-pages: common/stun

Revisions (0)

No revisions yet.