Skip to content

v1.13.0

Choose a tag to compare

@gsjonio gsjonio released this 11 Jul 20:04

Wake-on-LAN and a connectivity doctor, over v1.12.0. Additive minor bump.

Install

go install github.com/gsjonio/netwp/cmd/netwp@v1.13.0

Already have netwp? netwp update.

Features

  • netwp wake <ip|mac|alias> broadcasts a Wake-on-LAN magic packet to power on a sleeping device that has WoL enabled. Accepts a nickname (reverse alias lookup) or a cached IP, so a powered-off host still resolves.
  • netwp doctor diagnoses connectivity top-down (interface → gateway → internet → DNS → Wi-Fi) with a tailored hint on each failure — e.g. gateway up but no internet points at the ISP, internet up but DNS down points at the DNS server. Aimed at answering "why is my internet bad" at a glance.

Full details in the bilingual README.md / README.pt-BR.md and the beginner's guide.