An open API service indexing awesome lists of open source software.

https://github.com/jech/portmap

Go library for mapping ports using NAT-PMP or UPNP.
https://github.com/jech/portmap

Last synced: 4 months ago
JSON representation

Go library for mapping ports using NAT-PMP or UPNP.

Awesome Lists containing this project

README

          

Map TCP and UDP ports using NAT-PMP or UPNP. Unlike some other libraries,
guarantee that we don't override other clients' ports, and that the
mappings will expire even if the client crashes.

See portmap-example for an example.