Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdavidgraham committed Nov 13, 2023
1 parent 687d1ef commit 9adf62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -154,11 +154,11 @@ On FreeBSD and older MacOS, use an `ipfw` command:
On newer MacOS and OpenBSD, use the `pf` packet-filter utility.
Edit the file `/etc/pf.conf` to add a line like the following:

block in proto tcp from any to any port 40000
block in proto tcp from any to any port 40000:40015

Then to enable the firewall, run the command:

# pfctrl -E
# pfctl -E

If the firewall is already running, then either reboot or reload the rules
with the following command:
Expand Down

0 comments on commit 9adf62a

Please sign in to comment.