Skip to content

add support Python 3.9 and Debian 11 #70

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,18 @@ returning.
Usage
=====

In Debianiptables is being replaced by nftables starting with Debian Buster
But You can use nftables in legacy mode::

apt install nftables

Switching to the legacy version::

update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy

For more info visit https://wiki.debian.org/nftables

To send packets to the queue::

iptables -I <table or chain> <match specification> -j NFQUEUE --queue-num <queue number>
Expand Down
8 changes: 4 additions & 4 deletions netfilterqueue.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.