From 96bc69fd6e5fd7f5594917aae4b69dc7bea756f1 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 3 Aug 2019 11:54:41 +0200 Subject: [PATCH] update readme: link to example script --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7248e1..6612aa8 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Launch the `./install.sh` script as root. Place a bash script defining your **iptables** rules into `/opt/firewall/.fw` where `` is an arbitrary name that makes sense to you. +> An example script is available [here](opt/firewall/example.fw). + ##### 3/ Enable at boot To enable your rules to load at boot time, simply run `systemctl enable firewall@.service`. If you want to execute your script explicitly run `systemctl start firewall@.service`.