mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* knock.md and knockd.md * Update pages/linux/knock.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/knock.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update pages/linux/knock.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
12 lines
267 B
Markdown
12 lines
267 B
Markdown
# knockd
|
|
|
|
> Port knocking daemon to listen for port knocking and execute scripts.
|
|
> More information: <https://manned.org/knockd>.
|
|
|
|
- Start knockd system daemon:
|
|
|
|
`knockd -d`
|
|
|
|
- Use specified configuration file for knockd:
|
|
|
|
`knockd -c {{path/to/file}}.configuration`
|