2.5 KiB
2.5 KiB
protomask
A user space NAT64 implementation.
This repository contains:
protomask
: The main NAT64 daemonprotomask-clat
: A Customer-side transLATor (CLAT) implementationeasy-tun
: A minimal TUN interface libraryfast-nat
: A library designed for highly efficient mapping and lookup of IP address pairsinterproto
: A library for translating packets between protocolsrfc6052
: A Rust implementation of RFC6052rtnl
: A high-level wrapper aroundrtnetlink
For user-oriented documentation, see the protomask website.
Installation
Protomask can be installed using various methods:
Debian
Head over to the releases page and download the latest release for your architecture.
Then, install with:
apt install /path/to/protomask_<version>_<arch>.deb
# You can also edit the config file in /etc/protomask.toml
# And once ready, start protomask with
systemctl start protomask
Using Cargo
cargo install protomask