From 6515e01ccd9b6a57fc9481c844db62c2f75bb92d Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sun, 17 May 2020 04:33:53 +0300 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e2bec17..b1524dc 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,18 @@ The WAN IP checker script has several countermeasures for the following failures - curl + - Recommended curl build options for proper DNS fallback support: `--enable-dnsshuffle` and `--enable-ares` (requires `c-ares` package) + + - If you work on IPv4-only environments, consider building curl with `--disable-ipv6` option + - bash - awk - cat + - eval + - grep - sed