From 91e50a2403c817c8cb5483d88b6c89eda15618b8 Mon Sep 17 00:00:00 2001 From: Greg Revelle <31642433+grevelle@users.noreply.github.com> Date: Wed, 30 Dec 2020 17:28:14 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7276dbf..626a7e2 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ See the comments and commands bin/pfatt.sh for details about the netgraph setup. ```shell ONT_IF='xx0' # NIC -> ONT / Outside RG_ETHER_ADDR='xx:xx:xx:xx:xx:xx' # MAC address of Residential Gateway + CA_PEM='insert filename.pem' # File name of gateway certificate + CLIENT_PEM='insert filename.pem' # File name of gateway certificate + PRIVATE_PEM='insert filename.pem' # File name of gateway certificate ``` 2. Copy `bin/pfatt.sh` to `/root/bin` (or any directory) and make executable: