Skip to content

Commit f6fa771

Browse files
add Debian 11 info
1 parent fd57e54 commit f6fa771

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,18 @@ returning.
178178
Usage
179179
=====
180180

181+
In Debianiptables is being replaced by nftables starting with Debian Buster
182+
But You can use nftables in legacy mode::
183+
184+
apt install nftables
185+
186+
Switching to the legacy version::
187+
188+
update-alternatives --set iptables /usr/sbin/iptables-legacy
189+
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
190+
191+
For more info visit https://wiki.debian.org/nftables
192+
181193
To send packets to the queue::
182194

183195
iptables -I <table or chain> <match specification> -j NFQUEUE --queue-num <queue number>

0 commit comments

Comments
 (0)