mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation
16 lines
356 B
Markdown
16 lines
356 B
Markdown
# pystun3
|
|
|
|
> Classic STUN-Client, geschrieben in Python.
|
|
> Weitere Informationen: <https://github.com/talkiq/pystun3>.
|
|
|
|
- Stelle eine STUN-Anfrage:
|
|
|
|
`pystun3`
|
|
|
|
- Stelle eine STUN-Anfrage und spezifiziere den STUN-Server:
|
|
|
|
`pystun3 --stun-host {{stun.1und1.de}}`
|
|
|
|
- Stelle eine STUN-Anfrage und spezifiziere den Quellport:
|
|
|
|
`pystun3 --source-port {{7932}}`
|