miniupnp/miniupnpd/netfilter_nft
Thomas Bernard f50f00b5ea
errno.h not sys/errno.h
2020-11-11 13:24:48 +01:00
..
scripts fix file modes for nft_display.sh (chmod +x) 2019-09-02 00:57:49 +02:00
Makefile netfilter_nft: build testing 2020-10-17 22:52:34 +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 errno.h not sys/errno.h 2020-11-11 13:24:48 +01:00
nftnlrdr.h Move print_rule to the file it's used in. 2019-10-06 21:47:50 +02:00
nftnlrdr_misc.c pass rule type to the private arg of mnl_cb_run() callback 2020-10-17 23:20:29 +02:00
nftnlrdr_misc.h netfilter_nft/nftnlrdr_misc.h: comment 2020-10-22 21:39:41 +02:00
nftpinhole.c errno.h not sys/errno.h 2020-11-11 13:24:48 +01: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 netfilter_nft: build testing 2020-10-17 22:52:34 +02:00
testnftpinhole.c netfilter_nft: build testing 2020-10-17 22:52:34 +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 ;)