6ceff155ca
A port knocking implementation with daemon and user application. [Peter: drop trailing newline in Config.in] Signed-off-by: Michael Rommel <rommel@layer-7.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
420 B
Plaintext
13 lines
420 B
Plaintext
config BR2_PACKAGE_KNOCK
|
|
bool "knock"
|
|
select BR2_PACKAGE_LIBPCAP
|
|
help
|
|
A port knocking implementation.
|
|
Provides a daemon and a user application. Port knocking can be
|
|
used to run an arbitrary application, once the daemon detects
|
|
a predefined sequence of incoming TCP/UDP packets on a network
|
|
interface. This can be used, e.g. to open up ports in a
|
|
firewall.
|
|
|
|
http://www.zeroflux.org/projects/knock
|