Skip to content

Commit 88a0fe0

Browse files
committed
Fix typo
1 parent 63c006c commit 88a0fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/all-enteprise-features/access-control-list/firewall-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ chain FORWARD {
103103

104104
By default this chain has the priority of `filter` (0). You can edit the priority by setting the `DEFGUARD_FW_PRIORITY` environment variable (or `fw_priority` config option) to chosen number, e.g. 1. The higher the priority, the later the chain runs in regard to your other forward chains.
105105

106-
## Packet Filter (FreeBSDS, NetBSD, macOS)
106+
## Packet Filter (FreeBSD, NetBSD, macOS)
107107

108108
Packet filter (PF) firewall, is a BSD-licensed stateful packet filtering software originally developed for OpenBSD and now ported to other BSD-based systems like FreeBSD, NetBSD, and macOS.
109109

0 commit comments

Comments
 (0)