% pystun3 --help usage: pystun3 [-h] [-d] [-H STUN_HOST] [-P STUN_PORT] [-i SOURCE_IP] [-p SOURCE_PORT] [--version] optional arguments: -h, --help show this help message and exit -d, --debug Enable debug logging
py3stun Python 3 fork ofpystun A Python STUN client for getting NAT type and external IP. Install python -m pip install. or python -m pip install py3stun Usage $ python py3stun.py-h#or if you install$py3stun.exe-h usage: py3stun [-h] [-d] [-HSTUN_HOST] [-PSTUN_PORT] [...
$ pystun3 Make a STUN request and specify the stun server $ pystun3 --stun-host [stun.1und1.de] Make a STUN request and specify the source port $ pystun3 --source-port [7932] SYNOPSIS PARAMETERS -d, --debug Enable debug output. ...
$ pystun3 NAT Type: Full Cone External IP: <your-ip-here> External Port: 54320 Pass --help for more options: % pystun3 --help usage: pystun3 [-h] [-d] [-H STUN_HOST] [-P STUN_PORT] [-i SOURCE_IP] [-p SOURCE_PORT] [--version] optional arguments: -h, --help show this...