uanytun

tiny implementation of the secure anycast tunneling protocol

Install

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

uanytun

tiny implementation of the secure anycast tunneling protocol

uAnytun is a tiny implementation of SATP (Secure Anycast Tunneling Protocol). Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methodes used by SRTP (Secure Real-time Transport Protocol). It is intended to deliver a generic, scaleable and secure solution for tunneling and relaying of packets of any protocol.