1

reword intro

This commit is contained in:
Evan Pratten 2023-07-20 19:39:17 -04:00
parent 5ddfcbffbe
commit ce3038e09a

View File

@ -5,7 +5,9 @@
**A user space [NAT64](https://en.wikipedia.org/wiki/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.
Protomask started as a challenge to create a NAT64 implementation in a weekend. The goal of protomask is to *keep things simple*.
There aren't many knobs to tweak, so stateful NAT or source address filtering will require protomask to be paired with a utility like `iptables`.
## How it works