miniupnp/miniupnpd/netfilter_nft
Thomas Bernard 0d7ccf1388 2019 2019-10-06 22:53:20 +02:00
..
scripts fix file modes for nft_display.sh (chmod +x) 2019-09-02 00:57:49 +02:00
Makefile rework nft-specific globals, create & destroy tables/chains at init & shutdown 2019-09-30 00:12:08 -07:00
README.md Update README.md 2015-04-28 17:13:08 +09:00
nfct_get.c Initial commit to support nftables. 2015-04-28 17:13:06 +09:00
nftnlrdr.c Move print_rule to the file it's used in. 2019-10-06 21:47:50 +02:00
nftnlrdr.h Move print_rule to the file it's used in. 2019-10-06 21:47:50 +02:00
nftnlrdr_misc.c Move print_rule to the file it's used in. 2019-10-06 21:47:50 +02:00
nftnlrdr_misc.h Move print_rule to the file it's used in. 2019-10-06 21:47:50 +02:00
nftpinhole.c 2019 2019-10-06 22:53:20 +02:00
nftpinhole.h This commit fixes IPv4 and adds IPv6 pinhole to nftables. 2019-06-12 23:09:20 +02:00
test_nfct_get.c test_nfct_get.c: openlog() 2019-06-30 21:50:55 +02:00
testnftnlrdr.c Move print_rule to the file it's used in. 2019-10-06 21:47:50 +02:00
testnftpinhole.c update headers 2019-06-30 21:51:15 +02:00
tiny_nf_nat.h This commit fixes IPv4 and adds IPv6 pinhole to nftables. 2019-06-12 23:09:20 +02:00

README.md

Miniupnpd nftables support by Tomofumi Hayashi (s1061123@gmail.com).

##Current Status nftables support is 'alpha' version, not "so much" stable.

##Supported Features

  • IPv4 NAT/Filter add/del.

##How to build miniupnpd with nftables: Run 'make' command with 'Makefile.linux_nft',

make -f Makefile.linux_nft

##How to Run Please run 'netfilter_nft/scripts/nft_init.sh' to add miniupnpd chain.

sudo ./netfilter_nft/scripts/nft_init.sh

##FAQ I will add this section when I get question. Comments and Questions are welcome ;)