From 9310bd3f146dcb154aed34dc00542f0c5156a92b Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 17 Jul 2023 11:25:46 -0400 Subject: [PATCH] Working on README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 938fc91..5a492c1 100644 --- a/README.md +++ b/README.md @@ -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. + +