From ff5ff21ca5e290eec4fd5b04ea74eb5ded1ec945 Mon Sep 17 00:00:00 2001 From: prx Date: Mon, 22 Aug 2022 15:05:26 +0200 Subject: [PATCH] make install is set --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3ed392..cb19422 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ In this example, the parameter `blocklist` will add IPs to the `blocklist` PF ta 666 stream tcp6 nowait _iblock /usr/local/bin/iblock iblock blocklist ``` +Default is "iblocked" table. + ## Configure packet filter Use this in `/etc/pf.conf`, choose which ports will trigger the ban from the variable: @@ -65,5 +67,4 @@ In the example I added a label to the block rule, you can use `pfctl -s labels` # TODO -- make install doing something - A proper man page