Y
Hacker News
new
|
ask
|
show
|
jobs
by
deefour
4859 days ago
You can run
ipfw delete ____
where ____ is the id of the firewall entry.
1 comments
snprbob86
4859 days ago
To clarify, `ifpw list` prints a table of rules where the first column contains rule ID numbers. Use `ipfw del $id`.
link