1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.de/common/pystun3.md
Marek Küthe fe3154287e
birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation (#10351)
* birdc, fastd: remove double colon; babeld, bird, birdc, fastd, pystun3, stun: add German translation
2023-07-13 18:08:01 +05:30

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}}`