Skip to content

xchacha20-poly1305/AnPing

Repository files navigation

AnPing

AnPing is a network probing tool.

OS Protocol
Linux ICMP, TCP, UDP
Stub TCP, UDP

Usage

example:

anping -c 1 1.1.1.1 # default to use ICMP
anping icmp 1.1.1.1

For more document, please see anping -h.

Build

CGO_ENABLED=0 make

Credits