aboutsummaryrefslogtreecommitdiff
path: root/etc/npf.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/npf.conf')
-rw-r--r--etc/npf.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/npf.conf b/etc/npf.conf
index 42d56044ad6e..b1c33f2738f0 100644
--- a/etc/npf.conf
+++ b/etc/npf.conf
@@ -1,4 +1,4 @@
-# Transparent firewall example for blacklistd
+# Transparent firewall example for blocklistd
$ext_if = "bnx0"
@@ -6,7 +6,7 @@ set bpf.jit on;
alg "icmp"
group "external" on $ext_if {
- ruleset "blacklistd"
+ ruleset "blocklistd"
pass final all
}