Skip to content

Commit 3211804

Browse files
doc: update DNS troubleshooting section to mention IPv6 (#263)
1 parent 091352a commit 3211804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ network interaction.
249249
There are a wide variety of networking issues that can occur while running `corepack` commands. Things to check:
250250

251251
- Make sure your network connection is active.
252-
- Make sure the host for your request can be resolved by your DNS; try using `curl [URL]` from your shell.
252+
- Make sure the host for your request can be resolved by your DNS; try using
253+
`curl [URL]` (ipv4) and `curl -6 [URL]` (ipv6) from your shell.
253254
- Check your proxy settings (see [Environment Variables](#environment-variables)).
254255

255256
## Contributing

0 commit comments

Comments
 (0)