miniupnp/miniupnpd/README

38 lines
1.3 KiB
Plaintext
Raw Normal View History

2011-09-28 19:13:20 +00:00
MiniUPnP project
2024-01-04 00:54:52 +00:00
(c) 2006-2024 Thomas Bernard
2017-05-24 22:53:55 +00:00
webpage: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
2012-05-09 21:25:43 +00:00
github: https://github.com/miniupnp/miniupnp
freecode: http://freecode.com/projects/miniupnp
2011-09-28 19:13:20 +00:00
contact: miniupnp@free.fr
2012-05-09 21:25:43 +00:00
This directory contain the miniUPnP daemon software, aka miniUPnPd.
2011-09-28 19:13:20 +00:00
This software is subject to the conditions detailed in
2012-01-25 21:33:08 +00:00
the LICENSE file provided with this distribution.
2011-09-28 19:13:20 +00:00
The miniUPnP daemon is an UPnP IGD (internet gateway device)
which provide NAT traversal services to any UPnP enabled client on
the network.
See http://www.upnp.org/ for more details on UPnP.
During the year 2011, support for IGD v2 has been added.
2012-05-09 21:25:43 +00:00
In 2012, IGD v2 WANIPv6FirewallControl has been implemented.
2016-01-28 22:10:25 +00:00
IGD2 is still not enabled by default because of interoperability
issues.
2011-09-28 19:13:20 +00:00
2016-12-28 11:44:38 +00:00
In addition to UPnP IGD, miniUPnPd supports NAT-PMP and PCP :
2011-09-28 19:13:20 +00:00
2016-12-28 11:44:38 +00:00
See information about NAT Port Mapping Protocol (NAT-PMP) here :
http://miniupnp.free.fr/nat-pmp.html
NAT-PMP is the precursor of Port Control Protocol (PCP, RFC 6887).
2014-01-14 08:25:19 +00:00
In 2013, support for PCP has been added too.
2016-01-28 22:10:25 +00:00
Read the INSTALL file for instructions to compile, install and
2014-01-14 08:25:19 +00:00
configure miniupnpd on your system.
2011-09-28 19:13:20 +00:00
2016-12-28 11:44:38 +00:00
Report bugs to miniupnp@free.fr or on the web forum
2017-05-24 22:53:55 +00:00
https://miniupnp.tuxfamily.org/forum/
2012-05-09 21:25:43 +00:00
or using https://github.com/miniupnp/miniupnp/issues
2011-09-28 19:13:20 +00:00
Thomas Bernard