From ce3038e09a4ae5995b84e1f5ddfc13f92dbc6bfc Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 20 Jul 2023 19:39:17 -0400 Subject: [PATCH] reword intro --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 270ee0e..e73664a 100644 --- a/README.md +++ b/README.md @@ -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