smpaine / PortKnocker

This Android application allows people (who are running a port knock daemon) to send TCP or UDP packets to the specified ports. Based off the other app PortKnocking, but faster.
17 stars 2 forks source link

Persistent knocking #5

Open yoavw opened 12 years ago

yoavw commented 12 years ago

I needed to keep a persistent connection, starting at boot time and persisting upon connectivity changes. I wrote a patch that adds a checkbox to each entry, allowing you to make it persistent. Persistent entries are knocked automatically after a reboot, and again every time the IP changes.

My code is unclean, as I had less than an hour to do it. If anyone wants to integrate it cleanly into PortKnocker, I'll be glad to send a patch against the current code base.

spinza commented 11 years ago

I like the idea as well as a feature to reknock every x minutes.