diff --git a/pages/common/pystun3.md b/pages/common/pystun3.md new file mode 100644 index 000000000..bd941d082 --- /dev/null +++ b/pages/common/pystun3.md @@ -0,0 +1,16 @@ +# pystun3 + +> Classic STUN client written in python. +> More information: . + +- Make a STUN request: + +`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}}`