README.md: updated. fix titles
This commit is contained in:
parent
2bfed34e8c
commit
78823d762e
|
@ -1,15 +1,12 @@
|
|||
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',
|
||||
Run 'configure' command with '--firewall=nftables',
|
||||
|
||||
`make -f Makefile.linux_nft`
|
||||
`./configure --firewall=nftables && make`
|
||||
|
||||
## How to Run
|
||||
Please run 'netfilter_nft/scripts/nft_init.sh' to add miniupnpd chain.
|
||||
|
|
Loading…
Reference in New Issue