mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 19:54:09 +08:00
25432fa28f
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
410 B
410 B
nft monitor
Show real-time changes happening inside the Linux firewall
nftables. More information: https://manned.org/nft#head21.
- Monitor all nftables events:
sudo nft monitor
- Monitor only rule updates (add, delete, replace):
sudo nft monitor rules
- Monitor set and element updates:
sudo nft monitor sets
- Monitor events and print JSON output:
sudo nft {{[-j|--json]}} monitor