From: Pierre-Philipp B. <pb...@ne...> - 2022-06-16 17:25:53
|
Hello, I wonder what is the recommended practice to deal with both nftables.conf vs sshguard rules, so when ever I need to reload the former with a `flush`, the latter comes back right away. For not I just restart sshguard after I flush & reload the nftables rules as follows. nft -f /etc/nftables.conf # starts with flush ruleset pkill sshguard /usr/local/sbin/sshguard -i /var/run/sshguard.pid >> /var/log/sshguard.log 2>&1 & but I am all ears if there's a better way to do it, as this is a bit painful to operate. Thank you BR -- Pierre-Philipp Braun SMTP Health Campaign: enforce STARTTLS and verify MX certificates <https://nethence.com/smtp/> |