miniupnp/miniupnpd/netfilter_nft
Thomas Bernard 4e480a7c4e nftnlrdr_misc.c: use syslog() instead of perror()
do not exit()
2019-06-30 22:02:15 +02:00
..
scripts NFTables fixes and scripts 2019-06-25 09:44:51 +02:00
Makefile This commit fixes IPv4 and adds IPv6 pinhole to nftables. 2019-06-12 23:09:20 +02: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 This commits fixes an error setting the NFT Chain in DNAT instead of Filter 2019-06-30 19:46:35 +02:00
nftnlrdr.h Fix compilation with nftables 2018-09-06 17:44:41 +02:00
nftnlrdr_misc.c nftnlrdr_misc.c: use syslog() instead of perror() 2019-06-30 22:02:15 +02:00
nftnlrdr_misc.h Update nftnlrdr_misc.h 2019-06-13 21:34:52 +02:00
nftpinhole.c pinhole fixes 2019-06-28 11:02:19 +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 update headers 2019-06-30 21:51:15 +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 ;)