From cd2451b592baedddf4fc90f5d42df08d5d96bdb6 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Sun, 7 Jul 2024 06:51:45 +0300 Subject: [PATCH] typos: wrong brace and localIP During noob testing by manual spotted few tiny typos, probably worth fixing, so other new users wont waste time on them. Signed-off-by: Denys Fedoryshchenko --- README.md | 2 +- manual.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb1b76c..42ae305 100644 --- a/README.md +++ b/README.md @@ -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"} diff --git a/manual.md b/manual.md index dfc503e..3428fea 100644 --- a/manual.md +++ b/manual.md @@ -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