We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd57e54 commit f6fa771Copy full SHA for f6fa771
README.rst
@@ -178,6 +178,18 @@ returning.
178
Usage
179
=====
180
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
193
To send packets to the queue::
194
195
iptables -I <table or chain> <match specification> -j NFQUEUE --queue-num <queue number>
0 commit comments