make install is set

This commit is contained in:
prx 2022-08-22 15:05:26 +02:00
parent 8fe70f68e8
commit ff5ff21ca5
1 changed files with 2 additions and 1 deletions

View File

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