Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger authored Jun 7, 2024
1 parent cd85149 commit 28cd27d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

Sometimes I come across an IP address, for example when reviewing logs. And I'd like to find out more about this numerical label. Checkip is CLI tool and Go [library](https://pkg.go.dev/github.com/jreisinger/checkip/check) that provides infomation on and security posture of IP addresses. Most checks are passive and active checks (like ping and tls) are not aggressive.

## Quick start

```
❯ go install github.com/jreisinger/checkip@latest
❯ checkip 1.1.1.1
```

## Usage examples

Check an IP address:
Expand Down

0 comments on commit 28cd27d

Please sign in to comment.