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