From ea32d22dd37d571bf5b06aa6bb8a7e1ce9815c4f Mon Sep 17 00:00:00 2001 From: kirby Date: Wed, 16 Jul 2025 16:58:06 +0200 Subject: [PATCH] adding misc commands --- misc/command.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/command.md diff --git a/misc/command.md b/misc/command.md new file mode 100644 index 0000000..382a624 --- /dev/null +++ b/misc/command.md @@ -0,0 +1,11 @@ +### Fail2ban + +``` +fail2ban-client set sshd unbanip 86.67.197.47 +``` + +### Nftables + +``` +nftables list ruleset +```