Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 910 Bytes

multicurl.md

File metadata and controls

21 lines (17 loc) · 910 Bytes
title goimport gosource
multicurl check all IPs of a site, cert expiry, etc.

multicurl

Fetches a URL from all the IPs of a given host. Optionally repeat until an expected result code is obtained from all addresses. It will also print information about certificates, including the shortest expiration found.

It's a command line tool but also a reusable library.

See details at github.com/fortio/multicurl

This page is also for making

 go install fortio.org/multicurl@latest
 go get -u fortio.org/multicurl

and godoc work.

See also the main fortio.org page.