mrash / fwknop

Single Packet Authorization > Port Knocking
http://www.cipherdyne.org/fwknop/
GNU General Public License v2.0
1.11k stars 230 forks source link

Add ability to specify external script to take SPA command data and args #3

Closed mrash closed 9 years ago

mrash commented 13 years ago

Add ability to specify external script to take SPA command data and args instead of calling the local iptables/ipfw directly. The first cut could be a simple hand off to the script with the script being responsible for creating the FW entry as well as removing that entry after the allotted time.

mrash commented 9 years ago

This is basically superseded by the external command functionality (and associated upcoming open/close cycle support).