Skip to content

Commit 3d5c611

Browse files
authored
Merge pull request #803 from crowdsecurity/ma-fix-typo-iptables
fix: typo in iptables version to install firewall RC
2 parents ef7354c + 5419313 commit 3d5c611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crowdsec-docs/unversioned/bouncers/firewall.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Packages for crowdsec-firewall-bouncer [are available on our repositories](/docs
4747
To know if your system is using iptables or nftables, you can run the following command:
4848

4949
iptables -V
50-
If you see the mention of 'nt_tables' in the output, you are using nftables.
50+
If you see the mention of 'nf_tables' in the output, you are using nftables.
5151
:::
5252

5353
### IPTables

0 commit comments

Comments
 (0)