mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-09 05:42:41 +00:00
42a5e2ae22
Conflicts: miniupnpd/Makefile.linux_nft miniupnpd/netfilter_nft/README.md miniupnpd/netfilter_nft/nftnlrdr.c miniupnpd/netfilter_nft/nftnlrdr_misc.c
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 ;)