Skip to content

Commit

Permalink
Title tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton committed Jan 6, 2023
1 parent 3683989 commit c8c89c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ func main() {
}
```

## Internal HTTP checks
## HTTP checks against internal URLs

By default, the reachability checks are only executed if the host resolves to a
non-private IP address. An internal IP address is defined as any of:
non-internal IP address. An internal IP address is defined as any of:
[private](https://pkg.go.dev/net#IP.IsPrivate),
[loopback](https://pkg.go.dev/net#IP.IsLoopback), [link-local
unicast](https://pkg.go.dev/net#IP.IsLinkLocalUnicast), [link-local
Expand Down

0 comments on commit c8c89c3

Please sign in to comment.