1
protomask/README.md
2023-08-04 00:02:51 -04:00

2.4 KiB

Protomask: Fast & reliable user space NAT64

GitHub release Build Audit

For user-oriented documentation, see the protomask website.

Table of Contents

Crate Info
protomask Crates.io
protomask-clat Crates.io
easy-tun Crates.io Docs.rs
fast-nat Crates.io Docs.rs
interproto Crates.io Docs.rs
rfc6052 Crates.io Docs.rs
rtnl Crates.io Docs.rs

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