miniupnp/miniupnpd/netfilter_nft
Nils Andreas Svee 181428e843 miniupnpd: add update_portmappings functions for nft 2018-07-14 19:59:26 +02:00
..
scripts Changes init script (only add chains). 2015-04-28 17:13:06 +09:00
Makefile Initial commit to support nftables. 2015-04-28 17:13:06 +09: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 miniupnpd: add update_portmappings functions for nft 2018-07-14 19:59:26 +02:00
nftnlrdr.h Initial commit to support nftables. 2015-04-28 17:13:06 +09:00
nftnlrdr_misc.c miniupnpd: support newer libnftnl versions 2018-07-01 23:50:12 +02:00
nftnlrdr_misc.h miniupnpd: support newer libnftnl versions 2018-07-01 23:50:12 +02:00
test_nfct_get.c Initial commit to support nftables. 2015-04-28 17:13:06 +09:00
testnftnlrdr.c Initial commit to support nftables. 2015-04-28 17:13:06 +09:00
tiny_nf_nat.h Initial commit to support nftables. 2015-04-28 17:13:06 +09: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 ;)