You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/bouncers/firewall.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,13 @@ Supported firewalls:
42
42
## Installation
43
43
44
44
Packages for crowdsec-firewall-bouncer [are available on our repositories](/docs/next/getting_started/install_crowdsec#install-our-repositories). You need to pick the package according to your firewall system :
45
-
(info) *To know if your system is using **iptables** or **nftables**, you can run the following command:*
46
45
47
-
```bash
46
+
:::info
47
+
To know if your system is using iptables or nftables, you can run the following command:
48
+
48
49
iptables -V
49
-
```
50
-
If you see the mention of 'nt_tables' in the output, you are using nftables.
50
+
If you see the mention of 'nt_tables' in the output, you are using nftables.
0 commit comments