1
protomask/README.md
2023-08-03 23:47:57 -04:00

2.5 KiB

protomask

GitHub release Build Audit

A user space NAT64 implementation.

This repository contains:

  • protomask: The main NAT64 daemon
    • Crates.io
  • protomask-clat: A Customer-side transLATor (CLAT) implementation
    • Crates.io
  • easy-tun: A minimal TUN interface library
    • Crates.io Docs.rs
  • fast-nat: A library designed for highly efficient mapping and lookup of IP address pairs
    • Crates.io Docs.rs
  • interproto: A library for translating packets between protocols
    • Crates.io Docs.rs
  • rfc6052: A Rust implementation of RFC6052
    • Crates.io Docs.rs
  • rtnl: A high-level wrapper around rtnetlink
    • Crates.io Docs.rs

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