offbynull / portmapper

Java library that maps ports on NAT-enabled routers (supported protocols: UPnP-IGD/NAT-PMP/PCP).
Apache License 2.0
88 stars 17 forks source link

Add ability to take in custom IPs #17

Closed offbynull closed 8 years ago

offbynull commented 8 years ago

During discovery, allow users to supply their own set of IPs for discovery...

Add to discover() methods Add to PortMapperFactory.discover()

offbynull commented 8 years ago

Done.