kaklakariada / portmapper

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

Remove IP address (Command LIne) #4

Open Storm-E opened 9 years ago

Storm-E commented 9 years ago

I'd like to be able to remove an IP (random port) or range of IP addresses.

I've got computers connecting in my network that I am not in control of that I'd like to cleanup after. So this feature would be great if possible.

E.G.

Delete a port forwarding (IP)

java -jar PortMapper.jar -delete -ip -protocol tcp

Thanks for a great program that fits want I needed "almost" perfectly. :)

John