stun-server

Server daemon for STUN

Install

All systems
curl cmd.cat/stun-server.sh
Debian Debian
apt-get install stun-server
Ubuntu
apt-get install stun-server
image/svg+xml Kali Linux
apt-get install stun-server
Fedora
dnf install stun-server
Windows (WSL2)
sudo apt-get update sudo apt-get install stun-server
Raspbian
apt-get install stun-server

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