Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 435 Bytes

wireguard-monitor

See what Wireguard is doing.

It runs just runs 3 commands in a terminal GUI (a TUI).

  • wg show: updated every second
  • ifconfig wg0: updated every second
  • tcpdump -i wg0: continuous scroll

Not very amazing but hopefully useful for somebody.

Screenshot

Screenshot

To use

Linux only

git clone https://github.com/dmdmdm/wireguard-monitor
cd wireguard-monitor
cargo run