feat: add nfqueue
This commit is contained in:
19
__network/nfqueue/README.md
Normal file
19
__network/nfqueue/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
https://github.com/chifflier/nfqueue-rs
|
||||
|
||||
* git://git.netfilter.org/libmnl
|
||||
* git://git.netfilter.org/libnfnetlink
|
||||
* git://git.netfilter.org/libnetfilter_queue
|
||||
|
||||
<br>
|
||||
|
||||
Install netfilter_queue in CentOS7
|
||||
|
||||
https://centos.pkgs.org/7/centos-x86_64/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm.html
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
```
|
||||
iptables -A OUTPUT --destination 1.2.3.4 -j NFQUEUE --queue-num 0
|
||||
```
|
||||
Reference in New Issue
Block a user