From 2d8f3622f009002b3ceb64aaab770e9fef0c8e02 Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Wed, 11 Oct 2023 15:05:54 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 55ddedb..5395549 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,15 @@ ufw allow from 192.168.1.10 to any port 22 proto tcp ufw allow in on tailscal0 to interfaceip port 22 from otherdeviceip ufw reset ``` + +## vnstat/vnstati + +Monitors network traffic and logs it. Man pages for others. + +`vnstat -i interface` +`nstati -m -i tailscale0 -o test.png` + + ## Linux VLANs `sudo apt install vlan`