用 pystun 获取局域网的NAT类型和公网IP
pystun是一个STUN客户端工具,用于获取局域网的NAT类型和公网IP。A Python STUN client for getting NAT type and external IP (RFC 3489)pystun的下载地址:https://pypi.python.org/pypi/pystun到该地址下载pystun的源代码:pystun-0.1.0.tar.gz下面讲述在Linux系统上安装pystun,首先要确定安装了Python。1. 解...