From 179f891484b30f654aa2587b3557a0d5adef6fb9 Mon Sep 17 00:00:00 2001 From: prx Date: Sun, 3 Sep 2023 15:37:17 +0200 Subject: [PATCH] update manpage for new flags availables --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c858244..b2c39e4 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ pass in quick on egress inet6 proto tcp to port $blocking_tcp rdr-to ::1 port 25 Don't forget to reload the rules with `pfctl -f /etc/pf.conf`. -Use another table name by passing it as argument to iblock : +Use another table or port name by passing appropriate flags to iblock: ``` -rcctl set iblock flags another_table_name +rcctl set iblock flags -t another_table_name -p 5373 ``` # Get some statistics