No description
- Go 100%
Expanded the MIT License text to include additional permissions and disclaimers. |
||
|---|---|---|
| img | ||
| go.mod | ||
| go.sum | ||
| LICENSE.md | ||
| main.go | ||
| pinger.ini | ||
| README.md | ||
Pinger
A CLI program for periodically pinging hosts defined in the pinger.ini file.
Universal for Windows / Linux / MacOS
Download and build program:
git clone git@git.moox.cz:moox/pinger.git
cd pinger
go build .
You need installed golang
Run program: ./pinger
End program: Esc || q || Q
INI Example:
[settings]
interval=20
count=3
timeout=1000
[hosts]
192.168.1.1=Gateway
1.1.1.1=Cloudflare DNS
8.8.8.8=Google DNS
Screenshot
