wok view knock/description.txt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents
children
line source
1 Knockd is a port-knock server.
2 It listens to all traffic on an ethernet (or PPP) interface, looking
3 for special "knock" sequences of port-hits.
4 A client makes these port-hits by sending a TCP (or UDP) packet to a
5 port on the server. This port need not be open -- since knockd listens
6 at the link-layer level, it sees all traffic even if it's destined for
7 a closed port.
8 When the server detects a specific sequence of port-hits, it runs a
9 command defined in its configuration file. This can be used to open up
10 holes in a firewall for quick access.