diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-06-20 17:33:07 +0200 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2024-06-20 17:33:07 +0200 |
commit | cae05509110f34ce42780e10ae518f4fb4d3ea0a (patch) | |
tree | bb094e4d25a0039c794d6d58e5a1a5e2324a000c | |
parent | dd40b337a22edaae9f8dd2650802134ef6c93cb4 (diff) |
add portknocking function for my standard ruleset
-rw-r--r-- | .zsh_functions/knock_hnjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh_functions/knock_hnjs b/.zsh_functions/knock_hnjs new file mode 100644 index 0000000..e0aaf23 --- /dev/null +++ b/.zsh_functions/knock_hnjs @@ -0,0 +1 @@ +knock --udp --ipv4 --verbose $@ 22 31337 23 |