kaklakariada / portmapper

A tool for managing port forwardings via UPnP
GNU General Public License v3.0
685 stars 89 forks source link

Modified the command line interface so if "-a" only has 3 parameters … #42

Closed kaklakariada closed 5 years ago

kaklakariada commented 5 years ago

…instead of 4, the program assumes the user excluded the ip and wants to use the local host address.

Original: -a Add port forwarding

New: -a <[ip] port external_port protocol> Add port forwarding

where square brackets [] indicate optional parameters.