stund
An implementation of the IETF's draft ICE (for p2p UDP data streams)
Install
- All systems
-
curl cmd.cat/stund.sh
- Debian
-
apt-get install stun
- Ubuntu
-
apt-get install stun
- Alpine
-
apk add libnice
- Arch Linux
-
pacman -S libnice
- Kali Linux
-
apt-get install stun-server
- CentOS
-
yum install libnice
- Fedora
-
dnf install libnice
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install stun
- OS X
-
brew install libnice
- Raspbian
-
apt-get install stun
- Dockerfile
- dockerfile.run/stund
- Docker
-
docker run cmd.cat/stund stund
powered by Commando
libnice
An implementation of the IETF's draft ICE (for p2p UDP data streams)
stun-server
Server daemon 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. This package installs only the server part
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.