From e0d387d10eba4dee8f2f4c259f3e884f6641ab3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Thu, 30 Mar 2023 05:24:30 -1100 Subject: [PATCH] pystun3: add page (#9968) --- pages/common/pystun3.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/pystun3.md 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}}`