News

We integrated NFQUEUE with INPUT and OUTPUT iptables using below commands. iptables -A INPUT -j NFQUEUE --queue-num 0 iptables -A OUTUT -j NFQUEUE --queue-num 0. After making these changes to iptable, ...