Miniupnpd: update to 2.0
[tomato.git] / release / src / router / miniupnpd / README
blobb7e9d121ce92fabe69664b2586068ab09670de85
1 MiniUPnP project
2 (c) 2006-2016 Thomas Bernard
3 webpage: http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
4 github: https://github.com/miniupnp/miniupnp
5 freecode: http://freecode.com/projects/miniupnp
6 contact: miniupnp@free.fr
8 This directory contain the miniUPnP daemon software, aka miniUPnPd.
9 This software is subject to the conditions detailed in
10 the LICENSE file provided with this distribution.
13 The miniUPnP daemon is an UPnP IGD (internet gateway device)
14 which provide NAT traversal services to any UPnP enabled client on
15 the network.
16 See http://www.upnp.org/ for more details on UPnP.
17 During the year 2011, support for IGD v2 has been added.
18 In 2012, IGD v2 WANIPv6FirewallControl has been implemented.
20 IGD2 is still not enabled by default because of interoperability
21 issues.
23 Support for the NAT Port Mapping Protocol (NAT-PMP) has been
24 added. See information about NAT-PMP here :
25 http://miniupnp.free.fr/nat-pmp.html
27 NAT-PMP is the precursor of Port Control Protocol (PCP).
28 In 2013, support for PCP has been added too.
30 Read the INSTALL file for instructions to compile, install and
31 configure miniupnpd on your system.
33 Report bugs to miniupnp@free.fr on the web forum
34 http://miniupnp.tuxfamily.org/forum/
35 or using https://github.com/miniupnp/miniupnp/issues
37 Thomas Bernard