Skip to content

Commit

Permalink
Merge pull request #49 from nuclearcat/typos-fix
Browse files Browse the repository at this point in the history
typos: wrong brace and localIP
  • Loading branch information
berthubert authored Jul 9, 2024
2 parents 3ae2ef7 + cd2451b commit 303cfe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ https{url="https://berthub.eu", serverIP="2001:41f0:782d::2"}
-- check if a URL works correctly if resolved via specific nameserver
https{url="https://berthub.eu", dns={"8.8.8.8"}}
-- or from a specific source IP
https{url="https://berthub.eu", dns={"9.9.9.9"], localIP="10.0.0.9"}
https{url="https://berthub.eu", dns={"9.9.9.9"}, localIP4="10.0.0.9"}

-- Check if SOA records are identical
nameservers={"100.25.31.6", "86.82.68.237", "217.100.190.174"}
Expand Down
2 changes: 1 addition & 1 deletion manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Here are the parameters, of which only `url` is mandatory:
* serverIP: perform the check for `url` on this IPv4/IPv6 address. Useful
for if you know you have multiple backends, and want to force the test to
happen on all of them.
* localIPv4/localIPv6: bind to these addresses when connecting to IPv4 or
* localIP4/localIP6: bind to these addresses when connecting to IPv4 or
IPv6. Can be useful to perform tests from systems with multiple internet
connections.
* minBytes: if the web server returns fewer bytes than this, it is an alert
Expand Down

0 comments on commit 303cfe5

Please sign in to comment.