From 1675e412d005c28ea3daea0dc001892dd21bfd6d Mon Sep 17 00:00:00 2001 From: Mohamed Daahir Date: Sun, 19 Nov 2023 16:40:31 +0000 Subject: [PATCH] update changelog and readme --- CHANGELOG.md | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1081decc..74c4d50b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased +### Features +- Add `--resolve` for overriding DNS resolution, see #327 (@ducaale) + ## [0.19.4] - 2023-10-22 ## Other - Explicitly enable serde's derive feature, see #334 (@jayvdb) diff --git a/README.md b/README.md index a8578e03..c759122c 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Options: --ssl Force a particular TLS version [possible values: auto, tls1, tls1.1, tls1.2, tls1.3] --https Make HTTPS requests if not specified in the URL --http-version HTTP version to use [possible values: 1.0, 1.1, 2] + --resolve Override DNS resolution for specific domain to a custom IP --interface Bind to a network interface or local IP address -4, --ipv4 Resolve hostname to ipv4 addresses only -6, --ipv6 Resolve hostname to ipv6 addresses only