Update README.md

This commit is contained in:
Greg Revelle 2020-12-30 17:28:14 -06:00 committed by GitHub
parent 95266a258d
commit 91e50a2403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: