stun-client
Server daemon and test client for STUN
Install
- All systems
-
curl cmd.cat/stun-client.sh
- Debian
-
apt-get install stun
- Ubuntu
-
apt-get install stun
- Fedora
-
dnf install stun
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install stun
- Raspbian
-
apt-get install stun
- Dockerfile
- dockerfile.run/stun-client
stun
Server daemon and test client for STUN
The STUN protocol (Simple Traversal of UDP through NATs) is described in the IETF RFC 3489, available at http://www.ietf.org/rfc/rfc3489.txt. It's used to help clients behind NAT to tunnel incoming calls through. This server is the counterpart to help the client identify the NAT and have it open the proper ports for it.