1

Working on README

This commit is contained in:
Evan Pratten 2023-07-17 11:25:46 -04:00
parent 9e0f346f4c
commit 9310bd3f14

View File

@ -3,4 +3,8 @@
[![Docs.rs](https://docs.rs/protomask/badge.svg)](https://docs.rs/protomask)
[![Build](https://github.com/Ewpratten/protomask/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/protomask/actions/workflows/build.yml)
A user space NAT64 implementation
**A user space NAT64 implementation.**
*Protomask* started as a challenge to create a NAT64 implementation in a weekend. The goal of this implementation is to *keep things simple*. There aren't many knobs to tweak, so if you want to do stateful NAT or source address filtering, put something like `iptables` in front of it.