You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/miniupnpd
pedro fbbcb10249 miniupnpd: update to 2.3.7 1 year ago
..
bsd
ipf
ipfw
linux
mac
netfilter
netfilter_nft
pf miniupnpd: update to 2.3.7 1 year ago
solaris
Changelog.txt miniupnpd: update to 2.3.7 1 year ago
INSTALL miniupnpd: update to 2.3.7 1 year ago
LICENSE
Makefile.bsd miniupnpd: update to 2.3.7 1 year ago
Makefile.linux miniupnpd: update to 2.3.7 1 year ago
Makefile.linux_nft miniupnpd: update to 2.3.7 1 year ago
Makefile.macosx
Makefile.sunos
README
VERSION miniupnpd: update to 2.3.7 1 year ago
asyncsendto.c
asyncsendto.h
check.mk
codelength.h
commonrdr.h
configure miniupnpd: update to 2.3.7 1 year ago
daemonize.c
daemonize.h
getconnstatus.c
getconnstatus.h
getifaddr.c miniupnpd: update to 2.3.7 1 year ago
getifaddr.h
getifstats.h
getroute.h
gitrev.mk
ifacewatcher.h
macros.h
minissdp.c miniupnpd: update to 2.3.7 1 year ago
minissdp.h
miniupnpd.8
miniupnpd.c miniupnpd: update to 2.3.7 1 year ago
miniupnpd.conf miniupnpd: update to 2.3.7 1 year ago
miniupnpdctl.c
miniupnpdpath.h
miniupnpdtypes.h
minixml.c
minixml.h
natpmp.c
natpmp.h
objects.mk
options.c
options.h miniupnpd: update to 2.3.7 1 year ago
pcp_msg_struct.h
pcplearndscp.c
pcplearndscp.h
pcpserver.c miniupnpd: update to 2.3.7 1 year ago
pcpserver.h
portinuse.c
portinuse.h
rw_unaligned.h
testasyncsendto.c
testgetifaddr.c
testgetifaddr.sh
testgetifstats.c
testgetroute.c
testminissdp.c
testportinuse.c
testssdppktgen.c
testupnpdescgen.c
testupnppermissions.c
testupnppermissions.sh
upnpdescgen.c
upnpdescgen.h
upnpdescstrings.h
upnpevents.c
upnpevents.h
upnpglobalvars.c
upnpglobalvars.h
upnphttp.c
upnphttp.h
upnppermissions.c
upnppermissions.h
upnppinhole.c miniupnpd: update to 2.3.7 1 year ago
upnppinhole.h
upnpredirect.c
upnpredirect.h
upnpreplyparse.c
upnpreplyparse.h
upnpsoap.c
upnpsoap.h
upnpstun.c
upnpstun.h
upnpurns.h
upnputils.c
upnputils.h

README

MiniUPnP project
(c) 2006-2024 Thomas Bernard
webpage: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
github: https://github.com/miniupnp/miniupnp
freecode: http://freecode.com/projects/miniupnp
contact: miniupnp@free.fr

This directory contain the miniUPnP daemon software, aka miniUPnPd.
This software is subject to the conditions detailed in
the LICENSE file provided with this distribution.


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.
In 2012, IGD v2 WANIPv6FirewallControl has been implemented.

IGD2 is still not enabled by default because of interoperability
issues.

In addition to UPnP IGD, miniUPnPd supports NAT-PMP and PCP :

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).
In 2013, support for PCP has been added too.

Read the INSTALL file for instructions to compile, install and
configure miniupnpd on your system.

Report bugs to miniupnp@free.fr or on the web forum
https://miniupnp.tuxfamily.org/forum/
or using https://github.com/miniupnp/miniupnp/issues

Thomas Bernard