Files
tldr/pages.zh/common/pystun3.md

16 lines
304 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pystun3
> 用Python编写的经典STUN客户端。
> 更多信息:<https://github.com/talkiq/pystun3>。
- 发起STUN请求
`pystun3`
- 发起STUN请求并指定STUN服务器
`pystun3 --stun-host {{stun.1und1.de}}`
- 发起STUN请求并指定源端口
`pystun3 --source-port {{7932}}`