README: enhancement

This commit is contained in:
Solene Rapenne 2022-04-09 21:27:32 +02:00
parent 461451d717
commit b2219c036f
1 changed files with 4 additions and 2 deletions

View File

@ -32,9 +32,11 @@ Start inetd service with this in `/etc/inetd.conf`:
You can change the PF table by adding it as a parameter like this:
In this example, the parameter `blocklist` will add IPs to the `blocklist` PF table.
```
666 stream tcp nowait root /usr/local/bin/iblock iblock blocklist
666 stream tcp6 nowait root /usr/local/bin/iblock iblock blocklist
666 stream tcp nowait _iblock /usr/local/bin/iblock iblock blocklist
666 stream tcp6 nowait _iblock /usr/local/bin/iblock iblock blocklist
```
## Configure packet filter